Peter Diesner wrote: > Hi, > I think I'm a little closer to a solution. > > Wlan0 doesn't work after system start. But executing the following > command manually helps: > > sudo modprobe -r b43 > sleep 3 > sudo modprobe b43 > sleep 3 > sudo iwconfig wlan0 essid XXXXXXXX > sleep 3 > sudo dhclient wlan0 > > > Without sleep 3 it doesn't work. May be a timing problem ?
I'm pretty sure that not all the sleeps are needed. In any case, why don't you prepare a proper ifcfg-wlan0 file and simply do an ifup wlan0? With openSUSE 10.3, that file is prepared with a YaST GUI. Even better would be to use NetworkManager. Larry _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
