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:
cd /home/tj/rtl8187b-modified
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?