Results 1 to 3 of 3
I am using SLAX on an ASUS eee pc and the only issue is that the atheros wifi is not yet supported by madwifi. I tried to use ndiswrapper but ...
- 12-07-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 18
how do I blacklist in slax
I am using SLAX on an ASUS eee pc and the only issue is that the atheros wifi is not yet supported by madwifi. I tried to use ndiswrapper but I have to blacklist the driver that is "trying" to be used for the atheros card, but blacklist does not seem to be a command available in SLAX.
Ideas, comments?
- 12-07-2007 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,096
You'll need to manually edit the blacklist file. I think you'll find it in /etc/hotplug/blacklist, and you'll need root permissions to edit the file.
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 12-08-2007 #3Just Joined!
- Join Date
- Jul 2007
- Posts
- 18
I added did the following:
pci_modules
and the item that I want to blacklist shows up as:
ath_pci
so I opened /etc/hotplug/blacklist and at the top I added
ath_pci
and then I saved my config, rebooted, and reopened the file and found that my changes where there but when I do
pci_modules
the item still shows up.
I need to blacklist this so I can do a modprobe ndiswrapper. The atheros card does not work with madwifi yet.
So according to another post, I also added ath_hal and that did not help.
I also tried putting the slaxconf.mo in modules so it would load before detection, and well, that didn't help either. It is still there! Crazy thing.


Reply With Quote