LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 09-06-2003, 06:21 PM   #1
LinuxNewbie3005
LQ Newbie
 
Registered: Sep 2003
Posts: 3

Rep: Reputation: 0
Nvidia's Geforce Update Error on Suse 8.2 on my PC


I run both NVIDIA-Linux-x86-1.0-4496-pkg2.run and NVIDIA-Linux-x86-1.0-4363.run and both runned well is that when its finish unpacking itself In I get

Unrecognized arguments:
.
Invalid Commandline, please run './nvdia-installer --help for usage information
But the thing is WTF is the Nvidia installer


 
Old 09-06-2003, 10:50 PM   #2
Caeda
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Suse 6.0+, Mandrake 5.0-10.0, Redhat 6.0-9.0, Gentoo 1.2+, Gnoppix, Knoppix, Sabayon, Ubuntu 5.04+
Posts: 1,811

Rep: Reputation: 45
And why are you trying to run this when Suse Online Update automatically installs the Nvidia driver for you?
 
Old 09-07-2003, 06:55 PM   #3
gekkoace
LQ Newbie
 
Registered: Sep 2003
Posts: 5

Rep: Reputation: 0
online update

Because online update will not work with NVIDIA any longer. I am having trouble updating my drivers also. I am a new Linux user. How do I find, or get, my kernal headers for the install to complete? I am using SuSE 8.2 Pro.
 
Old 09-07-2003, 07:06 PM   #4
Caeda
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Suse 6.0+, Mandrake 5.0-10.0, Redhat 6.0-9.0, Gentoo 1.2+, Gnoppix, Knoppix, Sabayon, Ubuntu 5.04+
Posts: 1,811

Rep: Reputation: 45
It wont compile even with the kernel headers, your using suse, and NVIDIA's drivers dont compile on suse. Go back to NVidia's website and click on the link for binary packages for Suse 8.1, rpms of the driver, and rpm -Uvh --force them to install
 
Old 09-07-2003, 09:42 PM   #5
gekkoace
LQ Newbie
 
Registered: Sep 2003
Posts: 5

Rep: Reputation: 0
thanks for the help. I'll go try it.
 
Old 09-07-2003, 09:50 PM   #6
gekkoace
LQ Newbie
 
Registered: Sep 2003
Posts: 5

Rep: Reputation: 0
Well, it installed without errors, but I still get the popup that says I can't enable 3d acceleration.
 
Old 09-07-2003, 10:40 PM   #7
Caeda
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Suse 6.0+, Mandrake 5.0-10.0, Redhat 6.0-9.0, Gentoo 1.2+, Gnoppix, Knoppix, Sabayon, Ubuntu 5.04+
Posts: 1,811

Rep: Reputation: 45
Well that's a new one? I've gotten a popup advising me that its inadvisable, but never one that tells me I cannot. Set colors to 16 bit? Turn the resolution down and try again? Once they are enabled you can edit XF86Config to be anything you want.
 
Old 09-07-2003, 11:18 PM   #8
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
the kernel headers are on your disks, called "kernel-source" search for kernel in yast install/remove software section. once installed type init 3 at a root prompt, login as root, cd /usr/src/linux, type make cloneconfig && make dep then cd to the place you saved the driver. and type export IGNORE_CC_MISMATCH=yes then sh NVIDIA-Linux-x86-1.0-4496-pkg2.run , answer 'no' if it prompts you to download an image, and 'yes' when it asks if you would like to rebuild. when done type sax2 to configure.

Last edited by rshaw; 09-07-2003 at 11:40 PM.
 
Old 09-14-2003, 04:13 PM   #9
AndytheBrave
LQ Newbie
 
Registered: Sep 2003
Distribution: suse linux 8.2 personal
Posts: 6

Rep: Reputation: 0
to install NVIDIA drivers on linux 8.2

login as root and in the root i stored the NVIDIA-Linux-x86-1.0-4496-pkg2.run in my home directory
you run form the root directory and x86fee is installed with linux
next type
sh /home/NVIDIA-Linux-x86-1.0-4496-pkg2.run
and it should install
now goto sax and sect your driver and install it in sax and it works even the 3d hardware.

that worked on mine
also if u can ownly boot into text mode
type yast and instal from the yast box there
when finsihed type init 0
when you sytem finsihed shutting down
restart and it should be ok
 
Old 09-25-2003, 09:48 PM   #10
Korrian
LQ Newbie
 
Registered: Sep 2003
Distribution: SuSE
Posts: 1

Rep: Reputation: 0
Quote:
Originally posted by rshaw
the kernel headers are on your disks, called "kernel-source" search for kernel in yast install/remove software section. once installed type init 3 at a root prompt, login as root, cd /usr/src/linux, type make cloneconfig && make dep then cd to the place you saved the driver. and type export IGNORE_CC_MISMATCH=yes then sh NVIDIA-Linux-x86-1.0-4496-pkg2.run , answer 'no' if it prompts you to download an image, and 'yes' when it asks if you would like to rebuild. when done type sax2 to configure.
Those are the absolute best directions I have seen anywhere on the Internet. Thank you rshaw. That worked perfectly. You rule.
 
Old 11-05-2003, 06:41 PM   #11
zaphod111
Member
 
Registered: Nov 2003
Posts: 40

Rep: Reputation: 15
Thumbs up Solution for suse 8.2 cannot install nvidia driver help nvidia installer geforce

The above did not work for me. I was sure that the commands were what I needed but they did not work in that form. Eventually I found the following on a German Suse Forum: (dot.run nvidia driver/installer not installing on suse 8.2) For this to work be sure that you have found and installed the 'kernel-source' rpm as explained above ( use yast2 install/uninstall software and search for kernel or kernel source)
type init 3 at a command prompt and login as root then:

cp /boot/vmlinuz.config /usr/src/linux/.config

cp /boot/vmlinuz.version.h /usr/src/linux/include/linux

cp /boot/vmlinuz.autoconf.h /usr/src/linux/include/linux

cd /usr/src/linux

make cloneconfig

make dep

cd
to directory where blabla.run file is

export IGNORE_CC_MISMATCH=3Dyes

sh blabla.run


AND IT WORKED!!!!

nb I cant remember if the last two lines were entered as one line or not. Try them separate if it doesnt work try them together
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
hotplug error on suse with 2.6 kernel after update gazzer82 Linux - General 4 03-06-2004 06:06 PM
man error in suse 9, kernel update questions as well feetyouwell Linux - Software 1 03-04-2004 12:52 PM
having Problems installing the Drivers for Geforce FX 5200 Ultra from Nvidia's site Poo Martial Art Linux - Hardware 6 01-28-2004 04:23 PM
Problems with Geforce kernel update DedeHai Linux - Newbie 11 01-10-2003 04:20 PM
Help.Getting a error with Nvidia's drivers. sk545 Linux - Software 4 08-29-2002 09:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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