View previous topic :: View next topic |
Author |
Message |
stupidkid Apprentice
Joined: 17 Apr 2006 Posts: 247 Location: 127.0.0.1
|
Posted: Mon Apr 17, 2006 9:14 pm Post subject: Problem with madwifi |
|
|
I emerged madwifi-ng, madwifi-ng-tools, and wpa_supplicant. When I try to modprobe ath_pci, I get this error
Code: |
local net # modprobe -v ath_pci
insmod /lib/modules/2.6.15-gentoo-r1/net/wlan.ko
WARNING: Error inserting wlan (/lib/modules/2.6.15-gentoo-r1/net/wlan.ko): Unknown symbol in module, or unknown parameter (see dmesg)
insmod /lib/modules/2.6.15-gentoo-r1/net/ath_rate_sample.ko
WARNING: Error inserting ath_rate_sample (/lib/modules/2.6.15-gentoo-r1/net/ath_rate_sample.ko): Unknown symbol in module, or unknown parameter (see dmesg)
insmod /lib/modules/2.6.15-gentoo-r1/net/ath_pci.ko
FATAL: Error inserting ath_pci (/lib/modules/2.6.15-gentoo-r1/net/ath_pci.ko): Unknown symbol in module, or unknown parameter (see dmesg)
|
Is there anyway to correct that?
Thanks. |
|
Back to top |
|
|
uxbod Guru
Joined: 30 Dec 2002 Posts: 474 Location: UK
|
Posted: Mon Apr 17, 2006 9:26 pm Post subject: |
|
|
Have you changed your kernel before rebooting with the new one ? |
|
Back to top |
|
|
PMcCauley Apprentice
Joined: 14 Mar 2006 Posts: 283 Location: Alberta, Canada
|
Posted: Mon Apr 17, 2006 9:31 pm Post subject: |
|
|
I have same issue using gentoo-sources but not with vanilla-sources. You may want to give that a try. I haven't really spent any time trying to fix this on my system since vanilla worked.
Patrick |
|
Back to top |
|
|
john.mcfarlane n00b
Joined: 10 Nov 2003 Posts: 4
|
Posted: Mon Apr 17, 2006 10:33 pm Post subject: wpa_supplicant - requires encryption support |
|
|
I think you don't have the necessary encryption things compiled into your kernel...
* Cryptographic options
* AES cipher algorithms (i586)
* ARC4 cipher algorithm
* Michael MIC Keyed digest algorithm
* CRC32c CRC algorithm
Lemme know if that doesn't work.
John M. |
|
Back to top |
|
|
stupidkid Apprentice
Joined: 17 Apr 2006 Posts: 247 Location: 127.0.0.1
|
Posted: Wed Apr 19, 2006 12:11 am Post subject: |
|
|
I recompiled my kernel, but now I can't even emerge madwifi-ng.
Code: |
localhost / # emerge -v net-wireless/madwifi-ng
Calculating dependencies
emerge: there are no ebuilds to satisfy "net-wireless/madwifi-ng".
|
What is the problem now?? |
|
Back to top |
|
|
|