FS#5542 - madwifi beyond module will not load
Attached to Project:
Arch Linux
Opened by jason fuchs (jason_f) - Saturday, 07 October 2006, 08:26 GMT
Opened by jason fuchs (jason_f) - Saturday, 07 October 2006, 08:26 GMT
|
Details
After install and reboot of the beyond kernel, with
nvidia-beyond and madwifi-beyond, the ath_pci module is not
found. Nvidia loads fine, but ath_pci gives 'module not
found' while trying to modprobe.
the module is physically installed [jason@bedroom 2.6.17-beyond]$ find | grep ath_pci ./net/ath_pci.ko [jason@bedroom 2.6.17-beyond]$ but still wont load... |
This task depends upon
Comment by Jan de Groot (JGC) -
Sunday, 08 October 2006, 16:02 GMT
Try to run depmod -a and then modprobe it.
Comment by jason fuchs (jason_f) -
Monday, 09 October 2006, 21:06 GMT
That worked, thanks!