Can't load Nvidia driver on Fedora 9 x86_64

2008-06-25 Thread Hugh Caley

New install on a machine with the following:

00:10.0 VGA compatible controller: nVidia Corporation GeForce 
7050/nForce 610i (rev a2)


Kernel:

kernel-2.6.25.6-55.fc9.x86_64

Livna is available, the following have been installed:

kmod-nvidia-2.6.25.6-55.fc9.x86_64-173.14.09-1.lvn9.x86_64
xorg-x11-drv-nvidia-libs-173.14.09-1.lvn9.x86_64
kmod-nvidia-173.14.09-1.lvn9.x86_64
xorg-x11-drv-nvidia-173.14.09-1.lvn9.x86_64

However, the nvidia module cannot be loaded; it exists, but the error 
says that it doesn't.  Anyone else seeing this?  At this point I'm using 
the VESA driver ...


[EMAIL PROTECTED] ~]# modprobe nvidia
FATAL: Error inserting nvidia 
(/lib/modules/2.6.25.6-55.fc9.x86_64/extra/nvidia/nvidia.ko): No such device


Hugh

--
Hugh Caley, Linux Administrator
Aldon Computer Group
6001 Shellmound St. Suite 600
Emeryville, CA 94608

(510) 285-8542 | [EMAIL PROTECTED]


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Can't load Nvidia driver on Fedora 9 x86_64

2008-06-25 Thread Richard Michael
Hugh,

I know it doesn't help much, but just to give you a positive, that
driver is working on for my integrated GeForce 6150 on x86_64:

$grep -i nvidia /var/log/Xorg.0.log
snip
(II) Module nvidia: vendor=NVIDIA Corporation
(II) NVIDIA dlloader X Driver  173.14.09  Wed Jun  4 23:48:23 PDT 2008
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
snip

$lsmod | grep -i nvid
nvidia   8108912  24 
i2c_core   28448  2 nvidia,i2c_nforce2

$lspci -v | grep -i nvid
snip
00:05.0 VGA compatible controller: nVidia Corporation C51PV [GeForce 6150] (rev 
a2) (prog-if 00 [VGA controller])
Kernel driver in use: nvidia
Kernel modules: nvidiafb, nvidia
snip

$rpm -qa | grep nvidi
xorg-x11-drv-nvidia-libs-173.14.09-1.lvn9.x86_64
kmod-nvidia-2.6.25.4-30.fc9.x86_64-173.14.05-3.lvn9.x86_64
  (I have an old kernel still installed.)
kmod-nvidia-173.14.09-1.lvn9.x86_64
kmod-nvidia-2.6.25.6-55.fc9.x86_64-173.14.09-1.lvn9.x86_64
xorg-x11-drv-nvidia-173.14.09-1.lvn9.x86_64

$rpm -qf /lib/modules/2.6.25.6-55.fc9.x86_64/extra/nvidia/nvidia.ko
kmod-nvidia-2.6.25.6-55.fc9.x86_64-173.14.09-1.lvn9.x86_64

$uname -a
Linux localhost.localdomain 2.6.25.6-55.fc9.x86_64 #1 SMP Tue Jun 10 16:05:21 
EDT 2008 x86_64 x86_64 x86_64 GNU/Linux

I guess it's a problem with the rebuilding of the module by the
kmod-nvidia rpm, so I'd start by removing and re-adding it; and/or
checking it's post/pre scripts and finding out how it rebuilds the
module and doing so by hand just to get it working.  

I assume you have the akmods/kmodtool rpms installed?  I believe they're
related to livna's rebuilding process, but I haven't needed to confirm
that.

$ rpm -qa | grep kmod
kmodtool-1-11.lvn9.noarch
akmods-0.3.1-1.lvn9.noarch


Regards,
Richard

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: Can't load Nvidia driver on Fedora 9 x86_64

2008-06-25 Thread John Austin
On Wed, 2008-06-25 at 13:09 -0700, Hugh Caley wrote:
 New install on a machine with the following:
 
 00:10.0 VGA compatible controller: nVidia Corporation GeForce 
 7050/nForce 610i (rev a2)
 
 Kernel:
 
 kernel-2.6.25.6-55.fc9.x86_64
 
 Livna is available, the following have been installed:
 
 kmod-nvidia-2.6.25.6-55.fc9.x86_64-173.14.09-1.lvn9.x86_64
 xorg-x11-drv-nvidia-libs-173.14.09-1.lvn9.x86_64
 kmod-nvidia-173.14.09-1.lvn9.x86_64
 xorg-x11-drv-nvidia-173.14.09-1.lvn9.x86_64
 
 However, the nvidia module cannot be loaded; it exists, but the error 
 says that it doesn't.  Anyone else seeing this?  At this point I'm using 
 the VESA driver ...
 
 [EMAIL PROTECTED] ~]# modprobe nvidia
 FATAL: Error inserting nvidia 
 (/lib/modules/2.6.25.6-55.fc9.x86_64/extra/nvidia/nvidia.ko): No such device
 
 Hugh
 
 -- 
 Hugh Caley, Linux Administrator
 Aldon Computer Group
 6001 Shellmound St. Suite 600
 Emeryville, CA 94608
 
 (510) 285-8542 | [EMAIL PROTECTED]
 
 
I can confirm a problem

tarifa ~ 864# uname -a
Linux tarifa 2.6.25.6-55.fc9.x86_64 #1 SMP Tue Jun 10 16:05:21 EDT 2008 x86_64 
x86_64 x86_64 GNU/Linux

If I install the latest livna nvidia rpms then X fails

yum --enable=livna update
...
Dependencies Resolved

=
 Package Arch   Version  RepositorySize 
=
Updating:
 kmod-nvidia x86_64 173.14.09-1.lvn9  livna  22 k
 kmod-nvidia-2.6.25.6-55.fc9.x86_64  x86_64 173.14.09-1.lvn9  livna 
2.6 M
 xorg-x11-drv-nvidia x86_64 173.14.09-1.lvn9  livna 3.1 M
 xorg-x11-drv-nvidia-libs  x86_64 173.14.09-1.lvn9  livna 5.7 M
...
#
I had to back off to 

tarifa ~ 865# rpm -qa|grep -a nvidia
xorg-x11-drv-nvidia-173.14.05-1.lvn9.x86_64
kmod-nvidia-173.14.05-4.lvn9.x86_64
kmod-nvidia-2.6.25.6-55.fc9.x86_64-173.14.05-4.lvn9.x86_64
xorg-x11-drv-nvidia-libs-173.14.05-1.lvn9.x86_64

I have been lazy and not probed any further !!

John


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list