View previous topic :: View next topic |
Author |
Message |
srivatsava n00b

Joined: 25 Feb 2007 Posts: 3
|
Posted: Sun Feb 25, 2007 9:57 pm Post subject: Cannot get WEP working for Dell E1505 laptop |
|
|
HI
I have been trying to get my wireless working with WEP but with no success.
I have the 2.6.19-rc5 kernel. The IEEE80211 is kernel inbuilt version. I have installed wireless-tools package. I have installed the ipw3945 package.
My wireless internet works. I am able to connect to my home network if i disable the wep key. But when i turn on WEP on my router this is the error that i get.
/etc/init.d/net.eth1 start
* Starting eth1
* Configuring wireless network for eth1
Error for wireless request "Set Encode" (8B2A) :
SET failed on device eth1 ; Operation not supported.
* eth1 does not support setting keys
I have the ieee80211_crypt_wep option selected in my kernel configuration.
Could someone please help me out here? Thanks in advance. |
|
Back to top |
|
 |
phobos13013 Apprentice


Joined: 22 Sep 2004 Posts: 277 Location: PNW
|
|
Back to top |
|
 |
srivatsava n00b

Joined: 25 Feb 2007 Posts: 3
|
Posted: Mon Feb 26, 2007 1:57 am Post subject: |
|
|
I already have wpa_supplicant. I tried to compile the WEP IEEE option as a module. I recomplied the kernel and tried modprobing the WEP module This is the error i am getting.
[code]
Serenity sri # modprobe ieee80211_crypt_wep
FATAL: Error inserting ieee80211_crypt_wep (/lib/modules/2.6.19-gentoo-r5/kernel/net/ieee80211/ieee80211_crypt_wep.ko): Unknown symbol in module, or unknown parameter (see dmesg)
[\code]
when i dmesg i get this
[code]
Serenity sri # dmesg|tail
ieee80211_crypt_wep: Unknown symbol crypto_free_tfm
ADDRCONF(NETDEV_UP): eth0: link is not ready
b44: eth0: Link is up at 100 Mbps, full duplex.
b44: eth0: Flow control is off for TX and off for RX.
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
eth0: no IPv6 routers present
ieee80211_crypt_tkip: Unknown symbol crypto_alloc_base
ieee80211_crypt_tkip: Unknown symbol crypto_free_tfm
ieee80211_crypt_wep: Unknown symbol crypto_alloc_base
ieee80211_crypt_wep: Unknown symbol crypto_free_tfm
[\code]
Any thoughts? Any advice short of re-installing everything?[/code] |
|
Back to top |
|
 |
phobos13013 Apprentice


Joined: 22 Sep 2004 Posts: 277 Location: PNW
|
Posted: Mon Feb 26, 2007 5:07 am Post subject: |
|
|
One thing confusing me is that in your first post you have eth1 as your wireless controller, but in the dmesg it is referring to eth0. Do you have net.lo linked to eth0 or eth1? Im not quiet what is going on there though. _________________ ...and it should be known by now |
|
Back to top |
|
 |
srivatsava n00b

Joined: 25 Feb 2007 Posts: 3
|
Posted: Mon Feb 26, 2007 5:34 am Post subject: |
|
|
It is eth1. The error message is the same as i posted except replace eth0 by eth1. |
|
Back to top |
|
 |
|