krop wrote: > Selon Larry Finger <[EMAIL PROTECTED]>: > >>> Despite what is mentionned there : >>> > http://linuxwireless.org/en/users/Drivers/b43#bcm43xx.2Cb43legacy.2Cb43.2Csoftmac.2C...thefullstory >>> , this card (Linksys WMP-54G pci) doesn't work with b43legacy but b43. >> This is exactly what is expected. The BCM4306 rev 02 uses b43legacy. A >> BCM4306 >> rev 03 _needs_ b43. >> > > Thank you for this information :-) > >>> and wpa_supplicant output : >>> <2>Trying to associate with ba:fa:e6:72:e9:0c (SSID='freebox' freq=2447 >>> MHz) >>> <2>Authentication with 00:00:00:00:00:00 timed out. >>> Here's the situation and I don't have any idea of the causes or the way >>> to solve this problem. >> Your iwconfig output shows that the interface has authenticated, which >> implies >> transmit and receive both working. Please check that your copy of >> wpa_supplicant >> has the "wext" interface enabled. There has been a report of failures for >> this reason. >> > wpa_supplicant configuration is the same as when I use bcm43xx : > in /etc/network/interfaces : > auto eth0 > iface eth0 inet dhcp > pre-up wpa_supplicant -Bw -dd -Dwext -ieth0 -c/etc/wpa_supplicant.conf > post-down killall -q wpa_supplicant
If wpa_supplicant shows up in a 'ps ax' output, kill it and restart from a root-privileged command using the command wpa_supplicant -Dwext -ieth0 -c/etc/wpa_supplicant.conf -ddd and send the resulting console output. You may have to issue an 'ifup eth0' command on another terminal. Larry _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
