Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nvidia module won't load (SOLVED)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
doubleagent
Guru
Guru


Joined: 15 Apr 2005
Posts: 444
Location: 127.0.0.1

PostPosted: Sun Jan 29, 2006 12:53 am    Post subject: nvidia module won't load (SOLVED) Reply with quote

I'm following the Gentoo Linux nVidia guide.

I'm getting this error:
Code:
#modprobe nvidia
FATAL: Error inserting nvidia (/lib/modules/2.6.14-gentoo-r5/video/nvidia.ko): No such device
What can I do?

EDIT: nVidia Go5200
linux-2.6.14-gentoo-r5
nvidia-kernel v 1.0.6629-r5
_________________
shickapooka wrote:
i think they programmed [otw] based on a right-wing jewish-nigger-nazi, his gay, retarded, left-wing love slave with webbed feet, and their three headed cat that poops uncontrollably. the cat is also an apple fanboy


Last edited by doubleagent on Wed Feb 08, 2006 1:47 am; edited 1 time in total
Back to top
View user's profile Send private message
tukachinchila
Apprentice
Apprentice


Joined: 11 Mar 2005
Posts: 274
Location: Oregon

PostPosted: Sun Jan 29, 2006 2:29 am    Post subject: Reply with quote

Are you sure you emerged nvidia-kernel and nvidia-glx after you installed your kernel? If so, you might want to try the unstable nvidia. I'm using nvidia-kernel-1.0.8178-r3 on amd64, and it works well for me. To try out the unstable versions, do this:
Code:
echo "media-video/nvidia-kernel ~amd64" >> /etc/portage/package.keywords
echo "media-video/nvidia-glx ~amd64" >> /etc/portage/package.keywords
Back to top
View user's profile Send private message
doubleagent
Guru
Guru


Joined: 15 Apr 2005
Posts: 444
Location: 127.0.0.1

PostPosted: Sun Jan 29, 2006 2:37 am    Post subject: Reply with quote

Right. I had read that the masked version had solved this problem for others, but I'd personally like to stick with the stable branch.

:shrug:

On second thought, where's the fun in that....
_________________
shickapooka wrote:
i think they programmed [otw] based on a right-wing jewish-nigger-nazi, his gay, retarded, left-wing love slave with webbed feet, and their three headed cat that poops uncontrollably. the cat is also an apple fanboy
Back to top
View user's profile Send private message
tukachinchila
Apprentice
Apprentice


Joined: 11 Mar 2005
Posts: 274
Location: Oregon

PostPosted: Sun Jan 29, 2006 2:41 am    Post subject: Reply with quote

Well, you're right that you shouldn't have to used the masked version. The stable version should work, but I don't really know why it's not for you. Are you sure that /usr/src/linux points to your current kernel sources?
Back to top
View user's profile Send private message
doubleagent
Guru
Guru


Joined: 15 Apr 2005
Posts: 444
Location: 127.0.0.1

PostPosted: Sun Jan 29, 2006 2:48 am    Post subject: Reply with quote

yup.
_________________
shickapooka wrote:
i think they programmed [otw] based on a right-wing jewish-nigger-nazi, his gay, retarded, left-wing love slave with webbed feet, and their three headed cat that poops uncontrollably. the cat is also an apple fanboy
Back to top
View user's profile Send private message
loftwyr
l33t
l33t


Joined: 29 Dec 2004
Posts: 970
Location: 43°38'23.62"N 79°27'8.60"W

PostPosted: Sun Jan 29, 2006 3:13 am    Post subject: Reply with quote

You may want to stick with the stable but they're getting farther and farther behind, especially in hardware support.

What you may want to do is go to the nvidia site and check which version they added support for that hardware. If it's supposed to be there in 6629, then it's a bug and you'll have to upgrade no matter what.
_________________
My emerge --info
Have you run revdep-rebuild lately? It's in gentoolkit and it's worth a shot if things don't work well.
Celebrating 5 years of Gentoo-ing.
Back to top
View user's profile Send private message
Frug
n00b
n00b


Joined: 28 Dec 2005
Posts: 38
Location: Toronto, Canada

PostPosted: Sun Jan 29, 2006 6:04 am    Post subject: Reply with quote

Make sure nvidia framebuffer support isn't compiled into your kernel. There's a conflict between that and the nvidia-kernel/glx, I believe.
_________________
- - - - DO NOT USE AUTOMATIC SIGNATURES OR DOTTED LINES - - - -

Pentium 3 Celeron 533 MHz
ASUS CUV4X
Radeon 9250
Back to top
View user's profile Send private message
Muso
Veteran
Veteran


Joined: 22 Oct 2002
Posts: 1052
Location: The Holy city of Honolulu

PostPosted: Sun Jan 29, 2006 6:29 am    Post subject: Reply with quote

Frug wrote:
Make sure nvidia framebuffer support isn't compiled into your kernel. There's a conflict between that and the nvidia-kernel/glx, I believe.

The nvidia X drivers don't like the hardware being accessed from anything.... so nvidia-framebuffer must be disabled. Aside from that, just emerge nvidia-kernel nvidia-glx (again), then modprobe nvidia... if the problem is still hapenning, then there is a deeper issue to pursue.
_________________
"You can lead a horticulture but you can't make her think" ~ Dorothy Parker
2021 is the year of the Linux Desktop!
Back to top
View user's profile Send private message
doubleagent
Guru
Guru


Joined: 15 Apr 2005
Posts: 444
Location: 127.0.0.1

PostPosted: Sun Jan 29, 2006 8:00 pm    Post subject: Reply with quote

Chopinzee wrote:
Frug wrote:
Make sure nvidia framebuffer support isn't compiled into your kernel. There's a conflict between that and the nvidia-kernel/glx, I believe.
The nvidia X drivers don't like the hardware being accessed from anything.... so nvidia-framebuffer must be disabled. Aside from that, just emerge nvidia-kernel nvidia-glx (again), then modprobe nvidia... if the problem is still hapenning, then there is a deeper issue to pursue.
I was under the impression that nvidia-kernel worked fine with nvidiafb, and that nvidia-glx only occasionally fussed about nvidiafb. Personally, I'd like to have them both.
_________________
shickapooka wrote:
i think they programmed [otw] based on a right-wing jewish-nigger-nazi, his gay, retarded, left-wing love slave with webbed feet, and their three headed cat that poops uncontrollably. the cat is also an apple fanboy
Back to top
View user's profile Send private message
gerard27
Advocate
Advocate


Joined: 04 Jan 2004
Posts: 2377
Location: Netherlands

PostPosted: Sun Jan 29, 2006 8:39 pm    Post subject: Reply with quote

What is the output of
Code:
ls /dev

Does it have nvidia* in it?
If not run
Code:
/sbin/NVmakedevices.sh

There is a problem with udev not creating these nodes.
Back to top
View user's profile Send private message
Deathwing00
Bodhisattva
Bodhisattva


Joined: 13 Jun 2003
Posts: 4087
Location: Dresden, Germany

PostPosted: Sun Jan 29, 2006 10:21 pm    Post subject: Reply with quote

Moved from Desktop Environments to Kernel & Hardware.
Back to top
View user's profile Send private message
Muso
Veteran
Veteran


Joined: 22 Oct 2002
Posts: 1052
Location: The Holy city of Honolulu

PostPosted: Mon Jan 30, 2006 2:17 am    Post subject: Reply with quote

dfitzpat wrote:
Chopinzee wrote:
Frug wrote:
Make sure nvidia framebuffer support isn't compiled into your kernel. There's a conflict between that and the nvidia-kernel/glx, I believe.
The nvidia X drivers don't like the hardware being accessed from anything.... so nvidia-framebuffer must be disabled. Aside from that, just emerge nvidia-kernel nvidia-glx (again), then modprobe nvidia... if the problem is still hapenning, then there is a deeper issue to pursue.
I was under the impression that nvidia-kernel worked fine with nvidiafb, and that nvidia-glx only occasionally fussed about nvidiafb. Personally, I'd like to have them both.

You cannot have both. Use the vesa driver for your framebuffer, or if you like Spock's vesafb-tng patch, use that.
_________________
"You can lead a horticulture but you can't make her think" ~ Dorothy Parker
2021 is the year of the Linux Desktop!
Back to top
View user's profile Send private message
doubleagent
Guru
Guru


Joined: 15 Apr 2005
Posts: 444
Location: 127.0.0.1

PostPosted: Tue Jan 31, 2006 10:14 pm    Post subject: Reply with quote

I've removed nvidia framebuffer support from my kernel, recompiled it, added support for vesafb-tng, and have edited grub.conf to kick start it (video=vesafb:mtrr,1280x1024-32@85).

The init script is very clear that it's still using nvidiafb. wtf!?
_________________
shickapooka wrote:
i think they programmed [otw] based on a right-wing jewish-nigger-nazi, his gay, retarded, left-wing love slave with webbed feet, and their three headed cat that poops uncontrollably. the cat is also an apple fanboy


Last edited by doubleagent on Sun Feb 05, 2006 2:38 am; edited 1 time in total
Back to top
View user's profile Send private message
doubleagent
Guru
Guru


Joined: 15 Apr 2005
Posts: 444
Location: 127.0.0.1

PostPosted: Thu Feb 02, 2006 11:42 pm    Post subject: Reply with quote

bump (read above question)
_________________
shickapooka wrote:
i think they programmed [otw] based on a right-wing jewish-nigger-nazi, his gay, retarded, left-wing love slave with webbed feet, and their three headed cat that poops uncontrollably. the cat is also an apple fanboy
Back to top
View user's profile Send private message
doubleagent
Guru
Guru


Joined: 15 Apr 2005
Posts: 444
Location: 127.0.0.1

PostPosted: Sun Feb 05, 2006 2:39 am    Post subject: Reply with quote

bump2 (read 2 messages above)
_________________
shickapooka wrote:
i think they programmed [otw] based on a right-wing jewish-nigger-nazi, his gay, retarded, left-wing love slave with webbed feet, and their three headed cat that poops uncontrollably. the cat is also an apple fanboy
Back to top
View user's profile Send private message
doubleagent
Guru
Guru


Joined: 15 Apr 2005
Posts: 444
Location: 127.0.0.1

PostPosted: Tue Feb 07, 2006 2:07 am    Post subject: Reply with quote

bump3(read 3 messages above)
_________________
shickapooka wrote:
i think they programmed [otw] based on a right-wing jewish-nigger-nazi, his gay, retarded, left-wing love slave with webbed feet, and their three headed cat that poops uncontrollably. the cat is also an apple fanboy
Back to top
View user's profile Send private message
atdsm
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jun 2003
Posts: 118
Location: Pennsylvania

PostPosted: Tue Feb 07, 2006 10:53 pm    Post subject: Reply with quote

init script? As in, it appears in dmesg or something? Dumb question, but did you remember to install the new kernel to /boot after recompiling it?
_________________
There are 10 kinds of people: those who know binary and those who don't.
Back to top
View user's profile Send private message
doubleagent
Guru
Guru


Joined: 15 Apr 2005
Posts: 444
Location: 127.0.0.1

PostPosted: Wed Feb 08, 2006 1:46 am    Post subject: Reply with quote

No, mr. atdsm! There are no dumb questions: in fact, that was just the sanity check that I needed! Thank you for pointing that out - it works now. :)
_________________
shickapooka wrote:
i think they programmed [otw] based on a right-wing jewish-nigger-nazi, his gay, retarded, left-wing love slave with webbed feet, and their three headed cat that poops uncontrollably. the cat is also an apple fanboy
Back to top
View user's profile Send private message
atdsm
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jun 2003
Posts: 118
Location: Pennsylvania

PostPosted: Wed Feb 08, 2006 2:02 am    Post subject: Reply with quote

NP... I made a bunch of similarly mindless mistakes when I was last working with a kernel. :)
_________________
There are 10 kinds of people: those who know binary and those who don't.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum