Quote (doobit @ June 15 2006,22:22) |
The wireless card settings are written to a script that is in /opt You must put the path to that script in /opt/bootlocal.sh to make them reload at boot eveytime. |
Code Sample |
#!/bin/bash # /usr/local/bin/iwconfig.sh ra0 essid My_WIFI_NET key 12345678901234567890123456 mode Managed # # ******************* # ** DEFUALT VALUE ** # ******************* /usr/local/bin/iwconfig.sh ra0 6 My_WIFI_NET 12345678901234567890123456 # |