LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 10-24-2005, 11:28 PM   #16
Dommy
Member
 
Registered: Jul 2004
Location: Canberra
Distribution: Mint 7
Posts: 204

Rep: Reputation: 30

Usually when you install a distro it will ask you for a passwd for root if it didn't then there should be a readme file which will have that info otherwise you can try login name root password root : note all lowercase, linux is case sensitive, anotherway is to login as normal user and try sudo passwd root and try to set a new root password
 
Old 10-25-2005, 02:31 AM   #17
Eerath
Member
 
Registered: Feb 2005
Location: UK
Distribution: Knoppix 3.9, SimplyMEPIS 3.3.2, Mandrake 10.1, SUSE 10.0, Windows 2000 Pro, Windows XP Home + Pro
Posts: 138

Rep: Reputation: 15
I guess you could download the MEPIS live CD and use the OScentre to install GRUB
 
Old 10-25-2005, 09:53 AM   #18
mike 2 learn
LQ Newbie
 
Registered: Oct 2005
Location: so. cal.
Distribution: ubuntu 5.04horary hedge hog
Posts: 1

Rep: Reputation: 0
dual boot

I installed ubuntu 5.04 hh on ide 1 using xp pro on ide0 installed grub 0.95 boot lt went very well I then installed 2000 on ide 0 and it worked well I am brand new and trying to figure out how to get my win modem working.
 
Old 10-25-2005, 10:55 AM   #19
superwhat
LQ Newbie
 
Registered: Oct 2005
Posts: 9

Original Poster
Rep: Reputation: 0
Dommy- I did set a root password and I found the half graphical half command line program that allowed me to log in as root and save changes to the inittab file

Eerath- When I had tried to use grub nothing would boot....the screen would just be blank and nothing would happen

I have a version of ubuntu that I can run from a cd so I can't install any programs I heard that Mandrake was more noob friendly so that's why I didn't use it.

Well....I figured out how to edit the inittab file logged in as root, as I had said....I had to go to the command line program (that was command line but also allowed you to use a mouse to save and open documents) window and then go to root midnight command session. I then changed it so that I was defaulting to 3. I restarted and I was able to log in as root and I then tried to install the drivers and thins is what I got:

No precompiled kernel interface was found to match your kernel; would you like installer to attempt to download a kernel interface for your kernel from NVIDIA ftp site (ftp://downlaod.nvidia.com)?

Then I click yes and then this:

No matching percompiled kernel interface was found on the NVIDIA ftp site: this means that the installer will need to compile a kernel interface for your kernel.

So yet again I click yes and then:

ERROR: Unable to find the kernel source tree for the currently running kernel. Please make sure you have installed the kernel source files for your kernel; on Red Hat Linux systems, for example be sure you have the 'kernel-source' rpm installed. If you know the correct kernel source files are installed, you may specify the kernel source path with the '--kernel-source-path-' command line option.

Then I hit ok and:

ERROR: installation has failed. Please see the file '/var/log/nvidia-installer.log' for details. You may find suggestion on fixing installation problems in the readme file available on the Linux driver download page at www.Nvidia.com


On top of all of that I can't get out of the command line interface.....I don't know how to open so that I can edit and save documents in command line...so I can see the inittab file but I can't edit it so that I can go to the graphical interface.....lol. What would I search for to find these commands and what they do so that I can do this??


Ed
 
Old 10-26-2005, 03:13 AM   #20
Dommy
Member
 
Registered: Jul 2004
Location: Canberra
Distribution: Mint 7
Posts: 204

Rep: Reputation: 30
Quote:
Originally posted by superwhat

No precompiled kernel interface was found to match your kernel; would you like installer to attempt to download a kernel interface for your kernel from NVIDIA ftp site (ftp://downlaod.nvidia.com)?

Then I click yes and then this:

No matching percompiled kernel interface was found on the NVIDIA ftp site: this means that the installer will need to compile a kernel interface for your kernel.

So yet again I click yes and then:

ERROR: Unable to find the kernel source tree for the currently running kernel. Please make sure you have installed the kernel source files for your kernel; on Red Hat Linux systems, for example be sure you have the 'kernel-source' rpm installed. If you know the correct kernel source files are installed, you may specify the kernel source path with the '--kernel-source-path-' command line option.

Then I hit ok and:

ERROR: installation has failed. Please see the file '/var/log/nvidia-installer.log' for details. You may find suggestion on fixing installation problems in the readme file available on the Linux driver download page at www.Nvidia.com


On top of all of that I can't get out of the command line interface.....I don't know how to open so that I can edit and save documents in command line...so I can see the inittab file but I can't edit it so that I can go to the graphical interface.....lol. What would I search for to find these commands and what they do so that I can do this??


Ed
What this means is that for your precompiled kernal that you got from your Linspire distro there is no precompiled driver available, this is fine it simply requires more work on your part, so what you needto do is download either from your disto CD or from the Linspire site itself the kernal source code that corresponds to your running kernal version, once you have that loaded on your hard drive, it usual position is /usr/src/linux where linux is a link to the real kernal source usually in the form linux-2.6.12-lispire.
Now you can try the installer again and it should find your kernal source and compile you a new kernal which you can then add to the grub boot list to verify that it works before making it the normal bootable kernal, having done all this you are well on your way to being Master of the Universe . You may want to runup an Xsession for this as its easier done using a terminal emulator or 3.

But before you do all this check with the linspire site to make sure there isn't an Nvidia driver precompiled there also Google just in case someone else has done it already and can tell you where the pot holes are and how to avoid them. One that comes to mind is to check that you have the following programs, gcc and make I have a feeling you'll have to get them as well.

Finally you might consider using Mandrake because I'm pretty sure they have Nvidia drivers already

As o you other problem try one of the following:

CTL-C will usually get you out a running program
CTL-ALT-Delete the three fingered salute will cause linux to restart
CTL-D or exit should get you back to the login screen

YOU ARE HAVING FUN just keep saying that to yourself and all will be well
 
Old 10-26-2005, 07:42 PM   #21
superwhat
LQ Newbie
 
Registered: Oct 2005
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by Dommy

Finally you might consider using Mandrake because I'm pretty sure they have Nvidia drivers already
I am....I'm going to search google to see if I can find something. Will Mandrake 10.1 go back to the graphical mode after the drivers are installed?? I want to do a search for a command line bible or something along those lines...Is it just called command line for Linux or does each distro have a different code?

Fun...lol...riiiight!!

Ed
 
Old 10-27-2005, 02:06 AM   #22
Dommy
Member
 
Registered: Jul 2004
Location: Canberra
Distribution: Mint 7
Posts: 204

Rep: Reputation: 30
This is an Indian Uni site which contains some interesting links both free and commercial, you may get a lot of unwanted popups here so be careful, http://www.linux-iips.tk/ it looks like Programming->books will lead you to a wealth of info, should keep you out of mischief for months

Otherwise just Google
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Dual boot Linspire & Win XP - new master boot record? jimbo5454 Linux - Newbie 5 07-23-2006 12:06 AM
Dual boot primary Linspire & XP primary slave? watmonki Linspire/Freespire 5 11-01-2005 08:16 PM
Dual Boot Linspire and Windows XP linuxgamer Linspire/Freespire 24 10-02-2005 08:39 AM
Could I dual boot a Linspire pc? linuxhippy Linux - General 2 08-16-2005 04:17 PM
Installed Mandrake 9.2 but now I need to get rid of dual boot screen... the_blob2000 Linux - Newbie 8 05-02-2004 05:21 PM

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

All times are GMT -5. The time now is 02:31 AM.

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