LinHES Forums http://forum.linhes.org/ |
|
ZD1211 wireless usb not starting up on boot http://forum.linhes.org/viewtopic.php?f=2&t=9413 |
Page 1 of 1 |
Author: | briguy [ Fri Mar 31, 2006 7:55 pm ] |
Post subject: | ZD1211 wireless usb not starting up on boot |
There are tons of posts about wireless USB dongles not starting up at boot. None of the "solutions" are working for me (or anybody else for that matter). Here's my story: Zydas zd1211 usb dongle. Works great, will not start on boot. After boot I have to do a: Code: modprobe zd1211 ifup wlan0 then I can mount my network drive. Here's what I've done so far: /etc/network/interfaces Code: # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) # The loopback interface # automatically added when upgrading auto lo iface lo inet loopback # iface eth0 inet dhcp auto wlan0 iface wlan0 inet dhcp wireless-mode Managed wireless-essid MyEssid wireless-key mykeyhere I've tried moving the zd1211 up and down in /etc/modules, in fact right now it's in about 5 different places there! I've also aliased wlan0 to zd1211 in modules.conf. I've tried the wlanup script that somebody posted, adding lines to the end of /etc/init.d/bootmisc.sh, all to no avail. One thing to note - sometimes I get a message after doing the ifup command as follows: Code: ADDRCONF(NETDEV_UP): wlan0: link is not ready and the DCHPREQUEST will keep on failing then later: Code: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
and it will hook up, like the module needed some time to load. Like I mentioned, there are a lot of posts regarding similar problems and I can't seem to find a solution. Ideas anyone? |
Author: | mac [ Fri Mar 31, 2006 11:01 pm ] |
Post subject: | |
Kind of an ugly solutions, but I think that if you add the two commands to the end of the /etc/pcmcia/network file, it might work for you. If that does not do it... try putting them at the end of /etc/init.d/bootmisc.sh -- I had the same problem with getting a usb network dongle to start on boot. =================== modprobe zd1211 ifup wlan0 |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |