View Single Post
  #1 (permalink)  
Old 21-Oct-2008, 00:05
tjwoosta tjwoosta is offline
Puzzled Penguin
 
Join Date: Oct 2008
Posts: 31
tjwoosta hasn't been rated much yet
Default how to make wlan0 start automatically?

so i have finally found the right driver for my rtl8187b wireless card (i used this link "What I did on my vacation from reality » RTL8187B drivers and patches")

but now this is what i must do every time i login!
Code:
su
Code:
cd /home/tj/rtl8187b-modified
Code:
./wlan0up

in Ubuntu i could add this to my /etc/rc.local
Code:
/home/tj/rtl8187b-modified/wlan0up
ifconfig wlan0 up
dhclient wlan0
exit 0
opensuse doesnt seem to have an /etc/rc.local


so my question is what can i do to make my wireless start automatically?

is there another file that i can add those lines to?
Reply With Quote