LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 08-17-2005, 11:38 PM   #1
kwid21
Member
 
Registered: Aug 2005
Posts: 44

Rep: Reputation: 15
Question Installing Updated NVIDIA driver in mepis 3.3


I am having trouble installing the newest driver from nvidia for my video card on mepis 3.3. I am trying to follow the instructions given to compile and install the driver, but when I get to the directory and try to make install, it gives me this error: Makefile:17: *** missing separator. Stop.

Any ideas?
 
Old 08-18-2005, 03:32 PM   #2
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
Is there a reason you are trying to make the NVidia drivers from the source rather than using the built in installer that they came with? The whole NVidia thing gets very ugly on many machines, and making it from source just makes that process several steps harder. Just become root, and then run the name of the download from NVidia, and it should go through the install. You'll need the full kernel-source and kernel headers for your kernel, and as long as those are in place, you should be golden.

Peace,
JimBass
 
Old 08-19-2005, 01:17 PM   #3
kwid21
Member
 
Registered: Aug 2005
Posts: 44

Original Poster
Rep: Reputation: 15
Huh? What are those and where do I find them?
 
Old 08-19-2005, 01:53 PM   #4
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
Man, don't be soooooo lazy. Google is your friend - http://www.nvidia.com/object/unix.html

Peace,
JimBass
 
Old 08-19-2005, 02:16 PM   #5
kwid21
Member
 
Registered: Aug 2005
Posts: 44

Original Poster
Rep: Reputation: 15
I downloaded the driver file already. I know where to get that. I don't know ANYTHING about Linux. I cannot figure out how to install anything. I tried to use the package manager to install the updated drivers from mepis, but when I reboot x will not start. I try to run the drivers and they tell me x is running, and to quit x. So I quit x and try to install the file, I change to the directory that the file is in, and Linux will not find the file. All I want is my stinking video card to work properly.

I try to install anything and it horribly fails. I follow the instrustions provided to the letter, and it STILL fails. I have tried 5 different distros, and I cannot install anything from a .gz

I didn't know I had to be a rocket scientist to even install a simple program in Linux.
 
Old 08-19-2005, 02:35 PM   #6
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
The directions are on the page that you download it from. all you have to do is type
Code:
sh NVIDIA-Linux-x86-1.0-7676-pkg1.run
or whatever version of the driver you have downloaded. And yes, X windows cannot be running when you do it. Easiest way to do that is to logout from the bottom of the start menu, then sign in in text only mode. Use the command cd to go to the directory where you have the NVIDIA file, and issue the command I have shown you above.

I get the impression that you are not taking advantage of all the resources on the internet to help you. Google has thousands of posts on how to install these drivers, or open and install from tar.gz files, so forth and so on. You can look at files like the README that is linked to the page where you downloaded the NVidia driver from. Look around, and look things up. It all makes much sense, but can seem like alot when you first get started.

Peace,
JimBass
 
Old 08-19-2005, 07:04 PM   #7
foo_bar_foo
Senior Member
 
Registered: Jun 2004
Posts: 2,553

Rep: Reputation: 53
Quote:
Originally posted by kwid21

I didn't know I had to be a rocket scientist to even install a simple program in Linux.
you have to tell us:
1) exact step taken (copy paste exact commands)
2) copy and paste exact error messages

Quote:
Originally posted by kwid21
error: Makefile:17: *** missing separator
example -- unless you figured out how to extract the source from the nvidia package which given the nature of your posts seems highly unlikely -- there is no earthly way this error message has anything to do with compiling nvidia drivers..

so you see we can't help with that kind of off the wall information given out of context
 
Old 08-19-2005, 07:25 PM   #8
kwid21
Member
 
Registered: Aug 2005
Posts: 44

Original Poster
Rep: Reputation: 15
Installer can't find gcc

Hi all,
I am trying to install something, but when I run the installer it tells me that it can't find a 'gcc' compiler. It also says to check and see if it is installed, and if it is then to check that ''cc' is in your path.

I loaded up my package manager, and verified that it is in fact installed.

Where do I go from here?
 
Old 08-19-2005, 09:23 PM   #9
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,132
Blog Entries: 6

Rep: Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826
You can see if the directory where gcc is installed is in your path with
Code:
$PATH
If not add the directory to your path.
You can also find it at
~/.profile for BSD, or ~/.bash_profile or something similar for Linux.

You also might not have the version of gcc that the app you are trying to install is looking for.

You might also try re-installing gcc.
Code:
whereis gcc
should tell you where it is if you have it installed.
 
Old 08-19-2005, 10:41 PM   #10
kwid21
Member
 
Registered: Aug 2005
Posts: 44

Original Poster
Rep: Reputation: 15
Add it to what path? How do I add it to the path once I find out what path to add it to? And what does ~ mean in front of /.profile?

Last edited by kwid21; 08-19-2005 at 10:42 PM.
 
Old 08-19-2005, 11:29 PM   #11
kwid21
Member
 
Registered: Aug 2005
Posts: 44

Original Poster
Rep: Reputation: 15
Ok I got gcc installed correctly now.
 
Old 08-19-2005, 11:36 PM   #12
kwid21
Member
 
Registered: Aug 2005
Posts: 44

Original Poster
Rep: Reputation: 15
Installing kernel source files for nvidia driver

I get one problem solved, and run into another one.....

When I am trying to install the updated nvidia drivers, I get an error about not having the source files for my current kernel. I go into the package manager and install all of the kernel source files, and rerun the driver install and get the same error.

Any ideas?
 
Old 08-19-2005, 11:39 PM   #13
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
the ~ means your home directory.
 
Old 08-19-2005, 11:49 PM   #14
kwid21
Member
 
Registered: Aug 2005
Posts: 44

Original Poster
Rep: Reputation: 15
Just seems kind of odd that gcc dosen't come pre-installed with the initial install of the operating system.
 
Old 08-19-2005, 11:56 PM   #15
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
a couple of linux versions recently came without gcc even on the install disks. you had to download it seperately.
 
  


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
Where can I find the graphical installer for GenToo? abefroman Linux - Distributions 3 11-25-2005 07:50 PM
Installer Find errors on media, dunno what else to try qamca Linux - General 2 10-07-2005 10:00 AM
1)nvidia installer freezes (psble prob w/ gcc?) and 2) can't change screen resolution DJCF Linux - Hardware 1 02-10-2005 04:23 PM
gcc and nvidia installer suse 9.1 64bit hardyduncan Linux - Software 0 02-03-2005 02:16 PM
Mozilla Installer cannot find libgtk caesius_01 Linux - Software 1 06-30-2004 01:19 AM

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

All times are GMT -5. The time now is 01:31 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