openSUSE Forums > Hardware » how do I test if my Nvid drivers are installed?

Go Back   openSUSE Forums > Hardware
Forums FAQ Members List Search Today's Posts Mark Forums Read


Hardware Questions about drivers, peripheral cabling, configuration

Reply
Page 2 of 3 1 2 3
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 10-Jul-2009, 15:25
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,736
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: how do I test if my Nvid drivers are installed?

Quote:
Originally Posted by Shadowmeph View Post
DO I need to install all 49 of them?
Let me answer that again this way ....

Some Linux engineers who know more about this than you and I, decided that made up a good base development package. Far be it from me to second guess them.

But if you want to second guess them to optimize your install, then you can research each package with a google search, and then via trial and error figure out what works and what does not.

I do NOT have time for that myself.
Reply With Quote
  #12 (permalink)  
Old 10-Jul-2009, 15:31
Explorer Penguin
 
Join Date: Aug 2008
Posts: 158
Shadowmeph hasn't been rated much yet
Default Re: how do I test if my Nvid drivers are installed?

ok well all the files I needed are uninstalled I followed the instructions fron "NVIDIA/The hard way"
Quote:
Installation

If you are in runlevel 5, go to runlevel 3 by typing the following command as root in one of the consoles (which you can access by pressing ctrl-alt-f1 [f1 up to f6])

init 3

Now go to the directory containing the drivers.

cd /usr/share/doc/nvidia

or

cd /the/path/where/you/saved/the/drivers/from/nvidia/website

Now simply type the following and follow instructions

sh NVIDIA-Linux-<arch>-<version>-<build>-<pkg#>.run -q

and but I keep getting this error I found in the logs
Quote:
ERROR: The kernel header file
'/lib/modules/2.6.27.7-9-default/build/include/linux/kernel.h' does not
exist. The most likely reason for this is that the kernel source path
'/lib/modules/2.6.27.7-9-default/build' is incorrect. Please make sure
you have installed the kernel source files for your kernel and that they
are properly configured; on Red Hat Linux systems, for example, be sure
you have the 'kernel-source' or 'kernel-devel' 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.
I checked in there and it isn't there so what am I missing?
Reply With Quote
  #13 (permalink)  
Old 10-Jul-2009, 15:44
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,736
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: how do I test if my Nvid drivers are installed?

Quote:
Originally Posted by Shadowmeph View Post
I checked in there and it isn't there so what am I missing?
Note the error:
Code:
The most likely reason for this is that the kernel source path '/lib/modules/2.6.27.7-9-default/build' is incorrect. Please make sure you have installed the kernel source files for your kernel and that they are properly configured;
So lets check that. What is the output of running in a konsole or a terminal:
rpm -qa | grep kernel
Reply With Quote
  #14 (permalink)  
Old 10-Jul-2009, 15:47
Explorer Penguin
 
Join Date: Aug 2008
Posts: 158
Shadowmeph hasn't been rated much yet
Default Re: how do I test if my Nvid drivers are installed?

Quote:
Originally Posted by Shadowmeph View Post
ok well all the files I needed are uninstalled I followed the instructions fron "NVIDIA/The hard way"



and but I keep getting this error I found in the logs

I checked in there and it isn't there so what am I missing?
shadowfire@linux-1lnt:~> rpm -qa | grep kernel
kernel-default-base-2.6.27.7-9.1
kernel-default-extra-2.6.27.7-9.1
kernel-source-2.6.27.23-0.1.1
kernel-default-2.6.27.7-9.1
kernel-syms-2.6.27.23-0.1.1
linux-kernel-headers-2.6.27-2.28
shadowfire@linux-1lnt:~>
Reply With Quote
  #15 (permalink)  
Old 10-Jul-2009, 15:58
Explorer Penguin
 
Join Date: Aug 2008
Posts: 158
Shadowmeph hasn't been rated much yet
Default Re: how do I test if my Nvid drivers are installed?

I just noticed that everyone of those has a .1 so they are newer?
Reply With Quote
  #16 (permalink)  
Old 10-Jul-2009, 15:59
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,736
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: how do I test if my Nvid drivers are installed?

Quote:
Originally Posted by Shadowmeph View Post
shadowfire@linux-1lnt:~> rpm -qa | grep kernel
kernel-default-base-2.6.27.7-9.1
kernel-default-extra-2.6.27.7-9.1
kernel-source-2.6.27.23-0.1.1
kernel-default-2.6.27.7-9.1
kernel-syms-2.6.27.23-0.1.1
linux-kernel-headers-2.6.27-2.28
shadowfire@linux-1lnt:~>
There is your problem!!

Your kernel-source and kernel-syms not the same version as your default kernel. You need kernel-source-2.6.27.7-9.1 and kernel-syms-2.6.27.7-9.1. Not what you have installed.

If you are going to build a driver to work with your kernel, its logical that you need to use the source code that is the same version as your kernel.
Reply With Quote
  #17 (permalink)  
Old 10-Jul-2009, 16:02
Explorer Penguin
 
Join Date: Aug 2008
Posts: 158
Shadowmeph hasn't been rated much yet
Default Re: how do I test if my Nvid drivers are installed?

hmm I just thought that if I chose kernel source it will give me the proper one lol I guess all of the other times I did this I fluked out .

I tried to find those but nothing sjhows up for either of these kernel-source-2.6.27.7-9.1 and kernel-syms-2.6.27.7-9.1
Reply With Quote
  #18 (permalink)  
Old 10-Jul-2009, 16:33
Busy Penguin
 
Join Date: Jun 2008
Location: United States
Posts: 426
Unseen-Ghost hasn't been rated much yet
Send a message via MSN to Unseen-Ghost Send a message via Yahoo to Unseen-Ghost
Default Re: how do I test if my Nvid drivers are installed?

Hey Shadow,

Try these packages below:

Simple run the following commands after downloading the packages:

su -c 'zypper in ./location/kernel-source-2.6.27.7-9.1.i586.rpm'
su -c 'zypper in ./location/kernel-syms-2.6.27.7-9.1.i586.rpm'
(NOTE: The command above are for the i586 version; edit location to the location of the files)

Enter your root password when prompted and the files will begin installing.

Hope that helps!

PS: Check out RPM Search if you ever need to find RPM packages.
__________________

Folding@Home
Help save lives with Folding@Home
Reply With Quote
  #19 (permalink)  
Old 10-Jul-2009, 16:50
Explorer Penguin
 
Join Date: Aug 2008
Posts: 158
Shadowmeph hasn't been rated much yet
Smile Re: how do I test if my Nvid drivers are installed?

Quote:
Originally Posted by Unseen-Ghost View Post
Hey Shadow,

Try these packages below:

Simple run the following commands after downloading the packages:

su -c 'zypper in ./location/kernel-source-2.6.27.7-9.1.i586.rpm'
su -c 'zypper in ./location/kernel-syms-2.6.27.7-9.1.i586.rpm'
(NOTE: The command above are for the i586 version; edit location to the location of the files)

Enter your root password when prompted and the files will begin installing.

Hope that helps!

PS: Check out RPM Search if you ever need to find RPM packages.
yes I googled and found them /downloaded them but couldn't figure out how to install them lol thanks for the help I am installing them right now.

edit hmm getting another error message
"Installing: kernel-source-2.6.27.7-9.1 [error]
Installation of kernel-source-2.6.27.7-9.1 failed:
(with --nodeps --force) Error: Subprocess failed. Error: RPM failed: Replacing file /usr/src/linux-obj with symlink to linux-2.6.27.7-9-obj
rm: cannot remove `/usr/src/linux-obj': Is a directory
error: %post(kernel-source-2.6.27.7-9.1.x86_64) scriptlet failed, exit status 1


Abort, retry, ignore? [A/r/i]:
"
Reply With Quote
  #20 (permalink)  
Old 10-Jul-2009, 16:51
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,736
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: how do I test if my Nvid drivers are installed?

Quote:
Originally Posted by Shadowmeph View Post
I tried to find those but nothing sjhows up for either of these kernel-source-2.6.27.7-9.1 and kernel-syms-2.6.27.7-9.1
Unseen-Ghost provided a good link with rpmbone. Note that 2.6.27.7-9.1 is the kernel that came with openSUSE-11.1, and hence one simply can go to the OSS repository to find those rpms: Index of /distribution/11.1/repo/oss/suse
Reply With Quote
Reply
Page 2 of 3 1 2 3

Bookmarks

Tags
video drivers;


Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2