I have the RTL8185 drivers installed on my SUSE 10.3 64 bit OS. It all works but I have to type in the following iwconfig commands each time the system is rebooted:
iwconfig wlan0 essid "XXXXXXXX"
iwconfgi wlan0 key s

XXXXXXXX [1] open
./wlan0dhcp
These have to be typed as the root user. The wlan0dhcp is a script file provided by RealTek. Knetworkmanager starts and all of the setting are correct but it fails. I would like to have them started in a config file.
Where can I put these to be done automatically upon boot?
I have the drivers being installed from the /etc/init.d/boot.local script file. I tried to put the iwconfig commands in here but they failed.
Thank you for your help.