LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-13-2004, 05:48 AM   #1
ballam
LQ Newbie
 
Registered: Jul 2004
Distribution: mandrake 10.0
Posts: 29

Rep: Reputation: 15
login problem - i made a mistake


hey
i am very very new to linux. i basically installed it about an hour ago.

anyway - i was having difficulties with my keyboard while installing linux.... so when it asked for username and password - i just clicked "Next"

anyway when i try to log in it wont allow me, i have hrd of logging in as "Root" what is the password for this?
 
Old 07-13-2004, 05:59 AM   #2
pingu
Senior Member
 
Registered: Jul 2004
Location: Skuttunge SWEDEN
Distribution: Debian preferably
Posts: 1,350

Rep: Reputation: 127Reputation: 127
It's 'root' not 'Root'
The password, well, you set the password during the installation.
If you didn't (and the system accepted this) you don't have a password for root.
Try logging in as 'root' with no password.
If it doesn't work graphically, press [ctrl]+[alt]+[F1] and log in in text mode.
When you're in, set a root password (command is simply 'passwd') and add a user with 'useradd' or 'adduser'.
 
Old 07-13-2004, 06:00 AM   #3
ballam
LQ Newbie
 
Registered: Jul 2004
Distribution: mandrake 10.0
Posts: 29

Original Poster
Rep: Reputation: 15
thankyou i will try this now
 
Old 07-13-2004, 06:03 AM   #4
Kess78
Member
 
Registered: Jul 2004
Location: Switzerland
Distribution: Debi@n, SuSE
Posts: 36

Rep: Reputation: 15
If you didn't define a user you have to know that the user root exists always on a linux box.

If you can't find your root password anymore you can reset it by starting your box in runlevel 1 (no graphics, no optional HW, etc..., only the kernel and a few drivers).

This is don in different ways depending on your distribution:
You have to choose the correct boot parameter for your kernel.
Sometimes is:
init 1
init=1
1
simple

Try with these first.
If it runs in runlevel 1 you have to edit your /etc/shadow file and change it in something like that the line containing root:
change root:XXXfjXE0o2KLI:12294:0:10000:::: in root::0:10000::::, save the file and reboot the box...

Now you should be able to login as root with no password.

If the Kernel params won't work try to boot with your distro CD and run it in repair mode. When the console opens up do the procedure described above in the /etc/shadow file.

I hope this would help you, bye Kess...
 
Old 07-13-2004, 07:23 AM   #5
ballam
LQ Newbie
 
Registered: Jul 2004
Distribution: mandrake 10.0
Posts: 29

Original Poster
Rep: Reputation: 15
heey
thanks everyone got the login problem sorted

do you know where i can find an online linux manual? with these commands etc in?
 
Old 07-13-2004, 07:42 AM   #6
fotoguy
Senior Member
 
Registered: Mar 2003
Location: Brisbane Queensland Australia
Distribution: Custom Debian Live ISO's
Posts: 1,291

Rep: Reputation: 62
Here's a link to just a few commands to get you started. There isn't an online manual for linux, just lots of how-to's written by people to help others out. Google is a great search engine for linux related information.

http://www.linuxdevcenter.com/linux/cmd/
 
Old 07-13-2004, 08:29 AM   #7
ballam
LQ Newbie
 
Registered: Jul 2004
Distribution: mandrake 10.0
Posts: 29

Original Poster
Rep: Reputation: 15
thanks

the links great.... just need to get modem sorted now

the computer company has lent me 5 to try (plus my original one) - and none of them are supported (http://www.linux-mandrake.com/en/hardware.php3)

do you have any suggestions of where i can find compatible modems?
 
Old 07-13-2004, 10:11 AM   #8
iluvatar
Member
 
Registered: Jul 2003
Location: netherlands
Distribution: debian
Posts: 403

Rep: Reputation: 30
for the documentation and HOW-TO's: look at The Linux Documentation Project. There are modem howto's there, I guess those HOWTO's give some hardware advice too, but it's a long time ago I've read those...

greetz,
.-=~ iluvatar ~=-.

EDIT: here's the index for the modem howto's

Last edited by iluvatar; 07-13-2004 at 10:12 AM.
 
Old 07-13-2004, 10:15 AM   #9
ballam
LQ Newbie
 
Registered: Jul 2004
Distribution: mandrake 10.0
Posts: 29

Original Poster
Rep: Reputation: 15
thank you

i have managed to get 2 modems to display now - though im not sure how i did it

but when i try to create an internet connection the ESS modem says "We only support kernels 2.4 and above" or something similar, and the conexant just basically says it wont work
 
Old 07-14-2004, 02:02 AM   #10
iluvatar
Member
 
Registered: Jul 2003
Location: netherlands
Distribution: debian
Posts: 403

Rep: Reputation: 30
well, maybe you're running some old kernel... do a "uname -r" to check your kernel version. If it's below 2.4, the error seems correct in that case, you'll need to compile a newer kernel...
Quote:
and the conexant just basically says it wont work
well does it literally say that or does it give some other error? maybe someone else can make something up from the error... it could be you just need some kind of kernel module or an extra driver for something for it to work.

greetz,
.-=~ iluvatar ~=-.
 
Old 07-14-2004, 04:45 AM   #11
fotoguy
Senior Member
 
Registered: Mar 2003
Location: Brisbane Queensland Australia
Distribution: Custom Debian Live ISO's
Posts: 1,291

Rep: Reputation: 62
Glad the link was helpful. As for the modems, I had cable for the last 4 years so I have no experience with setting up dial-up, but from what I remember when I was using dial-up, conexant chipsets were a real pain in the butt to get them working, even under windoze.
 
Old 07-14-2004, 05:02 AM   #12
iluvatar
Member
 
Registered: Jul 2003
Location: netherlands
Distribution: debian
Posts: 403

Rep: Reputation: 30
ok then I should go for the ESS. check the kernel version you are using with "uname -r" and if it's below 2.4 you will just need a newer kernel... there's much info about compiling kernels

greetz,
.-=~ iluvatar ~=-.
 
Old 07-14-2004, 07:14 AM   #13
ballam
LQ Newbie
 
Registered: Jul 2004
Distribution: mandrake 10.0
Posts: 29

Original Poster
Rep: Reputation: 15
ok i'll check the kernel version and post back here. i can't check the Conexant error because i have returned the modem (i borrowed some modems) It didn't actually say that but it said it doesnt support Winmodems or something similar.

how difficult is it to compile a kernel?
 
Old 07-14-2004, 07:25 AM   #14
ballam
LQ Newbie
 
Registered: Jul 2004
Distribution: mandrake 10.0
Posts: 29

Original Poster
Rep: Reputation: 15
hmmm

the kernel is....

2.6.3 - 7mdk

im guessing the "mdk" is for mandrake?
 
Old 07-14-2004, 09:13 AM   #15
iluvatar
Member
 
Registered: Jul 2003
Location: netherlands
Distribution: debian
Posts: 403

Rep: Reputation: 30
yep that's right... and it's 2.6.3, wich is definitly higher than 2.4. So recompiling the kernel shouldn't be needed. I guess the modem driver doesn't support the 2.6 kernel (too new). maybe there's a newer version of the modem driver for kernel 2.6, otherwise I cannot think of anything else than 'downgrade' the kernel to 2.4...

greetz,
.-=~ iluvatar ~=-.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mistake I made with Mouse dolphans1 Mandriva 3 11-20-2005 08:33 AM
made a time mistake speel Linux - Newbie 2 04-30-2005 03:20 AM
I made a big mistake? BajaNick Linux - Software 8 12-28-2003 09:18 PM
I made a mistake! Need help now jcksrobbins Mandriva 8 08-30-2003 10:17 PM
I made a mistake need help here ikw38 Linux - Networking 4 06-16-2003 01:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:52 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration