Networking :: Dynex DX-WGNBC WiFi Cardbus PCMCIA  - How To



Thanks hats,

That didn't work either.

Edit: this is what I get at bootup:
Code Sample
ioctl[SIOCSIWMODE]: No such device
Could not configure driver to use managed mode
ioctl[SIOCGIFFLAGS]: No such device
Could not set interface 'wlan0' UP
ioctl[SIOCGIFINDEX]: No such device
Failed to disable WPA in the driver.
ioctl[SIOCGIFFLAGS]: No such device
rmdir[ctrl_interface]: Bad address

If it's still initializing at that point you might need to put in some sleep/wait commands
Ahh, the usual slow drivers. Add some waiting right before it, about 5 secs should be fine for starters.
I'd like to try the sleep/wait.  I've searched all over and can't figure out what command and syntax to put in bootlocal.sh for this... may I impose on you to give me an example please?

Thanks.

[QUOTE][I'd like to try the sleep/wait.  I've searched all over and can't figure out what command and syntax to put in bootlocal.sh for this... may I impose on you to give me an example please?

Thanks.[QUOTE]

sleep n

where n is number of seconds

eg

CODE]sleep 5[/CODE]

http://www.computerhope.com/unix/usleep.htm

Next Page...
original here.