You are not logged in.

#1 2014-06-29 09:03:40

_pheinrich_
Member
Registered: 2014-05-26
Posts: 53

nvidia-304xx Module nvidia not found

Hi,

I had a nvidia GTX 260 as primary gpu with the latest nvidia running.
Now I switched to an old GT 6600. Therefore I installed nvidia-304xx but modprobe nvidia fails.

[pheinrich@ARCH ~]$ sudo modprobe nvidia
modprobe: FATAL: Module nvidia not found.
[pheinrich@ARCH ~]$ pacman -Qs nvidia
local/lib32-libcl 1.1-1
    OpenCL library and ICD loader from NVIDIA (32-bit)
local/lib32-libvdpau 0.7-2
    Nvidia VDPAU library
local/lib32-nvidia-304xx-libgl 304.121-2
    NVIDIA drivers libraries symlinks (32-bit)
local/lib32-nvidia-304xx-utils 304.121-2
    NVIDIA drivers utilities (32-bit)
local/lib32-opencl-nvidia-304xx 304.121-2
    OpenCL implemention for NVIDIA (32-bit)
local/libcl 1.1-3
    OpenCL library and ICD loader from NVIDIA
local/libvdpau 0.7-1
    Nvidia VDPAU library
local/nvidia-304xx 304.121-5
    NVIDIA drivers for linux, 304xx legacy branch
local/nvidia-304xx-libgl 304.121-2
    NVIDIA drivers libraries symlinks, 304xx legacy branch
local/nvidia-304xx-utils 304.121-2
    NVIDIA drivers utilities and libraries, 304xx legacy branch
local/opencl-nvidia-304xx 304.121-2
    OpenCL implemention for NVIDIA, 304xx legacy branch

I do not know what I have done wrong.

Offline

#2 2014-06-29 10:10:01

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: nvidia-304xx Module nvidia not found

What happens if you just reboot?

Offline

#3 2014-06-29 11:25:27

_pheinrich_
Member
Registered: 2014-05-26
Posts: 53

Re: nvidia-304xx Module nvidia not found

rebooted several times since install smile

Offline

#4 2014-06-29 11:28:59

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,732
Website

Re: nvidia-304xx Module nvidia not found

Sure your 6600 doesn't use the nvidia package rather than the nvidia-304xx package?

Offline

#5 2014-06-29 11:30:47

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: nvidia-304xx Module nvidia not found

What seems to be the problem? What doesn't work? Any errors in the logs?

Offline

#6 2014-06-29 11:36:53

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,732
Website

Re: nvidia-304xx Module nvidia not found

karol wrote:

What seems to be the problem? What doesn't work? Any errors in the logs?

Think the problem is that he cannot insert the nvidia module.  A dmesg output would be helpful just the lines after the modprobe).

Offline

#7 2014-06-29 11:37:49

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: nvidia-304xx Module nvidia not found

Would 'lsmod | grep nvidia' help?

Offline

#8 2014-06-29 12:11:45

_pheinrich_
Member
Registered: 2014-05-26
Posts: 53

Re: nvidia-304xx Module nvidia not found

Yes I had a look and my 6600GT is covered by the nvidia-304xx.

lsmod | grep nvidia does not print anything. So there is no module nvidia.

This I have found in the last Xorg.log

[    16.395] (EE) Failed to load module "nvidia" (module-specific error, 0)

"modprobe nvidia" doesn't print anything on dmesg.

I don't understand why there is no nvidia module.

Last edited by _pheinrich_ (2014-06-29 12:11:57)

Offline

#9 2014-06-29 12:20:49

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: nvidia-304xx Module nvidia not found

Does it work with nouveau?

Offline

#10 2014-06-29 13:06:55

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,732
Website

Re: nvidia-304xx Module nvidia not found

Are you sure it doesn't work with nvidia?  The website list had errors in the past.  Install nvidia, reboot.  What happens?

Offline

#11 2014-06-29 13:13:50

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: nvidia-304xx Module nvidia not found

Which website? nvidia's?
GT 6600 is a pretty old card.

Offline

#12 2014-06-29 13:29:52

_pheinrich_
Member
Registered: 2014-05-26
Posts: 53

Re: nvidia-304xx Module nvidia not found

I found it on

https://wiki.archlinux.org/index.php/NVIDIA
For GeForce 6000/7000 series cards [NV40-NV4E, NV63-NV68], install the nvidia-304xx or nvidia-304xx-lts packages, available in the official repositories.

When I select the dropdowns on the nvidia website I get the 304.88 for that card so I think nvidia-304xx would be the right one.

I think there was something wrong during installation. If the nvidia-304xx wouldn't be compatible the nvidia module must be installed regardless.

I will try nvidia.

###########################
Edit 1

Something completly wrong here. I have installed the package nvidia now again.

[pheinrich@ARCH ~]$ sudo pacman -Qs nvidia
local/lib32-libcl 1.1-1
    OpenCL library and ICD loader from NVIDIA (32-bit)
local/lib32-libvdpau 0.7-2
    Nvidia VDPAU library
local/lib32-nvidia-libgl 337.25-1
    NVIDIA drivers libraries symlinks (32-bit)
local/lib32-nvidia-utils 337.25-1
    NVIDIA drivers utilities (32-bit)
local/lib32-opencl-nvidia 337.25-1
    OpenCL implemention for NVIDIA (32-bit)
local/libcl 1.1-3
    OpenCL library and ICD loader from NVIDIA
local/libvdpau 0.7-1
    Nvidia VDPAU library
local/nvidia 337.25-3
    NVIDIA drivers for linux
local/nvidia-libgl 337.25-2
    NVIDIA drivers libraries symlinks
local/nvidia-utils 337.25-2
    NVIDIA drivers utilities
local/opencl-nvidia 337.25-2
    OpenCL implemention for NVIDIA

But "modprobe nvidia" prints

[pheinrich@ARCH ~]$ sudo modprobe nvidia
modprobe: FATAL: Module nvidia not found.

Maybe it has to do with the situation that I had installed "nvidia" before then removed it an installed nvidia-304xx ?

Last edited by _pheinrich_ (2014-06-29 13:45:52)

Offline

#13 2014-06-29 13:44:31

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: nvidia-304xx Module nvidia not found

You can try reinstalling.

What's the output of

ls -l /usr/lib/modules/extramodules-3.15-ARCH/nvidia.ko.gz
uname -a
pacman -Q linux

Offline

#14 2014-06-29 13:48:34

_pheinrich_
Member
Registered: 2014-05-26
Posts: 53

Re: nvidia-304xx Module nvidia not found

ooohhhh

[pheinrich@ARCH ~]$ ls -l /usr/lib/modules/extramodules-3.15-ARCH/nvidia.ko.gz
-rw-r--r-- 1 root root 4818287 Jun 17 09:47 /usr/lib/modules/extramodules-3.15-ARCH/nvidia.ko.gz
[pheinrich@ARCH ~]$ uname -a
Linux ARCH 3.15.1-1-acs #1 SMP PREEMPT Fri Jun 27 11:25:56 CEST 2014 x86_64 GNU/Linux
[pheinrich@ARCH ~]$ pacman -Q linux
linux 3.15.2-1

I had to patch my kernel for qemu kvm passthrough. I think there is something mixed up.

Offline

#15 2014-06-29 13:58:22

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: nvidia-304xx Module nvidia not found

Can you try switching back to the stock kernel for now?

Offline

#16 2014-06-29 14:18:24

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,732
Website

Re: nvidia-304xx Module nvidia not found

Or just build the nvidia or nvidia-304xx package against your custom kernel (assuming you have the headers installed).

Offline

#17 2014-06-29 17:04:48

_pheinrich_
Member
Registered: 2014-05-26
Posts: 53

Re: nvidia-304xx Module nvidia not found

thank you smile

linux-acs-headers installed now.
I am trying to build the nvidia-304xx package against my kernel now.

Edit 1
###################################

OK it is working now
Thank you for your time wink

Last edited by _pheinrich_ (2014-06-29 17:20:14)

Offline

#18 2014-07-20 21:24:55

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,540

Re: nvidia-304xx Module nvidia not found

Is nvidia C61 GeForce 6100 nForce 405 rev a2 in the same category as nvidia-304xx?  The x86_64 machine I'm trying this on seems to hard lock the machine if I try to push it too much.  Stellarium is enough to lock it up without any effort.  I've tried nvidia-304xx and all it gives me is 1024x768.  I clear out everything except nouveau and xf86-video-nouveau.


I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.

Offline

#19 2014-07-21 07:25:49

_pheinrich_
Member
Registered: 2014-05-26
Posts: 53

Re: nvidia-304xx Module nvidia not found

Yes your chip is covered by the nvidia-304xx

For GeForce 6000/7000 series cards [NV40-NV4E, NV63-NV68], install the nvidia-304xx or nvidia-304xx-lts packages, available in the official repositories.

Have a look to "lspci -k" and look for "kernel driver in use" next to your card.

Are you sure that xf86-video-vesa is NOT installed?

Last edited by _pheinrich_ (2014-07-21 07:27:05)

Offline

#20 2014-07-21 11:12:48

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,540

Re: nvidia-304xx Module nvidia not found

_pheinrich_ wrote:

Yes your chip is covered by the nvidia-304xx

For GeForce 6000/7000 series cards [NV40-NV4E, NV63-NV68], install the nvidia-304xx or nvidia-304xx-lts packages, available in the official repositories.

Have a look to "lspci -k" and look for "kernel driver in use" next to your card.

Are you sure that xf86-video-vesa is NOT installed?

It was according to Xorg.0.log trying to instead use vesa when I was having nvidia-304xx installed.  When I uninstall it, it goes back to nouveau.  I uninstalled vesa just to be sure.  I'm pretty sure the graphics card is what is locking up.  The graphics go all erratic and then the machine is locked up completely.  Run something intensive like stellarium and it goes dead as soon as it starts.


I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.

Offline

#21 2014-07-21 12:22:36

_pheinrich_
Member
Registered: 2014-05-26
Posts: 53

Re: nvidia-304xx Module nvidia not found

Your goal is to use nvidia driver instead of nouveau right?
I had problems using nouveau with my 6600 GT too.

Using nvidia-304xx is ok.

If it uses nouveau after removing vesa it seems that nouveau is not blacklisted. Do you have a file in /etc/modprobe.d/ which blacklists nouveau?

Offline

#22 2014-07-21 13:04:00

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,540

Re: nvidia-304xx Module nvidia not found

_pheinrich_ wrote:

Your goal is to use nvidia driver instead of nouveau right?
I had problems using nouveau with my 6600 GT too.

Using nvidia-304xx is ok.

If it uses nouveau after removing vesa it seems that nouveau is not blacklisted. Do you have a file in /etc/modprobe.d/ which blacklists nouveau?

Not yet.  I was trying to get Linux running on a machine that was XP incarnate.  Was it hard locking for you also?  I think the Nvidia as best I can tell is the source of the lockups.

Last edited by nomorewindows (2014-07-22 02:26:06)


I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.

Offline

#23 2014-07-26 20:12:50

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,540

Re: nvidia-304xx Module nvidia not found

_pheinrich_ wrote:

Your goal is to use nvidia driver instead of nouveau right?
I had problems using nouveau with my 6600 GT too.

Using nvidia-304xx is ok.

If it uses nouveau after removing vesa it seems that nouveau is not blacklisted. Do you have a file in /etc/modprobe.d/ which blacklists nouveau?

I blacklisted nouveau and installed nvidia-304xx everything seemed to work the first time.  Stellarium was holding on at 20-30fps at 1080p.  Xorg.0.log showed that it was using the nvidia driver.    Nvidia X tools was showing it had a monitor connected at 1080p and identified it.  Everything looked like it was supposed to be.  It worked several times and then all of a sudden it would get to slim and reboot by itself.  So I had to resort back to nouveau, where it is still touchy.

Last edited by nomorewindows (2014-07-26 20:15:50)


I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.

Offline

#24 2014-07-26 21:52:32

_pheinrich_
Member
Registered: 2014-05-26
Posts: 53

Re: nvidia-304xx Module nvidia not found

what about the temperatures of your gpu on heavy load?

I had problems with my card some years ago because the temperatures got to hot. This happend because my gpu fan was molten together. The result was that my os rebootet ofter some time of heavy gpu load.

btw I like your nick big_smile

Offline

#25 2014-07-26 21:59:32

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,540

Re: nvidia-304xx Module nvidia not found

_pheinrich_ wrote:

what about the temperatures of your gpu on heavy load?

I had problems with my card some years ago because the temperatures got to hot. This happend because my gpu fan was molten together. The result was that my os rebootet ofter some time of heavy gpu load.

btw I like your nick big_smile

Is that an lm_sensor or one I read from the gpu using nvidia utils?  And does it do cuda?  This is one of the first gpu enabled nvidias I have gotten ahold of.

Last edited by nomorewindows (2014-07-26 22:03:32)


I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.

Offline

Board footer

Powered by FluxBB