elitecodex n00b
Joined: 15 Mar 2005 Posts: 30 Location: MD
|
Posted: Wed Mar 23, 2005 1:18 am Post subject: WLAN Problems (Laptop - IPW2200) |
|
|
Hello everyone. I am running Gentoo 2004.3 on a Dell Latitude D800 using kernel 2.6.11-gentoo-r4.
I installed IPW2200 per the exact instructions of this page : http://gentoo-wiki.com/HARDWARE_ipw2200
lsmod output
Code: | Module Size Used by
vmnet 28964 12
vmmon 167756 0
ieee80211_crypt_ccmp 7748 0
ieee80211_crypt_wep 5188 0
firmware_class 8960 0
ieee80211 38692 0
ieee80211_crypt 5832 3 ieee80211_crypt_ccmp,ieee80211_crypt_wep,ieee80211 |
The only error I see in dmesg regarding the new modules are this
Code: |
...
ieee80211_crypt: registered algorithm 'NULL'
ipw2200: Unknown symbol wireless_send_event
ieee80211_crypt: registered algorithm 'WEP'
ieee80211_crypt: registered algorithm 'CCMP'
ieee80211_crypt_tkip: Unknown symbol wireless_send_event
...
ipw2200: Unknown symbol wireless_send_event
...
|
modprobe ipw2200 produces this
Code: |
FATAL: Error inserting ipw2200 (/lib/modules/2.6.11-gentoo-r4/net/ipw2200.ko): Unknown symbol in module, or unknown parameter (see dmesg)
|
Im at a loss. I have research the forum and found people with similar problems, but thier solutions have not worked for me. Can anyone offer thier suggestion here? It would be greatly appreciated. |
|