unable to blacklist ath_pci in SLAX on eee pc
The eee pc [ASUS new sub notebook] uses an atheros card madwifi doesn't yet support so I tried to blacklist it to run ndiswrapper and thought I could do so in my saved changes, but that loaded AFTER hotplug ran so:
I created a slax module to load the blacklist with my changes {I assume before hotplug runs as it is now in the modules directory} ... and when I go to etc/hotplug/blacklist,
all the original items are there and my addition of
ath_pci
ath_hal
I did the following:
root@slax:~# pcimodules
ath_pci -->(It is still here?)
i2c-i801
i8xx_tco
hw_random
ehci-hcd
uhci-hcd
shpchp
snd-hda-intel
intelfb
intel-agp
root@slax:~# ndiswrapper -l
net5211 : driver installed
device (168C:001C) present (alternate driver: ath_pci)
root@slax:~# depmod -a
root@slax:~# modprobe ndiswrapper
FATAL: Error inserting ndiswrapper (/lib/modules/2.6.16/kernel/drivers/net/ndiswrapper.ko): Invalid argument
root@slax:~#
I even got creative and made a fine in /etc/modprobe.d called blacklist with
blacklist ath_pci
blacklist ath_hal
Nothing works.
if the fact that ath_pci shows up by doing "pcimodules" is normal even if it is blacklisted, then I guess it is ndiswrapper?