Political Crossfire Forums Index Political Crossfire Forums
Discuss and Debate Political, cultural and social issues.

 Political Crossfire Forums Index

Ubuntu - Second try
Click here to go to the original topic
Goto page 1, 2  Next
 
       Political Crossfire Forums Index -> PC-Tech Talk
Click here to go to the original topic        View previous topic :: View next topic  
Author Message
Sid



Joined: 26 Oct 2004
Posts: 4560
Location: Kansas

Posted: Sun Aug 20, 2006 10:53 pm    Post subject: Ubuntu - Second try  

This is a stupid question, with a simple answer most likely, but why won't it let me log in as the root. I exit the GUI with ctrl+alt+backspace, it asks for a username and password, I put in the name "root" and the only password that it asked me for when I booted up the OS. Could someone tell me what I'm going wrong?
Back to top  
FCTE



Joined: 11 Mar 2004
Posts: 18566
Location: Illinois

Posted: Sun Aug 20, 2006 10:58 pm    Post subject: Re: Ubuntu - Second try  

Sid wrote: This is a stupid question, with a simple answer most likely, but why won't it let me log in as the root. I exit the GUI with ctrl+alt+backspace, it asks for a username and password, I put in the name "root" and the only password that it asked me for when I booted up the OS. Could someone tell me what I'm going wrong?

Root is the password you chose on installation. You don't put in the word "Root," you put in your username and password. Only do it when absolutely necessary, it's there for good security.

You'll find that you'll be entering it a lot when doing anything system critical, especially moving files and executing an executable.

It's the same as being "Admin" in Windows.
Back to top  
Sid



Joined: 26 Oct 2004
Posts: 4560
Location: Kansas

Posted: Sun Aug 20, 2006 11:04 pm    Post subject: Re: Ubuntu - Second try  

FCTE wrote: Sid wrote: This is a stupid question, with a simple answer most likely, but why won't it let me log in as the root. I exit the GUI with ctrl+alt+backspace, it asks for a username and password, I put in the name "root" and the only password that it asked me for when I booted up the OS. Could someone tell me what I'm going wrong?

Root is the password you chose on installation. You don't put in the word "Root," you put in your username and password. Only do it when absolutely necessary, it's there for good security.

You'll find that you'll be entering it a lot when doing anything system critical, especially moving files and executing an executable.

It's the same as being "Admin" in Windows.

Ohh, I thought it was something like that. I know to stay out of it usually, but at the moment I'm trying to get my wireless card, audio, and video working.
Back to top  
FCTE



Joined: 11 Mar 2004
Posts: 18566
Location: Illinois

Posted: Sun Aug 20, 2006 11:11 pm    Post subject: Re: Ubuntu - Second try  

Sid wrote: Ohh, I thought it was something like that. I know to stay out of it usually, but at the moment I'm trying to get my wireless card, audio, and video working.

Search the forums, they are gold. I have had very few problems that couldn't be solved by finding it on the forums. The community is excellent and the elitism that once plagued Linux is rare, especially with Ubuntu as the goal of Ubuntu is Linux for the average joe.

Or come back and ask and I and the others will try to give you a hand.

Just keep in mind that Linux is not Windows, it's not trying to be Windows, there is a learning curve, but not horribly bad, and you can't do everything point and click, you will have to learn command lines. It takes patience, when you first used Windows you didn't know everything either. :wink:
Back to top  
Sid



Joined: 26 Oct 2004
Posts: 4560
Location: Kansas

Posted: Mon Aug 21, 2006 10:54 pm    Post subject:  

Well, I've almost gotten my wireless card working (my moms getting annoyed at the blue cable strung across the hallway into my room from the computer room). I've got ndiswrapper, and my wireless card, and when I put in Code: sudo ndiswrapper -l I get Code: wg311v2 driver present, hardware present

Now, the instructions tell me to load the ndiswrapper modules with Code: sudo modprobe ndiswrapper , and when I do nothing happens, at all, it just opens a new line for text. I activated the wireless connection under system - admin - network, and nothing...


Any idea of what I could be doing wrong?
Back to top  
FCTE



Joined: 11 Mar 2004
Posts: 18566
Location: Illinois

Posted: Mon Aug 21, 2006 11:14 pm    Post subject:  

Sid wrote: Well, I've almost gotten my wireless card working (my moms getting annoyed at the blue cable strung across the hallway into my room from the computer room). I've got ndiswrapper, and my wireless card, and when I put in Code: sudo ndiswrapper -l I get Code: wg311v2 driver present, hardware present

Now, the instructions tell me to load the ndiswrapper modules with Code: sudo modprobe ndiswrapper , and when I do nothing happens, at all, it just opens a new line for text. I activated the wireless connection under system - admin - network, and nothing...


Any idea of what I could be doing wrong?

I don't use a laptop so I've never messed with the wireless drivers, you can PM Protostar or endersshadow for help or continue searching the forums for answers.

I think PoweRob is also running Ubuntu on a laptop and Gus is as well, or was until he became Mr. Fancypants with a new Macbook Pro.
Back to top  
Free Thinkr



Joined: 27 Jul 2004
Posts: 12056
Location: Northwest Indiana

Posted: Tue Aug 22, 2006 12:53 am    Post subject:  

Man, easy to use! ;) :lol:

*runs from FCTE*
Back to top  
Sid



Joined: 26 Oct 2004
Posts: 4560
Location: Kansas

Posted: Tue Aug 22, 2006 12:59 am    Post subject:  

Free Thinkr wrote: Man, easy to use! ;) :lol:

*runs from FCTE*

I know what you mean, but I remember getting used to dos and then windows, so I think I can handle this (I'm already starting to learn basic commands).
Back to top  
FCTE



Joined: 11 Mar 2004
Posts: 18566
Location: Illinois

Posted: Tue Aug 22, 2006 1:01 am    Post subject:  

Free Thinkr wrote: Man, easy to use! ;) :lol:

*runs from FCTE*

I never stated anywhere that Linux was easy, no different than Windows once you know how to use it.

Try getting Windows to recognize a Broadcom wireless card (widely used by many manufacturers). Very painful, especially if you use WEP.
Back to top  
FCTE



Joined: 11 Mar 2004
Posts: 18566
Location: Illinois

Posted: Tue Aug 22, 2006 1:19 am    Post subject:  

Sid wrote: I know what you mean, but I remember getting used to dos and then windows, so I think I can handle this (I'm already starting to learn basic commands).

Once you get it working you can take it for a spin and have hours of fun. :wink:

Back to top  
Melcar



Joined: 09 Jul 2006
Posts: 2585
Location: Stuck between inmaturity and getting a job

Posted: Tue Aug 22, 2006 2:01 am    Post subject:  

Sid wrote: Well, I've almost gotten my wireless card working (my moms getting annoyed at the blue cable strung across the hallway into my room from the computer room). I've got ndiswrapper, and my wireless card, and when I put in Code: sudo ndiswrapper -l I get Code: wg311v2 driver present, hardware present

Now, the instructions tell me to load the ndiswrapper modules with Code: sudo modprobe ndiswrapper , and when I do nothing happens, at all, it just opens a new line for text. I activated the wireless connection under system - admin - network, and nothing...


Any idea of what I could be doing wrong?

What kind of wireless chip are you using? If you have a Broadcom chip you may be in for some headaches. I used this guide and I was able to get it working (it's not perfect but it does work 95% of the time):
http://ubuntuforums.org/showthread.php?t=185174
Instead of the provided driver, I used the bcmwl5.sys I downloaded directly from my laptop's manufacturer site.

Ubuntu is a great way to learn Linux. I'm loading Kubuntu as I type this.
Back to top  
Protostar



Joined: 30 Jul 2004
Posts: 9630
Location: Raleigh, North Carolina

Posted: Tue Aug 22, 2006 8:43 am    Post subject:  

I know this may sound like a stupid question, but you said you activated the connection but did you specify which network you wanted Ubuntu to connect to under Properties?
Back to top  
Sid



Joined: 26 Oct 2004
Posts: 4560
Location: Kansas

Posted: Tue Aug 22, 2006 3:18 pm    Post subject:  

I'm using a Netgear wg311v2, which I read somewhere will work with NDISWRAPPER, and I made sure that the SSID and WEP code are correct, it can activate the card, and says it's active and configured, which is weird. I might try connecting to my neighbors wireless to see if it's a problem with my router or something when I get home.
Back to top  
Pzatchok



Joined: 15 Nov 2004
Posts: 6560

Posted: Tue Aug 22, 2006 3:29 pm    Post subject:  

Turn off all security setting in the router untill you know things are working.
Back to top  
Sid



Joined: 26 Oct 2004
Posts: 4560
Location: Kansas

Posted: Tue Aug 22, 2006 5:42 pm    Post subject:  

Well, this is interesting, I go to networking, and the option for wlan0 isn't even there. This is after I turned it off last night and booted up today. I tried to use modprobe, went into the network settings, and it's there now.... Weird.
Back to top  
Melcar



Joined: 09 Jul 2006
Posts: 2585
Location: Stuck between inmaturity and getting a job

Posted: Tue Aug 22, 2006 9:55 pm    Post subject:  

have you tried using networ manager (sudo apt-get install network-manager-gnome)? It makes things a whole lot easier.
Back to top  
FCTE



Joined: 11 Mar 2004
Posts: 18566
Location: Illinois

Posted: Tue Aug 22, 2006 10:12 pm    Post subject:  

Don't use the new xserver-core from the update manager, it's FUBAR. Lock the current version in Synaptic.
Back to top  
Sid



Joined: 26 Oct 2004
Posts: 4560
Location: Kansas

Posted: Tue Aug 22, 2006 10:29 pm    Post subject:  

Well, I found out how to get a card with my chipset working, but there is one problem, it requires me to change a read only file. I tried to use the Code: su sidney command to give myself root privileges, but that didn't work. Soo, dumb question, how can I change it?
Back to top  
FCTE



Joined: 11 Mar 2004
Posts: 18566
Location: Illinois

Posted: Tue Aug 22, 2006 10:32 pm    Post subject:  

Sid wrote: Well, I found out how to get a card with my chipset working, but there is one problem, it requires me to change a read only file. I tried to use the Code: su sidney command to give myself root privileges, but that didn't work. Soo, dumb question, how can I change it?

You type in "sudo" and then the commands, not "su."

You don't put your username there, after typing sudo and the commands it will prompt you for your password. It will then execute the commands.
Back to top  
Pzatchok



Joined: 15 Nov 2004
Posts: 6560

Posted: Wed Aug 23, 2006 12:32 am    Post subject:  

I just type su -

Then password.



Mandrake. It works for me.
Back to top  
Click here to go to the original topic
       Political Crossfire Forums Index -> PC-Tech Talk Goto page 1, 2  Next
Page 1 of 2

Political Forums|Politics Connected|Contact Us



Powered by phpBB Search Engine Indexer
Powered by phpBB © 2001, 2002 phpBB Group