Announcement

Collapse
No announcement yet.

Wirless Networking[SOLVED]

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Wirless Networking[SOLVED]

    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?

    #2
    Re: Wirless Networking

    In Konsole, type:
    Code:
    sudo nano /etc/init.d/internet-fix
    In that file, type:
    "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
    That should do it.  Get back to us if it doesn't.

    Comment


      #3
      Re: Wirless Networking

      Those steps worked for me. Thanks alot.

      Comment

      Working...
      X