Troubleshooting the ipw2200 Card for WVU Wireless.
Derek Perriero <[email protected]> Fri, 13 Jan 2006 16:42:44 -0500
| Newsgroups | gmane.org.user-groups.linux.morlug |
|---|---|
| Message-ID | <[email protected]> |
This is a more indepth extension to the ipw2200 wireless card problem Craig
had mentioned in the tutorial.
Errors with ipw2200 firmware upgrade:
According to the ipw2200 firmware upgrade there is a possibility of errors
with removal of old ieee80211 modules. So you will have to manually remove
them. Even deleting the old directories may be the best solution and that's
what worked for me. Then you can properly compile.
1) Authenticate with wpa supplicant.
2) dhclient <interface>
-you might get a problem resembling this...
"""
sit0: unknown hardware address type 776
sit0: unknown hardware address type 776
Listening on LPF/eth1/00:0e:35:6a:43:3c
Sending on LPF/eth1/00:0e:35:6a:43:3c
Sending on Socket/fallback
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 21
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 16
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
"""
So Here is the Resolve<http://ubuntuforums.org/archive/index.php/t-78983.html>
:
sudo gedit /etc/modprobe.d/ipw2200
(you probably will have an empty file or no file)
regardless, add this line:
options ipw2200 hwcrypto=0
save
then run: sudo modprobe -r ipw2200
and then: sudo modprobe ipw2200 hwcrypto=0
Try to dhclient again and see if it will bind with an IP.
--
Perriero, Derek
[email protected]
_______________________________________________
Morlug mailing list
[email protected]
http://mailman.morlug.org/mailman/listinfo/morlug