I need root password to install hardware drivers on Ubuntu desktop 10.04

Asked by Shahzad Ahmed

I have recently installed Ubuntu Desktop 10.04 on my personal laptop, to evaluated the user friendliness and other related issues so that all my friends can later on switch to Ubuntu instead of Window XP.
during the GUI installation moide i wasn't prompted for root loging password as most of the Linux versions do. Now i need to install my USB internet Wireless modem, i have the lionux drivers and connection manager program with me provided by the manufacturer/supplier of that USB internet wireless modem. But as i tend to install it, i am prompted for root login and i dont have any password for that.
Please provide a solution for my problem.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu sudo Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
ap0stol (x777ozon) said :
#1

use password of your user. (Ubuntu use "sudo" command to run priveleged applications)

Revision history for this message
José Lou Chang (obake) said :
#2

The Root account is locked by default in Ubuntu. This is because of the rationale that it is insecure to run the Root acount the whole time. As such a different way to use administrative power has been created.

Ubuntu uses Sudo which stands for Super User Do. This allows the user to use Root power temporaly. Just add "sudo" before any command.

For example:

In traditional Linux environment, one needs to be a root to install programs:
$ su
% apt-get install package-name

In Ubuntu it will be
$ sudo apt-get install package-name

More information regardin sudo and why Ubuntu has chosen to use it can be found at:

https://help.ubuntu.com/community/RootSudo

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Can you connect the device and run:

lsusb

Thanks

You do NOT need any root passwords and the accoungt is disabled for a billion security reasons. To get an elevated console you can run:

sudo -i

to get a filemanager with full access you can run:

gksudo nautilus

you already have full system access, the OS just treats you correctly as a user and allows you to do whatever you wish

Revision history for this message
Shahzad Ahmed (shz775) said :
#4

I have read your answers and i am obliged that it was a quick response, but
pardon me that i am new to linux and i dont know how to run these commands
while using the GUI mode. i am using the Xwindow environment and so please
guide me how to execute these commands in Xwindow environment.

On Wed, Oct 27, 2010 at 5:57 PM, actionparsnip <
<email address hidden>> wrote:

> Your question #131392 on Ubuntu changed:
> https://answers.edge.launchpad.net/ubuntu/+question/131392
>
> actionparsnip proposed the following answer:
> Can you connect the device and run:
>
> lsusb
>
> Thanks
>
> You do NOT need any root passwords and the accoungt is disabled for a
> billion security reasons. To get an elevated console you can run:
>
> sudo -i
>
> to get a filemanager with full access you can run:
>
> gksudo nautilus
>
> you already have full system access, the OS just treats you correctly as
> a user and allows you to do whatever you wish
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.edge.launchpad.net/ubuntu/+question/131392/+confirm?answer_id=2
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.edge.launchpad.net/ubuntu/+question/131392
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Simply press CTRL+ALT+T to get a terminal. You can now run any commands you wish. If you want to run an installer "as root" simply run:

sudo /path/to/filename

Obviously change the /path/to/filename to the ACTUAL file you want to execute. It will now launch andbe given the access needed. No root involved.

Can you help with this problem?

Provide an answer of your own, or ask Shahzad Ahmed for more information if necessary.

To post a message you must log in.