Announcement

Collapse
No announcement yet.

Help with Wireless

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

    Help with Wireless

    I am new to linux. I have gotten tired of all the problems with winblows.

    I love Kubuntu, however when I open the interface to set up a wireles
    connection it tells me that I need to run it with sudo. I tried running it as root but it still tells me the same thing. How do I run it with sudo.

    Thanks

    #2
    Re: Help with Wireless

    What are you trying to run exactly?

    If it's a terminal command you would open Konsole (Kmenu>System>Konsole terminal program) and type in
    Code:
    sudo program_name
    it will then ask for your password.

    If it's a graphical program like Wireless assistant when you click to open it it will ask for a password. Use the same password you use to log in.

    You can run a graphical program as sudo by typing in the terminal
    kdesu program_name

    Did this help at all - or did my light bulb just break? :-)

    Comment

    Working...
    X