LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   how to load on boot a wireless device? (https://www.linuxquestions.org/questions/suse-opensuse-60/how-to-load-on-boot-a-wireless-device-580534/)

dissident_goodchild 08-28-2007 05:11 PM

how to load on boot a wireless device?
 
I have installed the driver for the usbstick but not recognize the device in the network configuration. I configure it but does not start on boot and returns an error that the device was not found and could not apply the configuration.

How can I do that the device be loaded on boot?

dissident_goodchild 11-17-2007 12:39 PM

solved
 
I created a pre-up script and added to the file /etc/sysconfig/network/ifcfg-wlan0 the line PRE_UP_SCRIPT='pre-up-wlan0' to load this.

pre-up-wlan0 file:

Code:

ifconfig wlan0 up


All times are GMT -5. The time now is 03:43 AM.