Comment 11 for bug 137432

Revision history for this message
Stephan Bourduas (stephan-bourduas) wrote :

$ uname -a
Linux atlas 2.6.22-10-generic #1 SMP Wed Aug 22 08:11:52 GMT 2007 i686 GNU/Linux

$ sudo modprobe nvidia
FATAL: Error running install command for nvidia

$ sudo depmod
$ sudo sh -x /sbin/lrm-video nvidia
+ PATH=/sbin:/bin
+ MODULE=nvidia
+ shift
+ [ nvidia = nvidia ]
+ [ -e /lib/linux-restricted-modules/.nvidia_legacy_installed ]
+ [ -e /lib/linux-restricted-modules/.nvidia_new_installed ]
+ XORG=nvidia
+ cat /etc/X11/xorg.conf
+ sed -n -e /^[ \t]*section[ \\t]*"device"/I,/^[ \t]*endsection/I{/^[ \t]*driver[ \t]*/I{s/^[ \t]*driver[ \t]*"*//I;s/"*[ \t]*$//;p}}
+ grep -q -w nvidia
+ modprobe --ignore-install -Qb nvidia

$ dmesg | tail
[ 126.405411] Bluetooth: L2CAP ver 2.8
[ 126.405423] Bluetooth: L2CAP socket layer initialized
[ 126.419087] Bluetooth: RFCOMM socket layer initialized
[ 126.419289] Bluetooth: RFCOMM TTY layer initialized
[ 126.419296] Bluetooth: RFCOMM ver 1.8
[ 316.515968] nvidia: module license 'NVIDIA' taints kernel.
[ 316.790795] PCI: Enabling device 0000:01:00.0 (0004 -> 0006)
[ 316.791659] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
[ 316.791672] ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
[ 316.792956] NVRM: loading NVIDIA Linux x86 Kernel Module 1.0-9639 Mon Apr 16 20:20:06 PDT 2007

So it seems to be loading the module properly for the generic kernel.