You are not logged in.

#1 2011-01-03 17:08:51

Huub900
Member
Registered: 2009-11-02
Posts: 13

Can't load nvidia module after kernel and nvidia update

After latest kernel (3.6.36.2) and nvidia (260.19.29) upgrade xorg doesn't work. I investigated a little, and that's what I found:

# modprobe nvidia
FATAL: Error inserting nvidia (/lib/modules/2.6.36-ARCH/kernel/drivers/video/nvidia.ko): No such device

I blacklisted nouveau module:

# cat /etc/rc.conf | grep nouveau
MODULES=(b43 vboxdrv !nouveau)

but it didn't help.
Video card:

# lspci | grep VGA
01:00.0 VGA compatible controller: nVidia Corporation G84 [GeForce 8600M GT] (rev a1)

Offline

#2 2011-01-03 17:35:56

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Can't load nvidia module after kernel and nvidia update

Did you reboot?

Nouveau should already be blacklisted by a file the nvidia package installs. My guess, your problem is that an old nvidia module is still loaded. A reboot will take care of it.

Offline

#3 2011-01-03 18:08:30

Huub900
Member
Registered: 2009-11-02
Posts: 13

Re: Can't load nvidia module after kernel and nvidia update

Gusar wrote:

Did you reboot?

Yes, I did. Many times... smile

Offline

#4 2011-01-04 10:45:32

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,899
Website

Re: Can't load nvidia module after kernel and nvidia update

can you give output of

pacman -Qi nvidia
pacman -Qi kernel26

Might be worth running pacman -Syyu just to make sure system is fully up to date

MrG

Last edited by Mr Green (2011-01-04 10:46:12)


Mr Green

Offline

#5 2011-01-04 12:13:30

Huub900
Member
Registered: 2009-11-02
Posts: 13

Re: Can't load nvidia module after kernel and nvidia update

# pacman -Suyy
:: Synchronizing package databases...
downloading core.db.tar.gz...
downloading extra.db.tar.gz...
downloading community.db.tar.gz...
:: Starting full system upgrade...
 there is nothing to do

# pacman -Qi nvidia
Name           : nvidia
Version        : 260.19.29-1
URL            : http://www.nvidia.com/
Licenses       : custom
Groups         : None
Provides       : None
Depends On     : kernel26>=2.6.36  kernel26<2.6.37  nvidia-utils=260.19.29
Optional Deps  : None
Required By    : None
Conflicts With : nvidia-96xx  nvidia-173xx
Replaces       : None
Installed Size : 10088.00 K
Packager       : Ionut Biru <ibiru@archlinux.org>
Architecture   : i686
Build Date     : Tue Dec 14 15:20:25 2010
Install Date   : Tue Jan  4 13:02:37 2011
Install Reason : Explicitly installed
Install Script : Yes
Description    : NVIDIA drivers for kernel26.

# pacman -Qi kernel26
Name           : kernel26
Version        : 2.6.36.2-1
URL            : http://www.kernel.org
Licenses       : GPL2
Groups         : base
Provides       : None
Depends On     : coreutils  linux-firmware  module-init-tools  mkinitcpio>=0.5.20
Optional Deps  : crda: to set the correct wireless channels of your country
Required By    : b43-firmware  nvidia
Conflicts With : None
Replaces       : kernel24  kernel24-scsi  kernel26-scsi  alsa-driver  ieee80211  hostap-driver26  pwc  nforce  squashfs  unionfs  ivtv  zd1211  kvm-modules  iwlwifi  rt2x00-cvs  gspcav1  atl2  wlan-ng26  rt2500  nouveau-drm
Installed Size : 89764.00 K
Packager       : Tobias Powalowski <tpowa@archlinux.org>
Architecture   : i686
Build Date     : Fri Dec 10 21:04:09 2010
Install Date   : Tue Jan  4 13:01:48 2011
Install Reason : Explicitly installed
Install Script : Yes
Description    : The Linux Kernel and modules

Offline

#6 2011-01-04 14:07:00

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: Can't load nvidia module after kernel and nvidia update

"No such device" is the error you get when nouveau is installed. Check lsmod for nouveau. The only thing I can think of is that it might be getting installed via your initcpio. You can check for that easily:

bsdtar -tf /boot/kernel26.img | grep nouveau

I'm not sure why it would end up on your initcpio, but this raises an interesting issue -- blacklist rules are not honored by mkinitcpio.

Offline

#7 2011-01-04 14:08:34

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Can't load nvidia module after kernel and nvidia update

@falconindy if is in initrd then he has it in /etc/mkinitcpio.conf in modules


Give what you have. To someone, it may be better than you dare to think.

Offline

#8 2011-01-04 15:14:22

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: Can't load nvidia module after kernel and nvidia update

wonder wrote:

@falconindy if is in initrd then he has it in /etc/mkinitcpio.conf in modules

Or a hook is erroneously pulling it in. This comes up in #archlinux all too often and I have no idea what's causing it (other than user error).

Offline

#9 2011-01-04 15:26:59

Huub900
Member
Registered: 2009-11-02
Posts: 13

Re: Can't load nvidia module after kernel and nvidia update

# lsmod | grep nouveau
# bsdtar -tf /boot/kernel26.img | grep nouveau
# cat /etc/mkinitcpio.conf | grep nouveau
#

Still nothing sad

Offline

#10 2011-01-04 15:42:28

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Can't load nvidia module after kernel and nvidia update

@Huub900 paste dmesg log


Give what you have. To someone, it may be better than you dare to think.

Offline

#11 2011-01-04 15:56:23

b0f00narch
Member
Registered: 2010-11-03
Posts: 14

Re: Can't load nvidia module after kernel and nvidia update

+1

modprobe nvidia
FATAL: Error inserting nvidia (/lib/modules/2.6.36-ARCH/kernel/drivers/video/nvidia.ko): No such device
lspci | grep VGA
01:00.0 VGA compatible controller: nVidia Corporation G84 [GeForce 8600M GT] (rev a1)
pacman -Qi nvidia
Name           : nvidia
Version        : 260.19.29-1
Depends On     : kernel26>=2.6.36  kernel26<2.6.37  nvidia-utils=260.19.29
pacman -Qi kernel26
Name           : kernel26
Version        : 2.6.36.2-1
pacman -Qi kernel26-headers
Name           : kernel26-headers
Version        : 2.6.36.2-1

Should I pass disablemodules at boot ?
Is it a must to have nvidia in rc.conf in MODULES="" ?

Last edited by b0f00narch (2011-01-04 18:46:58)

Offline

#12 2011-01-04 16:17:14

Huub900
Member
Registered: 2009-11-02
Posts: 13

Re: Can't load nvidia module after kernel and nvidia update

Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.36-ARCH (tobias@T-POWA-LX) (gcc version 4.5.1 20101125 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Dec 10 20:01:53 UTC 2010
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
 BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000005fed0000 (usable)
 BIOS-e820: 000000005fed0000 - 000000005fee3000 (ACPI NVS)
 BIOS-e820: 000000005fee3000 - 0000000060000000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
 BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
 BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
 BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
Notice: NX (Execute Disable) protection missing in CPU or disabled in BIOS!
DMI present.
e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
last_pfn = 0x5fed0 max_arch_pfn = 0x100000
MTRR default type: uncachable
MTRR fixed ranges enabled:
  00000-9FFFF write-back
  A0000-BFFFF uncachable
  C0000-FFFFF write-protect
MTRR variable ranges enabled:
  0 base 000000000 mask FC0000000 write-back
  1 base 040000000 mask FE0000000 write-back
  2 base 05FF00000 mask FFFF00000 uncachable
  3 disabled
  4 disabled
  5 disabled
  6 disabled
  7 disabled
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
e820 update range: 0000000000002000 - 0000000000010000 (usable) ==> (reserved)
Scanning 1 areas for low memory corruption
modified physical RAM map:
 modified: 0000000000000000 - 0000000000001000 (reserved)
 modified: 0000000000001000 - 0000000000002000 (usable)
 modified: 0000000000002000 - 0000000000010000 (reserved)
 modified: 0000000000010000 - 000000000009f800 (usable)
 modified: 000000000009f800 - 00000000000a0000 (reserved)
 modified: 00000000000dc000 - 0000000000100000 (reserved)
 modified: 0000000000100000 - 000000005fed0000 (usable)
 modified: 000000005fed0000 - 000000005fee3000 (ACPI NVS)
 modified: 000000005fee3000 - 0000000060000000 (reserved)
 modified: 00000000fec00000 - 00000000fec10000 (reserved)
 modified: 00000000fed00000 - 00000000fed00400 (reserved)
 modified: 00000000fed14000 - 00000000fed1a000 (reserved)
 modified: 00000000fed1c000 - 00000000fed90000 (reserved)
 modified: 00000000fee00000 - 00000000fee01000 (reserved)
 modified: 00000000ff000000 - 0000000100000000 (reserved)
initial memory mapped : 0 - 01800000
found SMP MP-table at [c00f7bc0] f7bc0
init_memory_mapping: 0000000000000000-00000000377fe000
 0000000000 - 0000400000 page 4k
 0000400000 - 0037400000 page 2M
 0037400000 - 00377fe000 page 4k
kernel direct mapping tables up to 377fe000 @ 15000-1a000
RAMDISK: 37e47000 - 37ff0000
Allocated new RAMDISK: 00100000 - 002a8feb
Move RAMDISK from 0000000037e47000 - 0000000037feffea to 00100000 - 002a8fea
ACPI: RSDP 000f7b40 00024 (v02 Compal)
ACPI: XSDT 5fed8834 0008C (v01 Compal CRESTLNE 06040000  LTP 00000000)
ACPI: FACP 5fedfbd2 000F4 (v03 INTEL  CRESTLNE 06040000 ALAN 00000001)
ACPI: DSDT 5fed9b9f 05FBF (v02 Compal CRESTLNE 06040000 INTL 20061109)
ACPI: FACS 5fee2fc0 00040
ACPI: APIC 5fedfcc6 00068 (v01 INTEL  CRESTLNE 06040000 LOHR 0000005A)
ACPI: HPET 5fedfd2e 00038 (v01 Compal CRESTLNE 06040000 LOHR 0000005A)
ACPI: MCFG 5fedfd66 0003C (v01 INTEL  CRESTLNE 06040000 LOHR 0000005A)
ACPI: TCPA 5fedfda2 00032 (v01 Intel  CRESTLNE 06040000 LOHR 0000005A)
ACPI: TMOR 5fedfdd4 00026 (v01 PTLTD           06040000 PTL  00000003)
ACPI: SLIC 5fedfdfa 00176 (v01 Compal CRESTLNE 06040000 TBD  00000001)
ACPI: APIC 5fedff70 00068 (v01 PTLTD  ? APIC   06040000  LTP 00000000)
ACPI: BOOT 5fedffd8 00028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
ACPI: SSDT 5fed98da 002C5 (v01 SataRe SataAhci 00001000 INTL 20050624)
ACPI: SSDT 5fed8e4c 0025F (v01  PmRef  Cpu0Tst 00003000 INTL 20050624)
ACPI: SSDT 5fed8da6 000A6 (v01  PmRef  Cpu1Tst 00003000 INTL 20050624)
ACPI: SSDT 5fed88c0 004E6 (v01  PmRef    CpuPm 00003000 INTL 20050624)
ACPI: BIOS bug: multiple APIC/MADT found, using 0
ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@vger.kernel.org
ACPI: Local APIC address 0xfee00000
646MB HIGHMEM available.
887MB LOWMEM available.
  mapped low ram: 0 - 377fe000
  low ram: 0 - 377fe000
Zone PFN ranges:
  DMA      0x00000001 -> 0x00001000
  Normal   0x00001000 -> 0x000377fe
  HighMem  0x000377fe -> 0x0005fed0
Movable zone start PFN for each node
early_node_map[3] active PFN ranges
    0: 0x00000001 -> 0x00000002
    0: 0x00000010 -> 0x0000009f
    0: 0x00000100 -> 0x0005fed0
On node 0 totalpages: 392800
free_area_init_node: node 0, pgdat c142d600, node_mem_map c1598020
  DMA zone: 32 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 3952 pages, LIFO batch:0
  Normal zone: 1744 pages used for memmap
  Normal zone: 221486 pages, LIFO batch:31
  HighMem zone: 1294 pages used for memmap
  HighMem zone: 164292 pages, LIFO batch:31
Using APIC driver default
ACPI: PM-Timer IO Port: 0x1008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a201 base: 0xfed00000
SMP: Allowing 2 CPUs, 0 hotplug CPUs
nr_irqs_gsi: 40
early_res array is doubled to 64 at [16000 - 167ff]
PM: Registered nosave memory: 0000000000002000 - 0000000000010000
PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
Allocating PCI resources starting at 60000000 (gap: 60000000:9ec00000)
Booting paravirtualized kernel on bare hardware
setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
PERCPU: Embedded 13 pages/cpu @c2400000 s31488 r0 d21760 u2097152
pcpu-alloc: s31488 r0 d21760 u2097152 alloc=1*4194304
pcpu-alloc: [0] 0 1 
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 389730
Kernel command line: BOOT_IMAGE=/boot/vmlinuz26 root=/dev/sda2 ro
PID hash table entries: 4096 (order: 2, 16384 bytes)
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
allocated 7858220 bytes of page_cgroup
please try 'cgroup_disable=memory' option if you don't want memory cgroups
Subtract (52 early reservations)
  #1 [0000001000 - 0000002000]   EX TRAMPOLINE
  #2 [0001000000 - 000158fe8c]   TEXT DATA BSS
  #3 [0001590000 - 0001596198]             BRK
  #4 [00000f7bd0 - 0000100000]   BIOS reserved
  #5 [00000f7bc0 - 00000f7bd0]    MP-table mpf
  #6 [000009f800 - 000009fd71]   BIOS reserved
  #7 [000009ff35 - 00000f7bc0]   BIOS reserved
  #8 [000009fd71 - 000009ff35]    MP-table mpc
  #9 [0000010000 - 0000011000]      TRAMPOLINE
  #10 [0000011000 - 0000015000]     ACPI WAKEUP
  #11 [0000015000 - 0000016000]         PGTABLE
  #12 [0000100000 - 00002a9000]     NEW RAMDISK
  #13 [0001597000 - 0001598000]         BOOTMEM
  #14 [0001598000 - 0002198000]         BOOTMEM
  #15 [000158fec0 - 000158fec4]         BOOTMEM
  #16 [000158ff00 - 000158ffc0]         BOOTMEM
  #17 [00015961c0 - 0001596214]         BOOTMEM
  #18 [0002198000 - 000219b000]         BOOTMEM
  #19 [000158ffc0 - 0001590000]         BOOTMEM
  #20 [000219b000 - 000219e000]         BOOTMEM
  #21 [0001596240 - 0001596265]         BOOTMEM
  #22 [0001596280 - 00015962a7]         BOOTMEM
  #23 [00015962c0 - 0001596464]         BOOTMEM
  #24 [0001596480 - 00015964c0]         BOOTMEM
  #25 [00015964c0 - 0001596500]         BOOTMEM
  #26 [0001596500 - 0001596540]         BOOTMEM
  #27 [0001596540 - 0001596580]         BOOTMEM
  #28 [0001596580 - 00015965c0]         BOOTMEM
  #29 [00015965c0 - 0001596600]         BOOTMEM
  #30 [0001596600 - 0001596640]         BOOTMEM
  #31 [0001596640 - 0001596680]         BOOTMEM
  #32 [0001596680 - 00015966c0]         BOOTMEM
  #33 [00015966c0 - 0001596700]         BOOTMEM
  #34 [0001596700 - 0001596740]         BOOTMEM
  #35 [0001596740 - 0001596780]         BOOTMEM
  #36 [0001596780 - 0001596790]         BOOTMEM
  #37 [00015967c0 - 00015967d0]         BOOTMEM
  #38 [0001596800 - 000159682d]         BOOTMEM
  #39 [0001596840 - 000159686d]         BOOTMEM
  #40 [0002400000 - 000240d000]         BOOTMEM
  #41 [0002600000 - 000260d000]         BOOTMEM
  #42 [0001596880 - 0001596884]         BOOTMEM
  #43 [00015968c0 - 00015968c4]         BOOTMEM
  #44 [0001596900 - 0001596908]         BOOTMEM
  #45 [0001596940 - 0001596948]         BOOTMEM
  #46 [0001596980 - 0001596a28]         BOOTMEM
  #47 [0001596a40 - 0001596aa8]         BOOTMEM
  #48 [000219e000 - 00021a2000]         BOOTMEM
  #49 [00021a2000 - 0002222000]         BOOTMEM
  #50 [0002222000 - 0002262000]         BOOTMEM
  #51 [000260d000 - 0002d8b82c]         BOOTMEM
Initializing HighMem for node 0 (000377fe:0005fed0)
Memory: 1542868k/1571648k available (3104k kernel code, 28332k reserved, 1205k data, 428k init, 662344k highmem)
virtual kernel memory layout:
    fixmap  : 0xfff16000 - 0xfffff000   ( 932 kB)
    pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
    lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
      .init : 0xc1436000 - 0xc14a1000   ( 428 kB)
      .data : 0xc1308056 - 0xc1435820   (1205 kB)
      .text : 0xc1000000 - 0xc1308056   (3104 kB)
Checking if this processor honours the WP bit even in supervisor mode...Ok.
SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Hierarchical RCU implementation.
    RCU-based detection of stalled CPUs is disabled.
    Verbose stalled-CPUs detection is disabled.
NR_IRQS:512
Extended CMOS year: 2000
Console: colour VGA+ 80x25
console [tty0] enabled
hpet clockevent registered
Fast TSC calibration using PIT
Detected 1795.546 MHz processor.
Calibrating delay loop (skipped), value calculated using timer frequency.. 3592.72 BogoMIPS (lpj=5985153)
pid_max: default: 32768 minimum: 301
Security Framework initialized
TOMOYO Linux initialized
AppArmor: AppArmor disabled by boot time parameter
Mount-cache hash table entries: 512
Initializing cgroup subsys ns
Initializing cgroup subsys cpuacct
Initializing cgroup subsys memory
Initializing cgroup subsys devices
Initializing cgroup subsys freezer
Initializing cgroup subsys net_cls
Initializing cgroup subsys blkio
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
mce: CPU supports 6 MCE banks
CPU0: Thermal monitoring handled by SMI
using mwait in idle threads.
Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
PEBS disabled due to CPU errata.
... version:                2
... bit width:              40
... generic registers:      2
... value mask:             000000ffffffffff
... max period:             000000007fffffff
... fixed-purpose events:   3
... event mask:             0000000700000003
ACPI: Core revision 20100702
Enabling APIC mode:  Flat.  Using 1 I/O APICs
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
CPU0: Intel(R) Core(TM)2 Duo CPU     T7100  @ 1.80GHz stepping 0d
NMI watchdog enabled, takes one hw-pmu counter.
Booting Node   0, Processors  #1 Ok.
Initializing CPU#1
CPU1: Thermal monitoring handled by SMI
NMI watchdog enabled, takes one hw-pmu counter.
Brought up 2 CPUs
Total of 2 processors activated (7184.34 BogoMIPS).
devtmpfs: initialized
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
PCI: not using MMCONFIG
PCI: PCI BIOS revision 2.10 entry at 0xfdde1, last bus=14
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI: BIOS _OSI(Linux) query ignored
ACPI: SSDT 5fed95da 00238 (v01  PmRef  Cpu0Ist 00003000 INTL 20050624)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT (null) 00238 (v01  PmRef  Cpu0Ist 00003000 INTL 20050624)
ACPI: SSDT 5fed90ab 004AA (v01  PmRef  Cpu0Cst 00003001 INTL 20050624)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT (null) 004AA (v01  PmRef  Cpu0Cst 00003001 INTL 20050624)
ACPI: SSDT 5fed9812 000C8 (v01  PmRef  Cpu1Ist 00003000 INTL 20050624)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT (null) 000C8 (v01  PmRef  Cpu1Ist 00003000 INTL 20050624)
ACPI: SSDT 5fed9555 00085 (v01  PmRef  Cpu1Cst 00003000 INTL 20050624)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT (null) 00085 (v01  PmRef  Cpu1Cst 00003000 INTL 20050624)
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
PCI: Using MMCONFIG for extended config space
ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
ACPI: No dock devices found.
PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7] (ignored)
pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff] (ignored)
pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff] (ignored)
pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
pci_root PNP0A08:00: host bridge window [mem 0x60000000-0xdfffffff] (ignored)
pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfebfffff] (ignored)
pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
pci 0000:00:01.0: PME# disabled
pci 0000:00:1a.0: reg 20: [io  0x1800-0x181f]
pci 0000:00:1a.1: reg 20: [io  0x1820-0x183f]
pci 0000:00:1a.7: reg 10: [mem 0xf8404800-0xf8404bff]
pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1a.7: PME# disabled
pci 0000:00:1b.0: reg 10: [mem 0xf8400000-0xf8403fff 64bit]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.0: PME# disabled
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.1: PME# disabled
pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.2: PME# disabled
pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.3: PME# disabled
pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.4: PME# disabled
pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.5: PME# disabled
pci 0000:00:1d.0: reg 20: [io  0x1840-0x185f]
pci 0000:00:1d.1: reg 20: [io  0x1860-0x187f]
pci 0000:00:1d.2: reg 20: [io  0x1880-0x189f]
pci 0000:00:1d.7: reg 10: [mem 0xf8404c00-0xf8404fff]
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
pci 0000:00:1f.0: quirk: [io  0x1180-0x11bf] claimed by ICH6 GPIO
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f)
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0068 (mask 0007)
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 1640 (mask 007f)
pci 0000:00:1f.1: reg 10: [io  0x0000-0x0007]
pci 0000:00:1f.1: reg 14: [io  0x0000-0x0003]
pci 0000:00:1f.1: reg 18: [io  0x0000-0x0007]
pci 0000:00:1f.1: reg 1c: [io  0x0000-0x0003]
pci 0000:00:1f.1: reg 20: [io  0x18a0-0x18af]
pci 0000:00:1f.2: reg 10: [io  0x18d8-0x18df]
pci 0000:00:1f.2: reg 14: [io  0x18cc-0x18cf]
pci 0000:00:1f.2: reg 18: [io  0x18d0-0x18d7]
pci 0000:00:1f.2: reg 1c: [io  0x18c8-0x18cb]
pci 0000:00:1f.2: reg 20: [io  0x18e0-0x18ff]
pci 0000:00:1f.2: reg 24: [mem 0xf8404000-0xf84047ff]
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:00:1f.3: reg 10: [mem 0x00000000-0x000000ff]
pci 0000:00:1f.3: reg 20: [io  0x1c00-0x1c1f]
pci 0000:01:00.0: reg 10: [mem 0xc6000000-0xc6ffffff]
pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
pci 0000:01:00.0: reg 1c: [mem 0xc4000000-0xc5ffffff 64bit]
pci 0000:01:00.0: reg 24: [io  0x2000-0x207f]
pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
pci 0000:00:01.0: PCI bridge to [bus 01-01]
pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
pci 0000:00:01.0:   bridge window [mem 0xc4000000-0xc6ffffff]
pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
pci 0000:00:1c.0: PCI bridge to [bus 02-02]
pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
pci 0000:00:1c.0:   bridge window [mem 0xbc000000-0xbfffffff]
pci 0000:00:1c.0:   bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
pci 0000:04:00.0: reg 10: [mem 0xf0000000-0xf000ffff 64bit]
pci 0000:04:00.0: PME# supported from D3hot D3cold
pci 0000:04:00.0: PME# disabled
pci 0000:00:1c.1: PCI bridge to [bus 04-04]
pci 0000:00:1c.1:   bridge window [io  0x4000-0x4fff]
pci 0000:00:1c.1:   bridge window [mem 0xf0000000-0xf3ffffff]
pci 0000:00:1c.1:   bridge window [mem 0xfa000000-0xfbffffff 64bit pref]
pci 0000:00:1c.2: PCI bridge to [bus 06-06]
pci 0000:00:1c.2:   bridge window [io  0x5000-0x5fff]
pci 0000:00:1c.2:   bridge window [mem 0xf4000000-0xf7ffffff]
pci 0000:00:1c.2:   bridge window [mem 0xfc000000-0xfdffffff 64bit pref]
pci 0000:00:1c.3: PCI bridge to [bus 08-08]
pci 0000:00:1c.3:   bridge window [io  0x6000-0x6fff]
pci 0000:00:1c.3:   bridge window [mem 0xb4000000-0xb7ffffff]
pci 0000:00:1c.3:   bridge window [mem 0xc8000000-0xc9ffffff 64bit pref]
pci 0000:00:1c.4: PCI bridge to [bus 0a-0a]
pci 0000:00:1c.4:   bridge window [io  0xf000-0x0000] (disabled)
pci 0000:00:1c.4:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
pci 0000:00:1c.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:0c:00.0: reg 10: [mem 0xf8000000-0xf8003fff]
pci 0000:0c:00.0: supports D1 D2
pci 0000:0c:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
pci 0000:00:1c.5: PCI bridge to [bus 0c-0c]
pci 0000:00:1c.5:   bridge window [io  0xf000-0x0000] (disabled)
pci 0000:00:1c.5:   bridge window [mem 0xf8000000-0xf80fffff]
pci 0000:00:1c.5:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:0e:06.0: proprietary Ricoh MMC controller disabled (via firewire function)
pci 0000:0e:06.0: MMC cards are now supported by standard SDHCI controller
pci 0000:0e:06.0: reg 10: [mem 0xf8100000-0xf81007ff]
pci 0000:0e:06.0: supports D1 D2
pci 0000:0e:06.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:0e:06.0: PME# disabled
pci 0000:0e:06.1: reg 10: [mem 0xf8100800-0xf81008ff]
pci 0000:0e:06.1: supports D1 D2
pci 0000:0e:06.1: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:0e:06.1: PME# disabled
pci 0000:0e:06.2: reg 10: [mem 0xf8101000-0xf81010ff]
pci 0000:0e:06.2: supports D1 D2
pci 0000:0e:06.2: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:0e:06.2: PME# disabled
pci 0000:00:1e.0: PCI bridge to [bus 0e-0e] (subtractive decode)
pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
pci 0000:00:1e.0:   bridge window [mem 0xf8100000-0xf81fffff]
pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
pci_bus 0000:00: on NUMA node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *7 10 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
HEST: Table is not found!
vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
reserve RAM buffer: 0000000000002000 - 000000000000ffff 
reserve RAM buffer: 000000000009f800 - 000000000009ffff 
reserve RAM buffer: 000000005fed0000 - 000000005fffffff 
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
HPET: 3 timers in total, 0 timers will be used for per-cpu timer
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
hpet0: 3 comparators, 64-bit 14.318180 MHz counter
Switching to clocksource tsc
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 10 devices
ACPI: ACPI bus type pnp unregistered
system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
system 00:06: [io  0x0680-0x069f] has been reserved
system 00:06: [io  0x0800-0x080f] has been reserved
system 00:06: [io  0x1000-0x107f] has been reserved
system 00:06: [io  0x1180-0x11bf] has been reserved
system 00:06: [io  0x1640-0x164f] has been reserved
system 00:06: [io  0xfe00] has been reserved
system 00:06: [io  0xff00-0xff7f] has been reserved
pci 0000:00:1c.4: BAR 14: assigned [mem 0x60000000-0x601fffff]
pci 0000:00:1c.4: BAR 15: assigned [mem 0x60200000-0x603fffff 64bit pref]
pci 0000:00:1c.5: BAR 15: assigned [mem 0x60400000-0x605fffff 64bit pref]
pci 0000:00:1c.4: BAR 13: assigned [io  0x7000-0x7fff]
pci 0000:00:1c.5: BAR 13: assigned [io  0x8000-0x8fff]
pci 0000:00:1f.3: BAR 0: assigned [mem 0x60600000-0x606000ff]
pci 0000:00:1f.3: BAR 0: set to [mem 0x60600000-0x606000ff] (PCI address [0x60600000-0x606000ff]
pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x20000)
pci 0000:00:01.0: PCI bridge to [bus 01-01]
pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
pci 0000:00:01.0:   bridge window [mem 0xc4000000-0xc6ffffff]
pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
pci 0000:00:1c.0: PCI bridge to [bus 02-02]
pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
pci 0000:00:1c.0:   bridge window [mem 0xbc000000-0xbfffffff]
pci 0000:00:1c.0:   bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
pci 0000:00:1c.1: PCI bridge to [bus 04-04]
pci 0000:00:1c.1:   bridge window [io  0x4000-0x4fff]
pci 0000:00:1c.1:   bridge window [mem 0xf0000000-0xf3ffffff]
pci 0000:00:1c.1:   bridge window [mem 0xfa000000-0xfbffffff 64bit pref]
pci 0000:00:1c.2: PCI bridge to [bus 06-06]
pci 0000:00:1c.2:   bridge window [io  0x5000-0x5fff]
pci 0000:00:1c.2:   bridge window [mem 0xf4000000-0xf7ffffff]
pci 0000:00:1c.2:   bridge window [mem 0xfc000000-0xfdffffff 64bit pref]
pci 0000:00:1c.3: PCI bridge to [bus 08-08]
pci 0000:00:1c.3:   bridge window [io  0x6000-0x6fff]
pci 0000:00:1c.3:   bridge window [mem 0xb4000000-0xb7ffffff]
pci 0000:00:1c.3:   bridge window [mem 0xc8000000-0xc9ffffff 64bit pref]
pci 0000:00:1c.4: PCI bridge to [bus 0a-0a]
pci 0000:00:1c.4:   bridge window [io  0x7000-0x7fff]
pci 0000:00:1c.4:   bridge window [mem 0x60000000-0x601fffff]
pci 0000:00:1c.4:   bridge window [mem 0x60200000-0x603fffff 64bit pref]
pci 0000:00:1c.5: PCI bridge to [bus 0c-0c]
pci 0000:00:1c.5:   bridge window [io  0x8000-0x8fff]
pci 0000:00:1c.5:   bridge window [mem 0xf8000000-0xf80fffff]
pci 0000:00:1c.5:   bridge window [mem 0x60400000-0x605fffff 64bit pref]
pci 0000:00:1e.0: PCI bridge to [bus 0e-0e]
pci 0000:00:1e.0:   bridge window [io  disabled]
pci 0000:00:1e.0:   bridge window [mem 0xf8100000-0xf81fffff]
pci 0000:00:1e.0:   bridge window [mem pref disabled]
pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:01.0: setting latency timer to 64
pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1c.1: setting latency timer to 64
pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
pci 0000:00:1c.2: setting latency timer to 64
pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
pci 0000:00:1c.3: setting latency timer to 64
pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.4: setting latency timer to 64
pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1c.5: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
pci_bus 0000:00: resource 0 [io  0x0000-0xffff]
pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
pci_bus 0000:01: resource 1 [mem 0xc4000000-0xc6ffffff]
pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
pci_bus 0000:02: resource 1 [mem 0xbc000000-0xbfffffff]
pci_bus 0000:02: resource 2 [mem 0xcc000000-0xcdffffff 64bit pref]
pci_bus 0000:04: resource 0 [io  0x4000-0x4fff]
pci_bus 0000:04: resource 1 [mem 0xf0000000-0xf3ffffff]
pci_bus 0000:04: resource 2 [mem 0xfa000000-0xfbffffff 64bit pref]
pci_bus 0000:06: resource 0 [io  0x5000-0x5fff]
pci_bus 0000:06: resource 1 [mem 0xf4000000-0xf7ffffff]
pci_bus 0000:06: resource 2 [mem 0xfc000000-0xfdffffff 64bit pref]
pci_bus 0000:08: resource 0 [io  0x6000-0x6fff]
pci_bus 0000:08: resource 1 [mem 0xb4000000-0xb7ffffff]
pci_bus 0000:08: resource 2 [mem 0xc8000000-0xc9ffffff 64bit pref]
pci_bus 0000:0a: resource 0 [io  0x7000-0x7fff]
pci_bus 0000:0a: resource 1 [mem 0x60000000-0x601fffff]
pci_bus 0000:0a: resource 2 [mem 0x60200000-0x603fffff 64bit pref]
pci_bus 0000:0c: resource 0 [io  0x8000-0x8fff]
pci_bus 0000:0c: resource 1 [mem 0xf8000000-0xf80fffff]
pci_bus 0000:0c: resource 2 [mem 0x60400000-0x605fffff 64bit pref]
pci_bus 0000:0e: resource 1 [mem 0xf8100000-0xf81fffff]
pci_bus 0000:0e: resource 4 [io  0x0000-0xffff]
pci_bus 0000:0e: resource 5 [mem 0x00000000-0xffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
UDP hash table entries: 512 (order: 2, 16384 bytes)
UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
NET: Registered protocol family 1
PCI: CLS 64 bytes, default 64
Unpacking initramfs...
Freeing initrd memory: 1700k freed
Simple Boot Flag at 0x38 set to 0x1
apm: BIOS not found.
Scanning for low memory corruption every 60 seconds
audit: initializing netlink socket (disabled)
type=2000 audit(1294159792.419:1): initialized
highmem bounce pool size: 64 pages
HugeTLB registered 4 MB page size, pre-allocated 0 pages
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
msgmni has been set to 1723
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
intel_idle: MWAIT substates: 0x22220
intel_idle: does not run on family 6 model 15
ERST: Table is not found!
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
rtc_cmos 00:07: RTC can wake from S4
rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
cpuidle: using governor ladder
cpuidle: using governor menu
TCP cubic registered
NET: Registered protocol family 17
Registering the dns_resolver key type
Using IPI No-Shortcut mode
PM: Resume from disk failed.
registered taskstats version 1
rtc_cmos 00:07: setting system clock to 2011-01-04 16:49:53 UTC (1294159793)
Initalizing network drop monitor service
Freeing unused kernel memory: 428k freed
udev[38]: starting version 165
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
SCSI subsystem initialized
libata version 3.00 loaded.
ahci 0000:00:1f.2: version 3.0
ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
ahci 0000:00:1f.2: irq 40 for MSI/MSI-X
ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode
ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc 
ahci 0000:00:1f.2: setting latency timer to 64
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
ata1: SATA max UDMA/133 abar m2048@0xf8404000 port 0xf8404100 irq 40
ata2: SATA max UDMA/133 abar m2048@0xf8404000 port 0xf8404180 irq 40
ata3: SATA max UDMA/133 abar m2048@0xf8404000 port 0xf8404200 irq 40
ata_piix 0000:00:1f.1: version 2.13
ata_piix 0000:00:1f.1: PCI INT A -> GSI 19 (level, low) -> IRQ 19
ata_piix 0000:00:1f.1: setting latency timer to 64
scsi3 : ata_piix
scsi4 : ata_piix
ata4: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x18a0 irq 14
ata5: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x18a8 irq 15
ata4.00: ATAPI: Slimtype DVDRW SSM-8515S, GS09, max UDMA/33
ata4.00: configured for UDMA/33
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata2: SATA link down (SStatus 0 SControl 300)
ata3: SATA link down (SStatus 0 SControl 300)
ata1.00: unexpected _GTF length (8)
ata1.00: ATA-8: ST9320423AS, 0002SDM1, max UDMA/133
ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
ata1.00: unexpected _GTF length (8)
ata1.00: configured for UDMA/133
scsi 0:0:0:0: Direct-Access     ATA      ST9320423AS      0002 PQ: 0 ANSI: 5
scsi 3:0:0:0: CD-ROM            Slimtype DVDRW SSM-8515S  GS09 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 >
sd 0:0:0:0: [sda] Attached SCSI disk
sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
cdrom: Uniform CD-ROM driver Revision: 3.20
sr 3:0:0:0: Attached scsi CD-ROM sr0
EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
Not activating Mandatory Access Control now since /sbin/tomoyo-init doesn't exist.
udev[839]: starting version 165
input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
ACPI: Lid Switch [LID0]
input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
ACPI: Power Button [PWRB]
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
ACPI: Power Button [PWRF]
ACPI: acpi_idle registered with cpuidle
Monitor-Mwait will be used to enter C-1 state
Monitor-Mwait will be used to enter C-2 state
Monitor-Mwait will be used to enter C-3 state
Marking TSC unstable due to TSC halts in idle
input: PC Speaker as /devices/platform/pcspkr/input/input4
Switching to clocksource hpet
compal-laptop: Identified laptop model 'FL90/IFL90'
cfg80211: Calling CRDA to update world regulatory domain
compal-laptop: Driver 0.2.7 successfully loaded
i801_smbus 0000:00:1f.3: PCI INT C -> GSI 19 (level, low) -> IRQ 19
Linux agpgart interface v0.103
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
iTCO_vendor_support: vendor-support=0
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
sdhci-pci 0000:0e:06.1: SDHCI controller found [1180:0822] (rev 22)
sdhci-pci 0000:0e:06.1: PCI INT B -> GSI 23 (level, low) -> IRQ 23
sdhci-pci 0000:0e:06.1: Will use DMA mode even though HW doesn't fully claim to support it.
Registered led device: mmc0::
mmc0: SDHCI controller on PCI [0000:0e:06.1] using DMA
sd 0:0:0:0: Attached scsi generic sg0 type 0
sr 3:0:0:0: Attached scsi generic sg1 type 5
ACPI: Battery Slot [BAT1] (battery present)
ACPI: WMI: Mapper loaded
ACPI: AC Adapter [ACAD] (on-line)
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
acpi device:03: registered as cooling_device2
input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input5
ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
b43-pci-bridge 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
b43-pci-bridge 0000:0c:00.0: setting latency timer to 64
ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243)
ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243)
ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243)
ssb: Core 3 found: PCI-E (cc 0x820, rev 0x01, vendor 0x4243)
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ehci_hcd 0000:00:1a.7: setting latency timer to 64
ehci_hcd 0000:00:1a.7: EHCI Host Controller
ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1a.7: debug port 1
ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf8404800
ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 4 ports detected
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf8404c00
ssb: Sonics Silicon Backplane found on PCI device 0000:0c:00.0
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 6 ports detected
firewire_ohci 0000:0e:06.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x1060)
iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
psmouse serio1: ID: 10 00 64
firewire_ohci: Added fw-ohci device 0000:0e:06.0, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x1
uhci_hcd: USB Universal Host Controller Interface driver
uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
uhci_hcd 0000:00:1a.0: setting latency timer to 64
uhci_hcd 0000:00:1a.0: UHCI Host Controller
uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001800
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
uhci_hcd 0000:00:1a.1: setting latency timer to 64
uhci_hcd 0000:00:1a.1: UHCI Host Controller
uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001820
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001840
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001860
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
uhci_hcd 0000:00:1d.2: setting latency timer to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001880
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 2 ports detected
tg3.c:v3.113 (August 2, 2010)
tg3 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
tg3 0000:04:00.0: setting latency timer to 64
tg3 0000:04:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update.
usb 1-2: new high speed USB device using ehci_hcd and address 2
tg3 0000:04:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update.
elantech: assuming hardware version 1, firmware version 2.0.4
tg3 0000:04:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update.
tg3 0000:04:00.0: eth0: Tigon3 [partno(none) rev b002] (PCI Express) MAC address 00:1b:38:55:15:a4
tg3 0000:04:00.0: eth0: attached PHY is 5787 (10/100/1000Base-T Ethernet) (WireSpeed[1])
tg3 0000:04:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
tg3 0000:04:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
elantech: Synaptics capabilities query result 0x10, 0x02, 0x64.
HDA Intel 0000:00:1b.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
HDA Intel 0000:00:1b.0: irq 41 for MSI/MSI-X
HDA Intel 0000:00:1b.0: setting latency timer to 64
input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6
firewire_core: created device fw0: GUID 00023f79b240229a, S400
b43-phy0: Broadcom 4311 WLAN found (core revision 10)
nvidia: module license 'NVIDIA' taints kernel.
Disabling lock debugging due to kernel taint
phy0: Selected rate control algorithm 'minstrel_ht'
Registered led device: b43-phy0::tx
Registered led device: b43-phy0::rx
Registered led device: b43-phy0::radio
Broadcom 43xx driver loaded [ Features: PMLS, Firmware-ID: FW13 ]
input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input7
Linux video capture interface: v2.00
uvcvideo: Found UVC 1.00 device USB 2.0 Camera (04f2:b018)
input: USB 2.0 Camera as /devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/input/input8
usbcore: registered new interface driver uvcvideo
USB Video Class driver (v0.1.0)
nvidia 0000:01:00.0: power state changed by ACPI to D0
nvidia 0000:01:00.0: power state changed by ACPI to D0
nvidia 0000:01:00.0: enabling device (0000 -> 0003)
nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
nvidia 0000:01:00.0: setting latency timer to 64
vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:0407) installed
NVRM: in this system is not supported by the 260.19.29 NVIDIA Linux
NVRM: graphics driver release.  Please see 'Appendix A -
NVRM: Supported NVIDIA GPU Products' in this release's README,
NVRM: available on the Linux graphics driver download page at
NVRM: www.nvidia.com.
nvidia: probe of 0000:01:00.0 failed with error -1
NVRM: The NVIDIA probe routine failed for 1 device(s).
NVRM: None of the NVIDIA graphics adapters were initialized!
EXT4-fs (sda2): re-mounted. Opts: (null)
EXT4-fs (sda2): re-mounted. Opts: (null)
EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
fuse init (API version 7.15)
Adding 3156768k swap on /dev/sda3.  Priority:-1 extents:1 across:3156768k 
nvidia 0000:01:00.0: setting latency timer to 64
vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=none,decodes=none:owns=io+mem
NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:0407) installed
NVRM: in this system is not supported by the 260.19.29 NVIDIA Linux
NVRM: graphics driver release.  Please see 'Appendix A -
NVRM: Supported NVIDIA GPU Products' in this release's README,
NVRM: available on the Linux graphics driver download page at
NVRM: www.nvidia.com.
nvidia: probe of 0000:01:00.0 failed with error -1
NVRM: The NVIDIA probe routine failed for 1 device(s).
NVRM: None of the NVIDIA graphics adapters were initialized!

last lines looks interesting, but I also checked mentioned Appendix A of README, and I found 8600M GT (PCI ID 0x0407) between supported chips.

Offline

#13 2011-01-04 16:23:58

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: Can't load nvidia module after kernel and nvidia update

upstream issue?

/me dodged a bullet with his 8600GTS

Offline

#14 2011-01-04 16:26:38

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Can't load nvidia module after kernel and nvidia update

report this issue to http://www.nvnews.net/vbulletin/  NVIDIA Linux  forums


Give what you have. To someone, it may be better than you dare to think.

Offline

#15 2011-01-04 16:41:43

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,899
Website

Re: Can't load nvidia module after kernel and nvidia update

Seems there are a few people having this problem, merely asked about kernel and nvidia wanted to make sure they were up to date.

Reading nvidia supported cards does not seem to be in the 260.19.29

Assuming it worked ok before you upgraded, downgrading is not the answer but hopefully would get you by until the problem is fixed.

MrG


Mr Green

Offline

#16 2011-01-04 18:00:45

b0f00narch
Member
Registered: 2010-11-03
Posts: 14

Re: Can't load nvidia module after kernel and nvidia update

Reported to nvnews.net
8600M GT not supported in 260.19.29

Same discussion that we have here
uvesafb and nvidia randomly crash -> Kernel & Hardware Issues

Last edited by b0f00narch (2011-01-05 21:26:03)

Offline

Board footer

Powered by FluxBB