D-Link DWL-G630 and FC8.

Mikkel L. Ellertson mikkel at infinity-ltd.com
Tue Nov 20 22:03:33 UTC 2007


Steven Stern wrote:
> 
> I added this to /etc/modprobe.d/blacklist:
> 
>   # built-in Atheros driver
>   blacklist ath5k
> 
> After rebooting and installing madwifi (I compile from source), I used
> "modprobe ath_pci" to get the kernel to notice the new drivers, then
> rebooted again.
> 
You definitely reboot too often.  All you should have needed to do
is make your changes to blacklist the ath5k module, and tell it to
use the ath_pci module. Run:

modprobe -r ath4k	- Just in case it is loaded.
depmod			- Let the kernel know about the changes.
modprobe ath_pci	- Load the new module.

You may be able to run "depmod -A" instead of depmod, and save some
time, but I am not sure that will pick up the change in blacklist.

Mikkel
-- 

  Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20071120/964355db/attachment-0001.sig>


More information about the fedora-list mailing list