[ltp] atheros wireless on T61

Frédéric BOITEUX linux-thinkpad@linux-thinkpad.org
Mon, 1 Oct 2007 13:03:29 +0200


Le sam 29 sep 2007 00:22:15 CEST, "Joseph Xu" <josephzxu@gmail.com> a
écrit :

> Hi:
> 
> I have a T61 with an Atheros AR5418 wireless chip. It works fine with
> the Madwifi subversion drivers, except there's something weird with
> the DHCP discovery:
> 
> $ sudo ifup ath0=home-dhcp
> Internet Systems Consortium DHCP Client V3.0.4
> Copyright 2004-2006 Internet Systems Consortium.
> All rights reserved.
> For info, please visit http://www.isc.org/sw/dhcp/
> 
> wifi0: unknown hardware address type 801
> wifi0: unknown hardware address type 801
> Listening on LPF/ath0/
> Sending on   LPF/ath0/
> Sending on   Socket/fallback
> DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 3
> DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 3
> DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 6
> DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 7
> DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 20
> DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 15
> DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 7
> No DHCPOFFERS received.
> No working leases in persistent database - sleeping.
> 
> However, if I take down the interface and then immediately bring it up
> again, it works fine the second time:
> 
> $ sudo ifdown ath0
> There is already a pid file /var/run/dhclient.ath0.pid with pid 3704
> killed old client process, removed PID file
> Internet Systems Consortium DHCP Client V3.0.4
> Copyright 2004-2006 Internet Systems Consortium.
> All rights reserved.
> For info, please visit http://www.isc.org/sw/dhcp/
> 
> wifi0: unknown hardware address type 801
> wifi0: unknown hardware address type 801
> Listening on LPF/ath0/
> Sending on   LPF/ath0/
> Sending on   Socket/fallback
> DHCPRELEASE on ath0 to 192.168.1.1 port 67
> 
> $ sudo ifup ath0=home-dhcp
> Internet Systems Consortium DHCP Client V3.0.4
> Copyright 2004-2006 Internet Systems Consortium.
> All rights reserved.
> For info, please visit http://www.isc.org/sw/dhcp/
> 
> wifi0: unknown hardware address type 801
> wifi0: unknown hardware address type 801
> Listening on LPF/ath0/
> Sending on   LPF/ath0/
> Sending on   Socket/fallback
> DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 7
> DHCPOFFER from 192.168.1.1
> DHCPREQUEST on ath0 to 255.255.255.255 port 67
> DHCPACK from 192.168.1.1
> bound to 192.168.1.101 -- renewal in 229919 seconds.
> 
> I've upgraded to the latest wireless tools (v29), but that doesn't
> seem to help. Anyone else have this problem/know a solution?

	Hello,

  I have a X31 Thinkpad with an AR5413-based wireless mini-pci card. My
system is Debian Etch with latest Debian's madwifi sources, and I
noticed exactly the same behaviour : I tought at first there was a
problem with DHCP client, but debugging a bit shown me the problem is
during association with access point (I use a WPA encryption, and using
wpa_supplicant with debug, I see authentification timeout... from times
to times ; sometimes, shutting down/up again don't help, and I observed
recently that killing wpa_supplicant before restarting interface could
help (but I'm not sure it's 100% working ...)...

  If you find a solution, I'd be happy to know it !

	With regards,
		Fred.