You are not logged in.

#1 2009-09-02 12:31:53

maxsteel
Member
Registered: 2009-09-02
Posts: 1

Setting Up multiple nvidia cards on DELL Studio XPS 1330

I recently purchased a DELL Studio XPS 1330 with 256MB NVIDIA(R) GeForce(R) 9500M-GE card. The laptop has two video cards as shown by the following files - /dev/nvidia0, /dev/nvidia1.

I have been trying to install arch on it but I have run into a problem with Xorg which is not working out with the automatic configuration generated. Though startx and xinit shows the default X display with pointers and xterm but with the following error in the background

NVIDIA : could not open the device file /dev/nvidia0 (input/output error)
(EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device PCI 2:0:0

Strangely enough if I test my config file with X -config <path> then it gives the same error but nothing shows up on the screen.

It seems to me that one of the cards is loading fine but the other one is not. Is there any way to set up both the graphics card with only one screen.

Here is my xorg.conf :

# nvidia-xconfig: X configuration file generated by nvidia-xconfig

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      1  "Screen0" 0 0
    Screen      0  "Screen1" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

#Section "ServerFlags"
#    Option "Xinerama" "0"
#    Option "AllowEmptyInput" "False"
#EndSection


Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/TTF"
    FontPath        "/usr/share/fonts/Type1"
EndSection

Section "Module"
#    Load  "dri2"
    Load           "glx"
    Load           "extmod"
    Load           "dbe"
    Load           "record"
    Load           "synaptics"
#    Load  "dri"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "G98 [GeForce 9200M GS]"
    BusID          "PCI:2:0:0"
EndSection

Section "Device"
    Identifier     "Card1"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "C79 [GeForce 9400M G]"
    BusID          "PCI:3:0:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    SubSection     "Display"
        Viewport    0 0
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Card1"
    Monitor        "Monitor1"
    SubSection     "Display"
        Viewport    0 0
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       4
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       15
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection

and the dmesg output :

Linux version 2.6.30-ARCH (root@artin) (gcc version 4.4.1 (GCC) ) #1 SMP PREEMPT Mon Aug 17 16:06:45 CEST 2009
Command line: root=/dev/disk/by-uuid/98e4044b-b669-4ad9-825b-461b6cff19f6 ro 
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  Centaur CentaurHauls
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
 BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000008fec0000 (usable)
 BIOS-e820: 000000008fec0000 - 000000008fecf000 (ACPI data)
 BIOS-e820: 000000008fecf000 - 000000008fee5000 (ACPI NVS)
 BIOS-e820: 000000008fee5000 - 00000000a0000000 (reserved)
 BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
 BIOS-e820: 0000000100000000 - 0000000160000000 (usable)
DMI present.
last_pfn = 0x160000 max_arch_pfn = 0x100000000
MTRR default type: uncachable
MTRR fixed ranges enabled:
  00000-9FFFF write-back
  A0000-BFFFF uncachable
  C0000-C7FFF write-protect
  C8000-DBFFF uncachable
  DC000-EFFFF write-through
  F0000-FFFFF write-back
MTRR variable ranges enabled:
  0 base 0A0000000 mask FE0000000 uncachable
  1 base 0C0000000 mask FC0000000 uncachable
  2 base 000000000 mask F00000000 write-back
  3 base 100000000 mask FC0000000 write-back
  4 base 140000000 mask FE0000000 write-back
  5 base 09FF00000 mask FFFF00000 uncachable
  6 disabled
  7 disabled
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
e820 update range: 000000009ff00000 - 0000000100000000 (usable) ==> (reserved)
last_pfn = 0x8fec0 max_arch_pfn = 0x100000000
e820 update range: 0000000000001000 - 0000000000006000 (usable) ==> (reserved)
Scanning 1 areas for low memory corruption
modified physical RAM map:
 modified: 0000000000000000 - 0000000000001000 (usable)
 modified: 0000000000001000 - 0000000000006000 (reserved)
 modified: 0000000000006000 - 000000000009dc00 (usable)
 modified: 000000000009dc00 - 00000000000a0000 (reserved)
 modified: 00000000000e4000 - 0000000000100000 (reserved)
 modified: 0000000000100000 - 000000008fec0000 (usable)
 modified: 000000008fec0000 - 000000008fecf000 (ACPI data)
 modified: 000000008fecf000 - 000000008fee5000 (ACPI NVS)
 modified: 000000008fee5000 - 00000000a0000000 (reserved)
 modified: 00000000e0000000 - 00000000f0000000 (reserved)
 modified: 00000000fec00000 - 00000000fec10000 (reserved)
 modified: 00000000fee00000 - 00000000fee01000 (reserved)
 modified: 00000000fff80000 - 0000000100000000 (reserved)
 modified: 0000000100000000 - 0000000160000000 (usable)
init_memory_mapping: 0000000000000000-000000008fec0000
 0000000000 - 008fe00000 page 2M
 008fe00000 - 008fec0000 page 4k
kernel direct mapping tables up to 8fec0000 @ 8000-d000
init_memory_mapping: 0000000100000000-0000000160000000
 0100000000 - 0160000000 page 2M
kernel direct mapping tables up to 160000000 @ b000-12000
RAMDISK: 37f41000 - 37fefc4d
ACPI: RSDP 00000000000f7b20 00024 (v02 PTLTD )
ACPI: XSDT 000000008fec3ac3 000A4 (v01 DELL    QA09    06040000  LTP 00000000)
ACPI: FACP 000000008fecec04 000F4 (v03 NVIDIA MCP79    06040000 PTL_ 000F4240)
ACPI: DSDT 000000008fec5655 0953B (v01 NVIDIA    MCP79 06040000 MSFT 03000001)
ACPI: FACS 000000008fee4fc0 00040
ACPI: MCFG 000000008fececf8 0003C (v01 PTLTD    MCFG   06040000  LTP 00000000)
ACPI: HPET 000000008feced34 00038 (v01 PTLTD  HPETTBL  06040000  LTP 00000001)
ACPI: APIC 000000008feced6c 00072 (v01 PTLTD       APIC   06040000  LTP 00000000)
ACPI: BOOT 000000008fecedde 00028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
ACPI: SLIC 000000008fecee06 00176 (v01 DELL    QA09    06040000  LTP 00000000)
ACPI: OSFR 000000008fecef7c 00084 (v01 DELL   DELL     06040000 ASL  00000061)
ACPI: SSDT 000000008fec53f6 0025F (v01  PmRef  Cpu0Tst 00003000 INTL 20050228)
ACPI: SSDT 000000008fec5350 000A6 (v01  PmRef  Cpu7Tst 00003000 INTL 20050228)
ACPI: SSDT 000000008fec52aa 000A6 (v01  PmRef  Cpu6Tst 00003000 INTL 20050228)
ACPI: SSDT 000000008fec5204 000A6 (v01  PmRef  Cpu5Tst 00003000 INTL 20050228)
ACPI: SSDT 000000008fec515e 000A6 (v01  PmRef  Cpu4Tst 00003000 INTL 20050228)
ACPI: SSDT 000000008fec50b8 000A6 (v01  PmRef  Cpu3Tst 00003000 INTL 20050228)
ACPI: SSDT 000000008fec5012 000A6 (v01  PmRef  Cpu2Tst 00003000 INTL 20050228)
ACPI: SSDT 000000008fec4f6c 000A6 (v01  PmRef  Cpu1Tst 00003000 INTL 20050228)
ACPI: SSDT 000000008fec3b67 01405 (v01  PmRef    CpuPm 00003000 INTL 20050228)
ACPI: Local APIC address 0xfee00000
(8 early reservations) ==> bootmem [0000000000 - 0160000000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
  #2 [0000200000 - 000082d0d0]    TEXT DATA BSS ==> [0000200000 - 000082d0d0]
  #3 [0037f41000 - 0037fefc4d]          RAMDISK ==> [0037f41000 - 0037fefc4d]
  #4 [000009dc00 - 0000100000]    BIOS reserved ==> [000009dc00 - 0000100000]
  #5 [000082e000 - 000082e16c]              BRK ==> [000082e000 - 000082e16c]
  #6 [0000008000 - 000000b000]          PGTABLE ==> [0000008000 - 000000b000]
  #7 [000000b000 - 000000d000]          PGTABLE ==> [000000b000 - 000000d000]
found SMP MP-table at [ffff8800000f7b50] f7b50
 [ffffe20000000000-ffffe20004dfffff] PMD -> [ffff880028200000-ffff88002cffffff] on node 0
Zone PFN ranges:
  DMA      0x00000000 -> 0x00001000
  DMA32    0x00001000 -> 0x00100000
  Normal   0x00100000 -> 0x00160000
Movable zone start PFN for each node
early_node_map[4] active PFN ranges
    0: 0x00000000 -> 0x00000001
    0: 0x00000006 -> 0x0000009d
    0: 0x00000100 -> 0x0008fec0
    0: 0x00100000 -> 0x00160000
On node 0 totalpages: 982616
  DMA zone: 56 pages used for memmap
  DMA zone: 1687 pages reserved
  DMA zone: 2249 pages, LIFO batch:0
  DMA32 zone: 14280 pages used for memmap
  DMA32 zone: 571128 pages, LIFO batch:31
  Normal zone: 5376 pages used for memmap
  Normal zone: 387840 pages, LIFO batch:31
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[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 0, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
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: 0x10dea301 base: 0xfed00000
SMP: Allowing 2 CPUs, 0 hotplug CPUs
nr_irqs_gsi: 24
PM: Registered nosave memory: 0000000000001000 - 0000000000006000
PM: Registered nosave memory: 000000000009d000 - 000000000009e000
PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
PM: Registered nosave memory: 000000008fec0000 - 000000008fecf000
PM: Registered nosave memory: 000000008fecf000 - 000000008fee5000
PM: Registered nosave memory: 000000008fee5000 - 00000000a0000000
PM: Registered nosave memory: 00000000a0000000 - 00000000e0000000
PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
PM: Registered nosave memory: 00000000fec10000 - 00000000fee00000
PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
PM: Registered nosave memory: 00000000fee01000 - 00000000fff80000
PM: Registered nosave memory: 00000000fff80000 - 0000000100000000
Allocating PCI resources starting at a4000000 (gap: a0000000:40000000)
NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:2 nr_node_ids:1
PERCPU: Embedded 25 pages at ffff880028028000, static data 72352 bytes
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 961217
Kernel command line: root=/dev/disk/by-uuid/98e4044b-b669-4ad9-825b-461b6cff19f6 ro 
Initializing CPU#0
xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
NR_IRQS:768
PID hash table entries: 4096 (order: 12, 32768 bytes)
Extended CMOS year: 2000
Fast TSC calibration using PIT
Detected 2399.817 MHz processor.
spurious 8259A interrupt: IRQ7.
Console: colour VGA+ 80x25
console [tty0] enabled
Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Checking aperture...
No AGP bridge found
Calgary: detecting Calgary via BIOS EBDA area
Calgary: Unable to locate Rio Grande table in EBDA - bailing!
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Placing 64MB software IO TLB between ffff880020000000 - ffff880024000000
software IO TLB at phys 0x20000000 - 0x24000000
Memory: 3770228k/5767168k available (3409k kernel code, 1836704k absent, 159460k reserved, 1239k data, 464k init)
SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
hpet clockevent registered
HPET: 4 timers in total, 0 timers will be used for per-cpu timer
Calibrating delay loop (skipped), value calculated using timer frequency.. 4801.61 BogoMIPS (lpj=7999390)
Security Framework initialized
Mount-cache hash table entries: 256
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 3072K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
CPU0: Thermal monitoring handled by SMI
using mwait in idle threads.
ACPI: Core revision 20090320
Setting APIC routing to flat
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
CPU0: Intel(R) Core(TM)2 Duo CPU     P8600  @ 2.40GHz stepping 0a
Booting processor 1 APIC 0x1 ip 0x6000
Initializing CPU#1
Calibrating delay using timer specific routine.. 4801.88 BogoMIPS (lpj=7999812)
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 3072K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU1: Thermal monitoring enabled (TM2)
x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
CPU1: Intel(R) Core(TM)2 Duo CPU     P8600  @ 2.40GHz stepping 0a
checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Brought up 2 CPUs
Total of 2 processors activated (9603.50 BogoMIPS).
CPU0 attaching sched-domain:
 domain 0: span 0-1 level MC
  groups: 0 1
CPU1 attaching sched-domain:
 domain 0: span 0-1 level MC
  groups: 1 0
net_namespace: 1888 bytes
Booting paravirtualized kernel on bare hardware
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 7
PCI: MCFG area at e0000000 reserved in E820
PCI: Using MMCONFIG at e0000000 - e07fffff
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: EC: non-query interrupt received, switching to interrupt mode
ACPI: EC: GPE = 0x47, I/O: command/status = 0x66, data = 0x62
ACPI: EC: driver started in interrupt mode
ACPI: No dock devices found.
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:03.0: reg 10 io port: [0x1c00-0x1cff]
pci 0000:00:03.2: reg 10 io port: [0x3080-0x30bf]
pci 0000:00:03.2: reg 20 io port: [0x3040-0x307f]
pci 0000:00:03.2: reg 24 io port: [0x2000-0x203f]
pci 0000:00:03.2: PME# supported from D3hot D3cold
pci 0000:00:03.2: PME# disabled
pci 0000:00:03.5: reg 10 32bit mmio: [0xf0600000-0xf067ffff]
pci 0000:00:04.0: reg 10 32bit mmio: [0xf0886000-0xf0886fff]
pci 0000:00:04.0: supports D1 D2
pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:04.0: PME# disabled
pci 0000:00:04.1: reg 10 32bit mmio: [0xf0889000-0xf08890ff]
pci 0000:00:04.1: supports D1 D2
pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:04.1: PME# disabled
pci 0000:00:06.0: reg 10 32bit mmio: [0xf0887000-0xf0887fff]
pci 0000:00:06.0: supports D1 D2
pci 0000:00:06.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:06.0: PME# disabled
pci 0000:00:06.1: reg 10 32bit mmio: [0xf0889400-0xf08894ff]
pci 0000:00:06.1: supports D1 D2
pci 0000:00:06.1: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:06.1: PME# disabled
pci 0000:00:08.0: reg 10 32bit mmio: [0xf0880000-0xf0883fff]
pci 0000:00:08.0: PME# supported from D3hot D3cold
pci 0000:00:08.0: PME# disabled
pci 0000:00:0a.0: reg 10 32bit mmio: [0xf0888000-0xf0888fff]
pci 0000:00:0a.0: reg 14 io port: [0x30d0-0x30d7]
pci 0000:00:0a.0: reg 18 32bit mmio: [0xf0889c00-0xf0889cff]
pci 0000:00:0a.0: reg 1c 32bit mmio: [0xf0889800-0xf088980f]
pci 0000:00:0a.0: supports D1 D2
pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:0a.0: PME# disabled
pci 0000:00:0b.0: reg 10 io port: [0x30e8-0x30ef]
pci 0000:00:0b.0: reg 14 io port: [0x30dc-0x30df]
pci 0000:00:0b.0: reg 18 io port: [0x30e0-0x30e7]
pci 0000:00:0b.0: reg 1c io port: [0x30d8-0x30db]
pci 0000:00:0b.0: reg 20 io port: [0x30c0-0x30cf]
pci 0000:00:0b.0: reg 24 32bit mmio: [0xf0884000-0xf0885fff]
pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:0c.0: PME# disabled
pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:10.0: PME# disabled
pci 0000:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:15.0: PME# disabled
pci 0000:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:16.0: PME# disabled
pci 0000:00:17.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:17.0: PME# disabled
pci 0000:00:18.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:18.0: PME# disabled
pci 0000:01:07.0: reg 10 32bit mmio: [0xf0500000-0xf05007ff]
pci 0000:01:07.0: supports D1 D2
pci 0000:01:07.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:01:07.0: PME# disabled
pci 0000:01:07.1: reg 10 32bit mmio: [0xf0500800-0xf05008ff]
pci 0000:01:07.1: supports D1 D2
pci 0000:01:07.1: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:01:07.1: PME# disabled
pci 0000:01:07.2: reg 10 32bit mmio: [0xf0500c00-0xf0500cff]
pci 0000:01:07.2: supports D1 D2
pci 0000:01:07.2: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:01:07.2: PME# disabled
pci 0000:01:07.3: reg 10 32bit mmio: [0xf0501000-0xf05010ff]
pci 0000:01:07.3: supports D1 D2
pci 0000:01:07.3: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:01:07.3: PME# disabled
pci 0000:00:09.0: transparent bridge
pci 0000:00:09.0: bridge 32bit mmio: [0xf0500000-0xf05fffff]
pci 0000:02:00.0: reg 10 32bit mmio: [0xae000000-0xaeffffff]
pci 0000:02:00.0: reg 14 64bit mmio: [0xd0000000-0xdfffffff]
pci 0000:02:00.0: reg 1c 64bit mmio: [0xac000000-0xadffffff]
pci 0000:02:00.0: reg 24 io port: [0x4000-0x407f]
pci 0000:02:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
pci 0000:00:0c.0: bridge io port: [0x4000-0x4fff]
pci 0000:00:0c.0: bridge 32bit mmio: [0xac000000-0xaeffffff]
pci 0000:00:0c.0: bridge 64bit mmio pref: [0xd0000000-0xdfffffff]
pci 0000:03:00.0: reg 10 32bit mmio: [0xaa000000-0xaaffffff]
pci 0000:03:00.0: reg 14 64bit mmio: [0xb0000000-0xbfffffff]
pci 0000:03:00.0: reg 1c 64bit mmio: [0xcc000000-0xcdffffff]
pci 0000:03:00.0: reg 24 io port: [0x5000-0x507f]
pci 0000:03:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
pci 0000:00:10.0: bridge io port: [0x5000-0x5fff]
pci 0000:00:10.0: bridge 32bit mmio: [0xaa000000-0xaaffffff]
pci 0000:00:10.0: bridge 64bit mmio pref: [0xb0000000-0xcdffffff]
pci 0000:00:15.0: bridge io port: [0x6000-0x6fff]
pci 0000:00:15.0: bridge 32bit mmio: [0xf0200000-0xf03fffff]
pci 0000:00:15.0: bridge 64bit mmio pref: [0xf0000000-0xf01fffff]
pci 0000:06:00.0: reg 10 64bit mmio: [0xf0400000-0xf0403fff]
pci 0000:06:00.0: supports D1 D2
pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
pci 0000:06:00.0: PME# disabled
pci 0000:00:16.0: bridge 32bit mmio: [0xf0400000-0xf04fffff]
pci_bus 0000:00: on NUMA node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.IXVE._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P0._PRT]
ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 *10 11 14 15)
ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 10 *11 14 15)
ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 10 11 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 10 11 14 15) *0, disabled.
ACPI: PCI Interrupt Link [Z00Q] (IRQs 18 19 20 21 22 23) *11
ACPI: PCI Interrupt Link [Z00R] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z00S] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z00T] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z00U] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z00V] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z00W] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z00X] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z00Y] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z00Z] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z010] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z011] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z012] (IRQs 18 19 20 21 22 23) *10
ACPI: PCI Interrupt Link [Z013] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z014] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z015] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z016] (IRQs 18 19 20 21 22 23) *11
ACPI: PCI Interrupt Link [Z017] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z018] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z019] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z01A] (IRQs 18 19 20 21 22 23) *10
ACPI: PCI Interrupt Link [Z01B] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z01C] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z01D] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z01E] (IRQs 18 19 20 21 22 23) *11
ACPI: PCI Interrupt Link [Z01F] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z01G] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z01H] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [LSMB] (IRQs 18 19 20 21 22 23) *10
ACPI: PCI Interrupt Link [LUS0] (IRQs 18 19 20 21 22 23) *7
ACPI: PCI Interrupt Link [LUS2] (IRQs 18 19 20 21 22 23) *11
ACPI: PCI Interrupt Link [LMAC] (IRQs 18 19 20 21 22 23) *10
ACPI: PCI Interrupt Link [LAZA] (IRQs 17) *11
ACPI: PCI Interrupt Link [LGPU] (IRQs 18 19 20 21 22 23) *5
ACPI: PCI Interrupt Link [LPID] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [LSI0] (IRQs 18 19 20 21 22 23) *11
ACPI: PCI Interrupt Link [LSI1] (IRQs 18 19 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [Z00O] (IRQs 18 19 20 21 22 23) *5
ACPI: PCI Interrupt Link [Z00P] (IRQs 18 19 20 21 22 23) *10
ACPI: PCI Interrupt Link [LPMU] (IRQs 18 19 20 21 22 23) *10
PCI: Using ACPI for IRQ routing
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp 00:03: mem resource (0xf0600000-0xf0607fff) overlaps 0000:00:03.5 BAR 0 (0xf0600000-0xf067ffff), disabling
pnp: PnP ACPI: found 13 devices
ACPI: ACPI bus type pnp unregistered
system 00:00: iomem range 0xffc00000-0xffffffff could not be reserved
system 00:00: iomem range 0xfec00000-0xfec00fff could not be reserved
system 00:00: iomem range 0xfee00000-0xfeefffff could not be reserved
system 00:00: iomem range 0xfed00000-0xfed00fff has been reserved
system 00:04: ioport range 0x1000-0x107f has been reserved
system 00:04: ioport range 0x1080-0x10ff has been reserved
system 00:04: ioport range 0x1400-0x147f has been reserved
system 00:04: ioport range 0x1480-0x14ff has been reserved
system 00:04: ioport range 0x1800-0x187f has been reserved
system 00:04: ioport range 0x1880-0x18ff has been reserved
system 00:07: ioport range 0x4d0-0x4d1 has been reserved
system 00:07: ioport range 0x910-0x911 has been reserved
system 00:07: ioport range 0x295-0x296 has been reserved
pci 0000:00:09.0: PCI bridge, secondary bus 0000:01
pci 0000:00:09.0:   IO window: disabled
pci 0000:00:09.0:   MEM window: 0xf0500000-0xf05fffff
pci 0000:00:09.0:   PREFETCH window: disabled
pci 0000:02:00.0: BAR 6: can't allocate mem resource [0xe0000000-0xdfffffff]
pci 0000:00:0c.0: PCI bridge, secondary bus 0000:02
pci 0000:00:0c.0:   IO window: 0x4000-0x4fff
pci 0000:00:0c.0:   MEM window: 0xac000000-0xaeffffff
pci 0000:00:0c.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
pci 0000:00:10.0: PCI bridge, secondary bus 0000:03
pci 0000:00:10.0:   IO window: 0x5000-0x5fff
pci 0000:00:10.0:   MEM window: 0xaa000000-0xaaffffff
pci 0000:00:10.0:   PREFETCH window: 0x000000b0000000-0x000000cdffffff
pci 0000:00:15.0: PCI bridge, secondary bus 0000:04
pci 0000:00:15.0:   IO window: 0x6000-0x6fff
pci 0000:00:15.0:   MEM window: 0xf0200000-0xf03fffff
pci 0000:00:15.0:   PREFETCH window: 0x000000f0000000-0x000000f01fffff
pci 0000:00:16.0: PCI bridge, secondary bus 0000:06
pci 0000:00:16.0:   IO window: disabled
pci 0000:00:16.0:   MEM window: 0xf0400000-0xf04fffff
pci 0000:00:16.0:   PREFETCH window: disabled
pci 0000:00:17.0: PCI bridge, secondary bus 0000:07
pci 0000:00:17.0:   IO window: disabled
pci 0000:00:17.0:   MEM window: disabled
pci 0000:00:17.0:   PREFETCH window: disabled
pci 0000:00:18.0: PCI bridge, secondary bus 0000:08
pci 0000:00:18.0:   IO window: disabled
pci 0000:00:18.0:   MEM window: disabled
pci 0000:00:18.0:   PREFETCH window: disabled
pci 0000:00:09.0: setting latency timer to 64
ACPI: PCI Interrupt Link [Z00Q] enabled at IRQ 23
pci 0000:00:0c.0: PCI INT A -> Link[Z00Q] -> GSI 23 (level, low) -> IRQ 23
pci 0000:00:0c.0: setting latency timer to 64
pci 0000:00:10.0: setting latency timer to 64
ACPI: PCI Interrupt Link [Z012] enabled at IRQ 22
pci 0000:00:15.0: PCI INT A -> Link[Z012] -> GSI 22 (level, low) -> IRQ 22
pci 0000:00:15.0: setting latency timer to 64
ACPI: PCI Interrupt Link [Z016] enabled at IRQ 21
pci 0000:00:16.0: PCI INT A -> Link[Z016] -> GSI 21 (level, low) -> IRQ 21
pci 0000:00:16.0: setting latency timer to 64
ACPI: PCI Interrupt Link [Z01A] enabled at IRQ 20
pci 0000:00:17.0: PCI INT A -> Link[Z01A] -> GSI 20 (level, low) -> IRQ 20
pci 0000:00:17.0: setting latency timer to 64
ACPI: PCI Interrupt Link [Z01E] enabled at IRQ 19
pci 0000:00:18.0: PCI INT A -> Link[Z01E] -> GSI 19 (level, low) -> IRQ 19
pci 0000:00:18.0: setting latency timer to 64
pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
pci_bus 0000:01: resource 1 mem: [0xf0500000-0xf05fffff]
pci_bus 0000:01: resource 3 io:  [0x00-0xffff]
pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffffffffffff]
pci_bus 0000:02: resource 0 io:  [0x4000-0x4fff]
pci_bus 0000:02: resource 1 mem: [0xac000000-0xaeffffff]
pci_bus 0000:02: resource 2 pref mem [0xd0000000-0xdfffffff]
pci_bus 0000:03: resource 0 io:  [0x5000-0x5fff]
pci_bus 0000:03: resource 1 mem: [0xaa000000-0xaaffffff]
pci_bus 0000:03: resource 2 pref mem [0xb0000000-0xcdffffff]
pci_bus 0000:04: resource 0 io:  [0x6000-0x6fff]
pci_bus 0000:04: resource 1 mem: [0xf0200000-0xf03fffff]
pci_bus 0000:04: resource 2 pref mem [0xf0000000-0xf01fffff]
pci_bus 0000:06: resource 1 mem: [0xf0400000-0xf04fffff]
NET: Registered protocol family 2
IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
TCP reno registered
NET: Registered protocol family 1
Unpacking initramfs...
Freeing initrd memory: 699k freed
Simple Boot Flag at 0x36 set to 0x1
Scanning for low memory corruption every 60 seconds
audit: initializing netlink socket (disabled)
type=2000 audit(1251883664.380:1): initialized
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
msgmni has been set to 7366
alg: No test for stdrng (krng)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pci 0000:03:00.0: Boot video device
pcieport-driver 0000:00:0c.0: irq 24 for MSI/MSI-X
pcieport-driver 0000:00:0c.0: setting latency timer to 64
pcieport-driver 0000:00:15.0: irq 25 for MSI/MSI-X
pcieport-driver 0000:00:15.0: setting latency timer to 64
pcieport-driver 0000:00:16.0: irq 26 for MSI/MSI-X
pcieport-driver 0000:00:16.0: setting latency timer to 64
pcieport-driver 0000:00:17.0: irq 27 for MSI/MSI-X
pcieport-driver 0000:00:17.0: setting latency timer to 64
pcieport-driver 0000:00:18.0: irq 28 for MSI/MSI-X
pcieport-driver 0000:00:18.0: setting latency timer to 64
Linux agpgart interface v0.103
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
input: Macintosh mouse button emulation as /devices/virtual/input/input0
PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] 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
cpuidle: using governor ladder
cpuidle: using governor menu
TCP cubic registered
NET: Registered protocol family 17
registered taskstats version 1
Initalizing network drop monitor service
Freeing unused kernel memory: 464k freed
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
SCSI subsystem initialized
Switched to high resolution mode on CPU 1
Switched to high resolution mode on CPU 0
libata version 3.00 loaded.
ahci 0000:00:0b.0: version 3.0
ACPI: PCI Interrupt Link [LSI0] enabled at IRQ 18
ahci 0000:00:0b.0: PCI INT A -> Link[LSI0] -> GSI 18 (level, low) -> IRQ 18
ahci 0000:00:0b.0: irq 29 for MSI/MSI-X
ahci 0000:00:0b.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
ahci 0000:00:0b.0: flags: 64bit ncq sntf led pmp pio slum part 
ahci 0000:00:0b.0: setting latency timer to 64
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
scsi4 : ahci
scsi5 : ahci
ata1: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884100 irq 29
ata2: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884180 irq 29
ata3: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884200 irq 29
ata4: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884280 irq 29
ata5: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884300 irq 29
ata6: SATA max UDMA/133 abar m8192@0xf0884000 port 0xf0884380 irq 29
ata3: SATA link down (SStatus 0 SControl 300)
ata5: SATA link down (SStatus 0 SControl 300)
ata6: SATA link down (SStatus 0 SControl 300)
ata4: SATA link down (SStatus 0 SControl 300)
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata1.00: ATA-8: WDC WD5000BEVT-75ZAT0, 01.01A01, max UDMA/133
ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
ata1.00: configured for UDMA/133
scsi 0:0:0:0: Direct-Access     ATA      WDC WD5000BEVT-7 01.0 PQ: 0 ANSI: 5
ata2.00: ATAPI: HL-DT-ST DVD+/-RW GS20N, A109, max UDMA/133
ata2.00: configured for UDMA/133
scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GS20N    A109 PQ: 0 ANSI: 5
Driver 'sd' needs updating - please use bus_type methods
sd 0:0:0:0: [sda] 976773168 512-byte hardware sectors: (500 GB/465 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
sd 0:0:0:0: [sda] Attached SCSI disk
Driver 'sr' needs updating - please use bus_type methods
sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda caddy
Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0
EXT4-fs: barriers enabled
EXT4-fs: delayed allocation enabled
EXT4-fs: file extents enabled
EXT4-fs: mballoc enabled
EXT4-fs: mounted filesystem sda3 with ordered data mode
kjournald2 starting: pid 625, dev sda3:8, commit interval 5 seconds
rtc_cmos 00:0a: RTC can wake from S4
rtc_cmos 00:0a: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
udev: starting version 145
ACPI: SSDT 000000008fee1086 0021F (v01  PmRef  Cpu0Ist 00003000 INTL 20050228)
ACPI: SSDT 000000008fee1648 0067D (v01  PmRef  Cpu0Cst 00003001 INTL 20050228)
ACPI Warning (processor_throttling-0843): Invalid throttling state, reset [20090320]
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
ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
processor ACPI_CPU:00: registered as cooling_device0
ACPI: Processor [CPU0] (supports 8 throttling states)
ACPI: SSDT 000000008fee0ed6 001B0 (v01  PmRef  Cpu1Ist 00003000 INTL 20050228)
ACPI: SSDT 000000008fee15c3 00085 (v01  PmRef  Cpu1Cst 00003000 INTL 20050228)
ACPI Warning (processor_throttling-0843): Invalid throttling state, reset [20090320]
ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
processor ACPI_CPU:01: registered as cooling_device1
ACPI: Processor [CPU1] (supports 8 throttling states)
dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
input: PC Speaker as /devices/platform/pcspkr/input/input2
Clocksource tsc unstable (delta = -101947060 ns)
forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 23
forcedeth 0000:00:0a.0: PCI INT A -> Link[LMAC] -> GSI 23 (level, low) -> IRQ 23
forcedeth 0000:00:0a.0: setting latency timer to 64
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
sd 0:0:0:0: Attached scsi generic sg0 type 0
sr 1:0:0:0: Attached scsi generic sg1 type 5
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
nvidia: module license 'NVIDIA' taints kernel.
Disabling lock debugging due to kernel taint
lib80211: common routines for IEEE802.11 drivers
lib80211_crypt: registered algorithm 'NULL'
forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x50ef @ 0, addr 00:22:19:eb:14:f2
forcedeth 0000:00:0a.0: highdma csum pwrctl gbit lnktim msi desc-v3
ACPI: PCI Interrupt Link [LUS2] enabled at IRQ 22
ehci_hcd 0000:00:04.1: PCI INT B -> Link[LUS2] -> GSI 22 (level, low) -> IRQ 22
ehci_hcd 0000:00:04.1: setting latency timer to 64
ehci_hcd 0000:00:04.1: EHCI Host Controller
ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:04.1: debug port 1
ehci_hcd 0000:00:04.1: cache line size of 32 is not supported
ehci_hcd 0000:00:04.1: irq 22, io mem 0xf0889000
ehci_hcd 0000:00:04.1: USB 2.0 started, EHCI 1.00
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 4 ports detected
ACPI: PCI Interrupt Link [Z00P] enabled at IRQ 21
ehci_hcd 0000:00:06.1: PCI INT B -> Link[Z00P] -> GSI 21 (level, low) -> IRQ 21
ehci_hcd 0000:00:06.1: setting latency timer to 64
ehci_hcd 0000:00:06.1: EHCI Host Controller
ehci_hcd 0000:00:06.1: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:06.1: debug port 1
ehci_hcd 0000:00:06.1: cache line size of 32 is not supported
ehci_hcd 0000:00:06.1: irq 21, io mem 0xf0889400
ehci_hcd 0000:00:06.1: USB 2.0 started, EHCI 1.00
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 3 ports detected
wl 0000:06:00.0: PCI INT A -> Link[Z016] -> GSI 21 (level, low) -> IRQ 21
wl 0000:06:00.0: setting latency timer to 64
eth1 (wl): not using net_device_ops yet
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
ACPI: Power Button [PWRF]
input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
ACPI: Power Button [PWRB]
input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2a/PNP0C0E:00/input/input5
ACPI: Sleep Button [SLPB]
input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input6
ACPI: Lid Switch [LID]
ACPI: WMI: Mapper loaded
ACPI: AC Adapter [ADP0] (on-line)
thermal LNXTHERM:01: registered as thermal_zone0
ACPI: Thermal Zone [THRM] (64 C)
nvidia 0000:02:00.0: enabling device (0004 -> 0007)
nvidia 0000:02:00.0: PCI INT A -> Link[Z00Q] -> GSI 23 (level, low) -> IRQ 23
nvidia 0000:02:00.0: setting latency timer to 64
ACPI: PCI Interrupt Link [LGPU] enabled at IRQ 20
nvidia 0000:03:00.0: PCI INT A -> Link[LGPU] -> GSI 20 (level, low) -> IRQ 20
nvidia 0000:03:00.0: setting latency timer to 64
NVRM: loading NVIDIA UNIX x86_64 Kernel Module  185.18.36  Fri Aug 14 17:35:21 PDT 2009
lib80211_crypt: registered algorithm 'TKIP'
i2c-adapter i2c-0: nForce2 SMBus adapter at 0x3040
i2c-adapter i2c-1: nForce2 SMBus adapter at 0x2000
eth1: Broadcom BCM432b 802.11 Wireless Controller 5.10.91.9
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ACPI: PCI Interrupt Link [LUS0] enabled at IRQ 19
ohci_hcd 0000:00:04.0: PCI INT A -> Link[LUS0] -> GSI 19 (level, low) -> IRQ 19
ohci_hcd 0000:00:04.0: setting latency timer to 64
ohci_hcd 0000:00:04.0: OHCI Host Controller
ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 3
ohci_hcd 0000:00:04.0: irq 19, io mem 0xf0886000
ACPI: Battery Slot [BAT0] (battery present)
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 4 ports detected
ACPI: PCI Interrupt Link [Z00O] enabled at IRQ 18
ohci_hcd 0000:00:06.0: PCI INT A -> Link[Z00O] -> GSI 18 (level, low) -> IRQ 18
ohci_hcd 0000:00:06.0: setting latency timer to 64
ohci_hcd 0000:00:06.0: OHCI Host Controller
ohci_hcd 0000:00:06.0: new USB bus registered, assigned bus number 4
ohci_hcd 0000:00:06.0: irq 18, io mem 0xf0887000
ACPI: PCI Interrupt Link [LNK1] enabled at IRQ 11
ohci1394 0000:01:07.0: PCI INT A -> Link[LNK1] -> GSI 11 (level, low) -> IRQ 11
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 3 ports detected
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[11]  MMIO=[f0500000-f05007ff]  Max Packet=[2048]  IR/IT contexts=[4/4]
usb 2-3: new high speed USB device using ehci_hcd and address 2
HDA Intel 0000:00:08.0: power state changed by ACPI to D0
ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 17
HDA Intel 0000:00:08.0: PCI INT A -> Link[LAZA] -> GSI 17 (level, low) -> IRQ 17
HDA Intel 0000:00:08.0: setting latency timer to 64
input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:11/device:12/input/input7
ACPI: Video Device [Z01I] (multi-head: no  rom: yes  post: no)
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci-pci 0000:01:07.1: SDHCI controller found [1180:0822] (rev 22)
ACPI: PCI Interrupt Link [LNK2] enabled at IRQ 11
sdhci-pci 0000:01:07.1: PCI INT B -> Link[LNK2] -> GSI 11 (level, low) -> IRQ 11
sdhci-pci 0000:01:07.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:01:07.1] using DMA
usb 2-3: configuration #1 chosen from 1 choice
Linux video capture interface: v2.00
usb 3-4: new full speed USB device using ohci_hcd and address 2
uvcvideo: Found UVC 1.00 device Integrated_Webcam_1.3M (0c45:63fc)
Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04731/0xa40000
usb 3-4: configuration #1 chosen from 1 choice
hub 3-4:1.0: USB hub found
hub 3-4:1.0: 3 ports detected
input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
usb 3-4.1: new full speed USB device using ohci_hcd and address 3
usb 3-4.1: configuration #1 chosen from 1 choice
usbcore: registered new interface driver hiddev
hda_intel: azx_get_response timeout, switching to polling mode: last cmd=0x100f0000
usb 3-4.2: new full speed USB device using ohci_hcd and address 4
input: HID 413c:8157 as /devices/pci0000:00/0000:00:04.0/usb3/3-4/3-4.1/3-4.1:1.0/input/input9
generic-usb 0003:413C:8157.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 413c:8157] on usb-0000:00:04.0-4.1/input0
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
usb 3-4.2: configuration #1 chosen from 1 choice
input: HID 413c:8158 as /devices/pci0000:00/0000:00:04.0/usb3/3-4/3-4.2/3-4.2:1.0/input/input10
generic-usb 0003:413C:8158.0002: input,hidraw1: USB HID v1.11 Mouse [HID 413c:8158] on usb-0000:00:04.0-4.2/input0
ieee1394: Host added: ID:BUS[0-00:1023]  GUID[354fc000352c8d58]
input: Integrated_Webcam_1.3M as /devices/pci0000:00/0000:00:06.1/usb2/2-3/2-3:1.0/input/input11
usbcore: registered new interface driver uvcvideo
USB Video Class driver (v0.1.0)
usb 3-4.3: new full speed USB device using ohci_hcd and address 5
hda_intel: Codec #1 probe error; disabling it...
usb 3-4.3: configuration #1 chosen from 1 choice
Bluetooth: Core ver 2.15
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: Generic Bluetooth USB driver ver 0.5
usbcore: registered new interface driver btusb
input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:08.0/input/input12
input: HDA NVidia Mic at Ext Left Jack as /devices/pci0000:00/0000:00:08.0/input/input13
input: HDA NVidia HP Out at Ext Left Jack as /devices/pci0000:00/0000:00:08.0/input/input14
input: HDA NVidia HP Out at Ext Left Jack as /devices/pci0000:00/0000:00:08.0/input/input15
EXT4 FS on sda3, internal journal on sda3:8
EXT4-fs: barriers enabled
kjournald2 starting: pid 3169, dev sda4:8, commit interval 5 seconds
EXT4 FS on sda4, internal journal on sda4:8
EXT4-fs: delayed allocation enabled
EXT4-fs: file extents enabled
EXT4-fs: mballoc enabled
EXT4-fs: mounted filesystem sda4 with ordered data mode
Adding 1052248k swap on /dev/sda2.  Priority:-1 extents:1 across:1052248k 
Bluetooth: L2CAP ver 2.13
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM ver 1.11
Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Bridge firewalling registered
Bluetooth: SCO (Voice Link) ver 0.6
Bluetooth: SCO socket layer initialized
Bluetooth: HIDP (Human Interface Emulation) ver 1.2
input: Logitech Bluetooth Mouse as /devices/pci0000:00/0000:00:04.0/usb3/3-4/3-4.3/3-4.3:1.0/bluetooth/hci0/hci0:12/input16
generic-bluetooth 0005:046D:B006.0003: input,hidraw1: BLUETOOTH HID v1.24 Mouse [Logitech Bluetooth Mouse] on 00:25:56:DC:1A:A4
NVRM: RmInitAdapter failed! (0x31:0xffffffff:1026)
NVRM: rm_init_adapter(0) failed
NVRM: RmInitAdapter failed! (0x31:0xffffffff:1026)
NVRM: rm_init_adapter(0) failed

Thanks.

Offline

#2 2009-09-04 21:15:20

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: Setting Up multiple nvidia cards on DELL Studio XPS 1330

Hello maxsteel!

Could you try with one card somehow ? Does it work under other operating system ?

Offline

#3 2010-02-18 20:18:29

king.flasher.dave
Member
From: Berlin
Registered: 2008-11-25
Posts: 140
Website

Re: Setting Up multiple nvidia cards on DELL Studio XPS 1330

hey, I just realised, that you have the same problem as me, though mine is a studio xps1340 with a 9500M.

Did you make any progress in configuring your xorg.conf or anything else? Please say yes...


Speak when you are angry and you will make the best speech you'll ever regret.

Offline

Board footer

Powered by FluxBB