Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99660 - modprobe nvidia results in error 'no such device'
Summary: modprobe nvidia results in error 'no such device'
Status: RESOLVED DUPLICATE of bug 99010
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-20 05:52 UTC by Moritz Tuerk
Modified: 2005-07-21 08:31 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Moritz Tuerk 2005-07-20 05:52:00 UTC
when i try to install the nvidia kernel module i get the following error:

# modprobe nvidia
FATAL: Error inserting nvidia (/lib/modules/2.6.12-gentoo-r4/video/nvidia.ko):
No such device

i already tried to remerge the nvidia-kernel package, but i get the same error.
the old nv driver works though.


Reproducible: Always
Steps to Reproduce:
1.emerge nvidia-kernel nvidia-glx
2.modprobe nvidia

Actual Results:  
modprobe tells me:
FATAL: Error inserting nvidia (/lib/modules/2.6.12-gentoo-r4/video/nvidia.ko):
No such device

Expected Results:  
modprobe should load the module

#equery l -i nvidia-kernel && emerge info
[ Searching for package 'nvidia-kernel' in all categories among: ]
 * installed packages
[I--] [  ] media-video/nvidia-kernel-1.0.6629-r4 (0)
Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.4.3-20050110,
glibc-2.3.4.20050125-r1, 2.6.12-gentoo-r4 i686)
=================================================================
System uname: 2.6.12-gentoo-r4 i686 Pentium III (Coppermine)
Gentoo Base System version 1.6.12
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.10
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe -fforce-addr -momit-leaf-frame-pointer
-fomit-frame-pointer -ftracer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -O3 -pipe -fforce-addr -momit-leaf-frame-pointer
-fomit-frame-pointer -ftracer -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa avi bash-completion berkdb bitmap-fonts crypt cups curl
divx4linux emboss encode fam foomaticdb fortran gdbm gif gnome gpm gtk gtk2
imlib ipv6 java jpeg junit libg++ libwww mad mikmod mmx motif mp3 mpeg ncurses
nls ntpl nvidia ogg oggvorbis opengl oss pam pdflib perl png python qt quicktime
readline ruby sdl spell sqlite sse ssl tcpd tiff truetype truetype-fonts
type1-fonts vorbis xine xml2 xmms xv xvid zlib userland_GNU kernel_linux
elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-07-20 05:55:16 UTC

*** This bug has been marked as a duplicate of 99010 ***
Comment 2 Stian Skjelstad 2005-07-21 07:15:44 UTC
Just checking one thing:

Moritz, which agp drivers do you have as modules and loaded, and which do you
have statically linked into the kernel?
Comment 3 Moritz Tuerk 2005-07-21 08:31:55 UTC
(In reply to comment #2)
> Moritz, which agp drivers do you have as modules and loaded, and which do you
> have statically linked into the kernel?

Hi,

lspci tells:
0000:00:01.0 PCI bridge: Intel Corporation 82820 820 (Camino) Chipset AGP Bridge
(rev 03)

my kernel config is
device drivers -->
  character devices -->
    <*> /dev/agpgart (AGP Support)
      <*> Intel 440LX/BX/GX, I8xx ...
    <*> Direct Rendering Manager (XFree86 4.1.0 ....)
      <*> Intel I810M
      <*> Intel 830M, 845G, ...

anything else is not checked.