LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-14-2009, 08:56 PM   #1
HuiJun
LQ Newbie
 
Registered: Aug 2009
Distribution: Slackware
Posts: 6

Rep: Reputation: 0
Nvidia 9300 GS with Slackware 13


Hello all,

I'm working on my work computer right now, and I would like to use a 9300 GS card with it (not mobility). I did a vanilla install of Slackware 13, since I'm most familiar with it, but I can't seem to install the nvidia drivers. This is very strange, since I was able to install these drivers on my home server with a 7800GT flawlessly. When I try to install it on this box, it gave me the following message:

Code:
Unable to load the kernel module 'nvidia.ko'.
Which is strange since I've never gotten that error before. so I did ./NVIDIA-blahblah.run -k $(uname -r) and got it installed. Unfortunately, This still did not work as I see this in the dmesg:

Code:
   nvidia: probe of 0000:01:00.0 failed with error -1
   NVRM: The NVIDIA probe routine failed for 1 device(s).
   NVRM: None of the NVIDIA graphics adapters were initialized!
   i2c_core: exports duplicate symbol i2c_smbus_xfer (owned by kernel)
   nvidia 0000:01:00.0: setting latency timer to 64
   NVRM: The NVIDIA GPU 01:00.0 (PCI ID: 10de:06e1) installed
   NVRM: in this system is not supported by the 185.18.31 NVIDIA Linux
   NVRM: graphics driver release.  Please see 'Appendix A -
   NVRM: Supported NVIDIA GPU Products' in this release's README,
   NVRM: available on the Linux graphics driver download page at
   NVRM: www.nvidia.com.
I thought, maybe this card isn't supported for some odd reason so my lspci lists this:

Code:
01:00.0 VGA compatible controller: nVidia Corporation G98 [GeForce 9300 GS] (rev a1)
And apparently the nvidia 190.42 drivers are supposed to support it. I've even tried drivers as old as nvidia 180.60 and up, to no avail. I am completely at a loss as to what to try next.

btw, I have tried to startx anyways but the Xorg.0.log states that it failed to load "nvidia" driver.

Any help would be appreciated.

Thank you.
 
Old 12-15-2009, 01:56 AM   #2
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
The 'blahblah' part is important.
If you are running Slackware13, then this requires the 32bit driver, NVIDIA-Linux-x86-190.42-pkg1.run
If you are running Slackware64, then this requires the 64bit driver, NVIDIA-Linux-x86_64-190.42-pkg2.run
 
Old 12-15-2009, 08:55 AM   #3
HuiJun
LQ Newbie
 
Registered: Aug 2009
Distribution: Slackware
Posts: 6

Original Poster
Rep: Reputation: 0
Well, fortunately, I know to install 32-bit drivers on a 32-bit system. the 'blahblah' meant every 32 bit driver from 180.60 to 195.22. I didn't know there were too many people out there who install the wrong drivers. Forgive me for giving humanity too much credit.
 
0 members found this post helpful.
Old 12-17-2009, 06:42 AM   #4
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
I beg your pardon if my initial response appeared simplistic. Your level of knowledge is obviously greater than your post count would indicate and it was not apparent from your first post that you aware of the importance of distinguishing between the 32bit and 64 bit drivers.
Is there any information in the /var/log/nvidia-installer.log file that can help?
Also, is there another graphics chip present in the system?
 
1 members found this post helpful.
Old 12-18-2009, 12:35 PM   #5
HuiJun
LQ Newbie
 
Registered: Aug 2009
Distribution: Slackware
Posts: 6

Original Poster
Rep: Reputation: 0
Hi Allen,

I went back to try and install the driver again without any parameters. Here is the relevant output of nvidia-installer.log:

Code:
-> Kernel module compilation complete.
ERROR: Unable to load the kernel module 'nvidia.ko'.  This happens most
       frequently when this kernel module was built against the wrong or
       improperly configured kernel sources, with a version of gcc that differs
       from the one used to build the target kernel, or if a driver such as
       rivafb/nvidiafb is present and prevents the NVIDIA kernel module from
       obtaining ownership of the NVIDIA graphics device(s), or NVIDIA GPU
       installed in this system is not supported by this NVIDIA Linux graphics
       driver release.
       
       Please see the log entries 'Kernel module load error' and 'Kernel
       messages' at the end of the file '/var/log/nvidia-installer.log' for
       more information.
-> Kernel module load error: insmod: error inserting './usr/src/nv/nvidia.ko':
   -1 No such device
-> Kernel messages:
   EXT4 FS on sda3, internal journal on sda3:8
   lp0: using parport0 (interrupt-driven).
   lp0: console ready
   Intel ISA PCIC probe: not found.
   Databook TCIC-2 PCMCIA probe: not found.
   e1000e 0000:00:19.0: irq 27 for MSI/MSI-X
   e1000e 0000:00:19.0: irq 27 for MSI/MSI-X
   e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
   0000:00:19.0: eth0: 10/100 speed: disabling TSO
   NET: Registered protocol family 10
   lo: Disabled Privacy Extensions
   eth0: no IPv6 routers present
   i2c_core: exports duplicate symbol i2c_smbus_xfer (owned by kernel)
   nvidia: module license 'NVIDIA' taints kernel.
   nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
   nvidia 0000:01:00.0: setting latency timer to 64
   NVRM: The NVIDIA GPU 01:00.0 (PCI ID: 10de:06e1) installed
   NVRM: in this system is not supported by the 190.53 NVIDIA Linux
   NVRM: graphics driver release.  Please see 'Appendix A -
   NVRM: Supported NVIDIA GPU Products' in this release's README,
   NVRM: available on the Linux graphics driver download page at
   NVRM: www.nvidia.com.
   nvidia: probe of 0000:01:00.0 failed with error -1
   NVRM: The NVIDIA probe routine failed for 1 device(s).
   NVRM: None of the NVIDIA graphics adapters were initialized!
ERROR: Installation has failed.  Please see the file
       '/var/log/nvidia-installer.log' for details.  You may find suggestions
       on fixing installation problems in the README available on the Linux
       driver download page at www.nvidia.com.
I will include the whole log as an attachment.

There is another video card that is integrated with the motherboard, but I have disabled it in the BIOS.

Thanks for any suggestions you might be able to offer.
Attached Files
File Type: txt nvidia-installer.txt (57.1 KB, 8 views)
 
Old 12-18-2009, 03:16 PM   #6
Chuck56
Member
 
Registered: Dec 2006
Location: Colorado, USA
Distribution: Slackware
Posts: 930

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Have you tried the SlackBuild.org nvidia-driver and nvidia-kernel scripts? You need to install both and they point to the 190.42 nvidia version.
 
Old 12-18-2009, 04:15 PM   #7
HuiJun
LQ Newbie
 
Registered: Aug 2009
Distribution: Slackware
Posts: 6

Original Poster
Rep: Reputation: 0
Yes, I tried the slackbuilds. I got them from slackbuilds.org and installed nvidia-drivers, nvidia-kernel, and even libvdpau. Same messages.

I'm starting to think that the 9300 GS is just not supported by any 32-bit Linux driver. Perhaps I should just try Slack64.
 
Old 12-19-2009, 04:59 AM   #8
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
The 9300 GS is definitely supported by this driver and it appears to building correctly.
Although you have the onboard graphics turned off in the BIOS, I suspect that it is still being detected and a driver is being loaded. This is preventing the nVidia driver from loading.
Quote:
ERROR: Unable to load the kernel module 'nvidia.ko'. This happens most
frequently when this kernel module was built against the wrong or
improperly configured kernel sources, with a version of gcc that differs
from the one used to build the target kernel, or if a driver such as
rivafb/nvidiafb is present and prevents the NVIDIA kernel module from
obtaining ownership of the NVIDIA graphics device(s)
, or NVIDIA GPU
installed in this system is not supported by this NVIDIA Linux graphics
driver release.
You may need to blacklist the loading of the interfering driver in /etc/modprobe.d/blacklist.conf.
Please post the full output of 'lspci' and 'lsmod'.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is the Acer 9300 any good? dougnc Linux - Hardware 4 08-14-2007 10:49 AM
Inspiron 9300 james.farrow Linux - Laptop and Netbook 1 12-19-2005 09:59 AM
NVidia driver on slackware 10.1, nvidia.o not found azazel11998 Linux - General 3 09-02-2005 11:19 AM
nvidia 6106, kernel 2.6.7, slackware 10, failure to load nvidia.ko Tarball_Phreak Linux - Hardware 3 08-04-2004 03:16 PM
HP CD-R Plus 9300 on Redhat 7.3 UMFman Linux - Hardware 2 08-09-2002 05:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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