Everytime I boot up I have to type sudo dhclient ra0 and then I can use the internet. How can I make Kubuntu do this automatically?
Announcement
Collapse
No announcement yet.
Wirless Networking[SOLVED]
Collapse
This topic is closed.
X
X
-
Re: Wirless Networking
In Konsole, type:
Code:sudo nano /etc/init.d/internet-fix
"sudo dhclient ra0"
Close and save. Then type:
Code:sudo chmod a+x /etc/init.d/internet-fix cd /etc/rcS.d/ ln -s /etc/init.d/internet-fix S41internet-fix
- Top
- Bottom
Comment