Results 1 to 10 of 11
I have the same question, nice tutorial, im trying to follow it, but I don't understand step 1
1. Make sure you have the kernel-sources, gcc and make packages installed.
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-03-2006 #1Just Joined!
- Join Date
- Aug 2006
- Posts
- 20
I have the same question, nice tutorial, im trying to follow it, but I don't understand step 1
1. Make sure you have the kernel-sources, gcc and make packages installed.
I don't know what those are
::Moderator Note:: This thread was broken off from another:
http://www.linuxforums.org/forum/man...t-drivers.html
Please start your own threads.Last edited by techieMoe; 08-03-2006 at 04:47 PM.
- 08-03-2006 #2Open up whatever package manager you have on your Mandriva install (I think it's called Mandriva Control Center). Do a search for gcc, one for make, and one for kernel. If any packages that come up for these searches are not installed already, install them. To see if they are installed, open up a terminal and type the following commands:
Originally Posted by beverage
If you get "command not found" or an error message for any of these, you need to install those packages.Code:make gcc --version ls /usr/src/linux
Registered Linux user #270181
TechieMoe's Tech Rants
- 08-03-2006 #3Just Joined!
- Join Date
- Aug 2006
- Posts
- 20
Ok, gcc came up with command not found
make got a command not found
and as for the ls /usr/src/linux I got directory not found... Oh joy -_-
- 08-03-2006 #4No problem. That just means you need to search for the appropriate packages in your "Add/Remove Software" app and get them installed.
Originally Posted by beverage Registered Linux user #270181
TechieMoe's Tech Rants
- 08-03-2006 #5Just Joined!
- Join Date
- Aug 2006
- Posts
- 20
Originally Posted by techieMoe
Ok, i got all but kernel installed there still is no /usr/src/linux directory
- 08-03-2006 #6Did you install the "kernel-source" package? Is there anything at all in your /usr/src directory? (Find this out by typing ls /usr/src/).
Originally Posted by beverage Registered Linux user #270181
TechieMoe's Tech Rants
- 08-03-2006 #7Just Joined!
- Join Date
- Aug 2006
- Posts
- 20
Ah ok, yeah I have it now, I installed the source package. Thanks, one more problem though <_<
Once I get to the running the .run file part i get an error.
It says:
You appear to be running an X server; please exit X before installing. (then some extra stuff that says if problem persists contact nvidia and whatnot)
What does all that mean, and how to I exit this "X"
- 08-03-2006 #8Keep reading my tutorial. You have to enter runlevel 3, which is described in step 3:
Originally Posted by beverage
http://www.linuxforums.org/forum/lin...d-drivers.htmlRegistered Linux user #270181
TechieMoe's Tech Rants
- 08-03-2006 #9Just Joined!
- Join Date
- Aug 2006
- Posts
- 20
Originally Posted by techieMoe
I did that, I'll try again
- 08-03-2006 #10Just Joined!
- Join Date
- Aug 2006
- Posts
- 20
It worked! I got it installed proporly... but I still don't have my double monitors, yousee, I have one screen plugged into the motherboard, and the other is plugged into my NVIDIA card. All I had to do in windows is install the driver for my graphics card, but it's not the same here I suppose, if you could can you help me to set this up? I love having 2 screens...


Reply With Quote
