LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-28-2011, 09:19 PM   #1
aihaike
Member
 
Registered: Feb 2006
Location: Paris, France
Distribution: Slackware, CentOS
Posts: 270

Rep: Reputation: 20
Question Issue installing a external GPU device


Dear all,

I set up a kind of external GPU device based on a GForce GTX 580.

I use that stuff to connect the card to my desktop.
I've also installed the kernel and the driver from SlackBuild following this instructions.

Here comes the issue:
  • when I do a
    Code:
    modeprobe nvidia
    it comes
    Code:
    FATAL: Error inserting nvidia (/lib/modules/2.6.33.4/kernel/drivers/video/nvidia.ko): No such device
  • lspci does not show the card.

It's like the card is not connected.
So, if one of you have any experience with that stuff some hit would be very appreciated.
I thank you in advance,

Éric.
 
Old 06-29-2011, 12:09 AM   #2
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
I hate to interfere with zero-reply status, but did you enable external graphics in bios?
Please don't scold me again for zero-reply.

Last edited by EDDY1; 06-29-2011 at 12:13 AM.
 
Old 06-29-2011, 12:31 AM   #3
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
I blew that 1 any way which adapter are you using?
There is also an on and off button on the adapter.
I'm also ready for the scolding now. Also if your adapter is connected to the pci slot you have to enable in bios.

Last edited by EDDY1; 06-29-2011 at 12:32 AM.
 
Old 06-29-2011, 01:39 AM   #4
aihaike
Member
 
Registered: Feb 2006
Location: Paris, France
Distribution: Slackware, CentOS
Posts: 270

Original Poster
Rep: Reputation: 20
Thank you for your reply.
Well, I actually did find anything about GPU in the BIOS (dell optiplex 960).
I use the PE4H ver 2.4.
I do not see any on and off button on the adapter. Do you mean the PE4H?
I use the SWEX which is on.
Some LEDs of the PE4 and the HP4A are on and the fan of the card works.
By the way, what do you mean by "Please don't scold me again for zero-reply".
Did you do that already?

Éric.

Last edited by aihaike; 06-29-2011 at 01:43 AM.
 
Old 06-29-2011, 01:49 AM   #5
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
By the way, what do you mean by "Please don't scold me again for zero-reply".
Did you do that already?
Zero replys keeps your thread top priority, once answered they assume you've found help
 
Old 06-29-2011, 01:59 AM   #6
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Have you checked to see if dmesg recognizes device?
When are you powering device?
I would assume that ph4awoud be recognized in bios,so you have to get it working.
Check pci epress setting in bios

Last edited by EDDY1; 06-29-2011 at 02:03 AM.
 
Old 06-29-2011, 02:06 AM   #7
aihaike
Member
 
Registered: Feb 2006
Location: Paris, France
Distribution: Slackware, CentOS
Posts: 270

Original Poster
Rep: Reputation: 20
I've just check out again the BIOS ans found that it was set to automatically disables the integrated graphics' VGA output. I disabled this option, and nor dmesg shows

Code:
nvidia: module license 'NVIDIA' taints kernel.
Disabling lock debugging due to kernel taint
NVRM: No NVIDIA graphics adapter found!
Do you know what does that mean?

I power on the card before the desktop.

Last edited by aihaike; 06-29-2011 at 02:24 AM.
 
Old 06-29-2011, 02:21 AM   #8
aihaike
Member
 
Registered: Feb 2006
Location: Paris, France
Distribution: Slackware, CentOS
Posts: 270

Original Poster
Rep: Reputation: 20
well, from this site, this message in not relevant.
So, this message may showed up before but I did not notice it.
It's when I try to load the nvidia module for the first time.
Then it only shows
Code:
NVRM: No NVIDIA graphics adapter found!
Which sounds weird to me.

The PCI Express is enable since it appears in lspci output.

Last edited by aihaike; 06-29-2011 at 02:30 AM.
 
Old 06-29-2011, 05:56 AM   #9
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
lspci doesnt show the card? Then you wont get the drivers installed.

BTW, other things that could go wrong are if you are using slackware 13.0 or earlier (the drivers in 13.0 will not support the card) and if you are not using the nVidia card for video. But I think that the system not being able to see the card is the problem.
 
Old 06-29-2011, 07:37 AM   #10
aihaike
Member
 
Registered: Feb 2006
Location: Paris, France
Distribution: Slackware, CentOS
Posts: 270

Original Poster
Rep: Reputation: 20
lspci doesn't see it.
I'm not able to load the module nvidia.ko.
By the way I tried both packages from SlackBuild and nvidia.com and got the same issue.
I got something like "No such device".
I'm using Slackware64 13.1.
I actually don't want to use the card for video but for expensive calculations.
 
Old 06-29-2011, 12:50 PM   #11
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
You have to get HP4A working first
http://www.demarctech.com/techsupport/downloads.html
Don't know which firmware but some of them say for linux
 
Old 06-30-2011, 08:10 AM   #12
aihaike
Member
 
Registered: Feb 2006
Location: Paris, France
Distribution: Slackware, CentOS
Posts: 270

Original Poster
Rep: Reputation: 20
Thank you for the link Eddy1,

It seems the one for HP4A is for windows only.
Also, I'm not sure that's the same device as mine.
Where I bought it, it's not mention that it require a driver or a firmware.
It's maybe the case in fact .... good point.
I'm also wondering whether the HP4A require additional power like the PE4H ....
 
Old 07-03-2011, 10:21 PM   #13
aihaike
Member
 
Registered: Feb 2006
Location: Paris, France
Distribution: Slackware, CentOS
Posts: 270

Original Poster
Rep: Reputation: 20
ok,

from this page it seems my issue comes from my linux kernel configuration.
So I did a
Code:
zgrep -i nvidia /proc/config.gz
and get
Code:
CONFIG_FB_NVIDIA=m
CONFIG_FB_NVIDIA_I2C=y
# CONFIG_FB_NVIDIA_DEBUG is not set
CONFIG_FB_NVIDIA_BACKLIGHT=y
CONFIG_BACKLIGHT_MBP_NVIDIA=m
also
Code:
egrep -i '(riva|nvidia)' /usr/src/linux/.config
gives me
Code:
CONFIG_IPV6_PRIVACY=y
CONFIG_FB_NVIDIA=m
CONFIG_FB_NVIDIA_I2C=y
# CONFIG_FB_NVIDIA_DEBUG is not set
CONFIG_FB_NVIDIA_BACKLIGHT=y
CONFIG_FB_RIVA=m
CONFIG_FB_RIVA_I2C=y
# CONFIG_FB_RIVA_DEBUG is not set
CONFIG_FB_RIVA_BACKLIGHT=y
CONFIG_BACKLIGHT_MBP_NVIDIA=m
and
Code:
grep -i nouveau /usr/src/linux/.config
gives me
Code:
CONFIG_DRM_NOUVEAU=m
CONFIG_DRM_NOUVEAU_BACKLIGHT=y
CONFIG_DRM_NOUVEAU_DEBUG=y
I did not touch linuc kernel since several years so if you guys can guide me on what to change in my kernel config and how to build it that would be great.
I'm running Slackware64 13.1 (2.6.33.4).

Below is the output of lspci, just in case.
Code:
00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 03)
00:01.0 PCI bridge: Intel Corporation 4 Series Chipset PCI Express Root Port (rev 03)
00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
00:03.0 Communication controller: Intel Corporation 4 Series Chipset HECI Controller (rev 03)
00:03.2 IDE interface: Intel Corporation 4 Series Chipset PT IDER Controller (rev 03)
00:03.3 Serial controller: Intel Corporation 4 Series Chipset Serial KT Controller (rev 03)
00:19.0 Ethernet controller: Intel Corporation 82567LM-3 Gigabit Network Connection (rev 02)
00:1a.0 USB Controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #5 (rev 02)
00:1a.2 USB Controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #6 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801JD/DO (ICH10 Family) USB2 EHCI Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801JD/DO (ICH10 Family) HD Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801JD/DO (ICH10 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801JD/DO (ICH10 Family) PCI Express Port 2 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801JD/DO (ICH10 Family) USB2 EHCI Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a2)
00:1f.0 ISA bridge: Intel Corporation 82801JDO (ICH10DO) LPC Interface Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801JD/DO (ICH10 Family) SATA AHCI Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801JD/DO (ICH10 Family) SMBus Controller (rev 02)
Thanks,

Éric.
 
Old 07-03-2011, 11:21 PM   #14
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
post output of dmesg & lsusb to see if HP4A is recognized.
HP4A has to be recognized first, if there is no path created then you will not be able to load graphics card module.

Last edited by EDDY1; 07-03-2011 at 11:24 PM.
 
Old 07-04-2011, 12:31 AM   #15
aihaike
Member
 
Registered: Feb 2006
Location: Paris, France
Distribution: Slackware, CentOS
Posts: 270

Original Poster
Rep: Reputation: 20
ok,

here is what lsusb outputs
Code:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 413c:2106 Dell Computer Corp. Dell QuietKey Keyboard
Bus 005 Device 003: ID 046d:c05a Logitech, Inc. 
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
I'm sorry, but I don't see why lsusb would be helpful here.
It seems there is a confusion so I've attached a picture of what looks like my system where
PE4H is connected to the card and HP4A to the express PCI slot.
I do not use any USB connexion, that's what I put the output of lspci.

Here is the output of "dmesg | egrep -i '(PCI|pci)'"
Code:
Allocating PCI resources starting at d0000000 (gap: d0000000:10000000)
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
ACPI: bus type pci registered
PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
PCI: Using configuration type 1 for base access
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci_root PNP0A03:00: ignoring host bridge windows from ACPI; boot with "pci=use_crs" to use them
pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000effff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0x000f0000-0x000fffff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0xf0000000-0xfebfffff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0xcdd00000-0xdfffffff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0xff980000-0xff980fff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0xff97c000-0xff97ffff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0xff970000-0xff9707ff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0xfed20000-0xfed9ffff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0xfeda6000-0xfeda6fff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0xfeda7000-0xfeda7fff] (ignored)
pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
pci 0000:00:01.0: PME# disabled
pci 0000:00:02.0: reg 10: [mem 0xfe800000-0xfebfffff 64bit]
pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
pci 0000:00:02.0: reg 20: [io  0xecb0-0xecb7]
pci 0000:00:02.1: reg 10: [mem 0xfe700000-0xfe7fffff 64bit]
pci 0000:00:03.0: reg 10: [mem 0xfeda6000-0xfeda600f 64bit]
pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
pci 0000:00:03.0: PME# disabled
pci 0000:00:03.2: reg 10: [io  0xfe80-0xfe87]
pci 0000:00:03.2: reg 14: [io  0xfe90-0xfe93]
pci 0000:00:03.2: reg 18: [io  0xfea0-0xfea7]
pci 0000:00:03.2: reg 1c: [io  0xfeb0-0xfeb3]
pci 0000:00:03.2: reg 20: [io  0xfef0-0xfeff]
pci 0000:00:03.3: reg 10: [io  0xecb8-0xecbf]
pci 0000:00:03.3: reg 14: [mem 0xfe6d8000-0xfe6d8fff]
pci 0000:00:19.0: reg 10: [mem 0xfe6e0000-0xfe6fffff]
pci 0000:00:19.0: reg 14: [mem 0xfe6d9000-0xfe6d9fff]
pci 0000:00:19.0: reg 18: [io  0xece0-0xecff]
pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
pci 0000:00:19.0: PME# disabled
pci 0000:00:1a.0: reg 20: [io  0xff20-0xff3f]
pci 0000:00:1a.1: reg 20: [io  0xff00-0xff1f]
pci 0000:00:1a.2: reg 20: [io  0xfc00-0xfc1f]
pci 0000:00:1a.7: reg 10: [mem 0xfe6da000-0xfe6da3ff]
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 0xfe6dc000-0xfe6dffff 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:1d.0: reg 20: [io  0xff80-0xff9f]
pci 0000:00:1d.1: reg 20: [io  0xff60-0xff7f]
pci 0000:00:1d.2: reg 20: [io  0xff40-0xff5f]
pci 0000:00:1d.7: reg 10: [mem 0xff980000-0xff9803ff]
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1f.2: reg 10: [io  0xfe00-0xfe07]
pci 0000:00:1f.2: reg 14: [io  0xfe10-0xfe13]
pci 0000:00:1f.2: reg 18: [io  0xfe20-0xfe27]
pci 0000:00:1f.2: reg 1c: [io  0xfe30-0xfe33]
pci 0000:00:1f.2: reg 20: [io  0xfec0-0xfedf]
pci 0000:00:1f.2: reg 24: [mem 0xff970000-0xff9707ff]
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:00:1f.3: reg 10: [mem 0xfe6db000-0xfe6db0ff 64bit]
pci 0000:00:1f.3: reg 20: [io  0x0940-0x095f]
pci 0000:00:01.0: PCI bridge to [bus 01-01]
pci 0000:00:01.0:   bridge window [mem 0xfe500000-0xfe5fffff]
pci 0000:00:1c.0: PCI bridge to [bus 02-02]
pci 0000:00:1c.0:   bridge window [mem 0xfe400000-0xfe4fffff]
pci 0000:00:1c.1: PCI bridge to [bus 03-03]
pci 0000:00:1c.1:   bridge window [mem 0xfe300000-0xfe3fffff]
pci 0000:00:1e.0: PCI bridge to [bus 04-04] (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.PCI4._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI2._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI3._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
pci 0000:00:1c.0: BAR 9: assigned [mem 0xf0000000-0xf01fffff 64bit pref]
pci 0000:00:1c.1: BAR 9: assigned [mem 0xf0200000-0xf03fffff 64bit pref]
pci 0000:00:1c.0: BAR 7: assigned [io  0x1000-0x1fff]
pci 0000:00:1c.1: BAR 7: assigned [io  0x2000-0x2fff]
pci 0000:00:01.0: PCI bridge to [bus 01-01]
pci 0000:00:01.0:   bridge window [io  disabled]
pci 0000:00:01.0:   bridge window [mem 0xfe500000-0xfe5fffff]
pci 0000:00:01.0:   bridge window [mem pref disabled]
pci 0000:00:1c.0: PCI bridge to [bus 02-02]
pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
pci 0000:00:1c.0:   bridge window [mem 0xfe400000-0xfe4fffff]
pci 0000:00:1c.0:   bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
pci 0000:00:1c.1: PCI bridge to [bus 03-03]
pci 0000Allocating PCI resources starting at d0000000 (gap: d0000000:10000000)
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
ACPI: bus type pci registered
PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
PCI: Using configuration type 1 for base access
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci_root PNP0A03:00: ignoring host bridge windows from ACPI; boot with "pci=use_crs" to use them
pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000effff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0x000f0000-0x000fffff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0xf0000000-0xfebfffff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0xcdd00000-0xdfffffff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0xff980000-0xff980fff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0xff97c000-0xff97ffff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0xff970000-0xff9707ff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0xfed20000-0xfed9ffff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0xfeda6000-0xfeda6fff] (ignored)
pci_root PNP0A03:00: host bridge window [mem 0xfeda7000-0xfeda7fff] (ignored)
pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
pci 0000:00:01.0: PME# disabled
pci 0000:00:02.0: reg 10: [mem 0xfe800000-0xfebfffff 64bit]
pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
pci 0000:00:02.0: reg 20: [io  0xecb0-0xecb7]
pci 0000:00:02.1: reg 10: [mem 0xfe700000-0xfe7fffff 64bit]
pci 0000:00:03.0: reg 10: [mem 0xfeda6000-0xfeda600f 64bit]
pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
pci 0000:00:03.0: PME# disabled
pci 0000:00:03.2: reg 10: [io  0xfe80-0xfe87]
pci 0000:00:03.2: reg 14: [io  0xfe90-0xfe93]
pci 0000:00:03.2: reg 18: [io  0xfea0-0xfea7]
pci 0000:00:03.2: reg 1c: [io  0xfeb0-0xfeb3]
pci 0000:00:03.2: reg 20: [io  0xfef0-0xfeff]
pci 0000:00:03.3: reg 10: [io  0xecb8-0xecbf]
pci 0000:00:03.3: reg 14: [mem 0xfe6d8000-0xfe6d8fff]
pci 0000:00:19.0: reg 10: [mem 0xfe6e0000-0xfe6fffff]
pci 0000:00:19.0: reg 14: [mem 0xfe6d9000-0xfe6d9fff]
pci 0000:00:19.0: reg 18: [io  0xece0-0xecff]
pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
pci 0000:00:19.0: PME# disabled
pci 0000:00:1a.0: reg 20: [io  0xff20-0xff3f]
pci 0000:00:1a.1: reg 20: [io  0xff00-0xff1f]
pci 0000:00:1a.2: reg 20: [io  0xfc00-0xfc1f]
pci 0000:00:1a.7: reg 10: [mem 0xfe6da000-0xfe6da3ff]
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 0xfe6dc000-0xfe6dffff 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:1d.0: reg 20: [io  0xff80-0xff9f]
pci 0000:00:1d.1: reg 20: [io  0xff60-0xff7f]
pci 0000:00:1d.2: reg 20: [io  0xff40-0xff5f]
pci 0000:00:1d.7: reg 10: [mem 0xff980000-0xff9803ff]
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1f.2: reg 10: [io  0xfe00-0xfe07]
pci 0000:00:1f.2: reg 14: [io  0xfe10-0xfe13]
pci 0000:00:1f.2: reg 18: [io  0xfe20-0xfe27]
pci 0000:00:1f.2: reg 1c: [io  0xfe30-0xfe33]
pci 0000:00:1f.2: reg 20: [io  0xfec0-0xfedf]
pci 0000:00:1f.2: reg 24: [mem 0xff970000-0xff9707ff]
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:00:1f.3: reg 10: [mem 0xfe6db000-0xfe6db0ff 64bit]
pci 0000:00:1f.3: reg 20: [io  0x0940-0x095f]
pci 0000:00:01.0: PCI bridge to [bus 01-01]
pci 0000:00:01.0:   bridge window [mem 0xfe500000-0xfe5fffff]
pci 0000:00:1c.0: PCI bridge to [bus 02-02]
pci 0000:00:1c.0:   bridge window [mem 0xfe400000-0xfe4fffff]
pci 0000:00:1c.1: PCI bridge to [bus 03-03]
pci 0000:00:1c.1:   bridge window [mem 0xfe300000-0xfe3fffff]
pci 0000:00:1e.0: PCI bridge to [bus 04-04] (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.PCI4._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI2._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI3._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15)
vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
pci 0000:00:1c.0: BAR 9: assigned [mem 0xf0000000-0xf01fffff 64bit pref]
pci 0000:00:1c.1: BAR 9: assigned [mem 0xf0200000-0xf03fffff 64bit pref]
pci 0000:00:1c.0: BAR 7: assigned [io  0x1000-0x1fff]
pci 0000:00:1c.1: BAR 7: assigned [io  0x2000-0x2fff]
pci 0000:00:01.0: PCI bridge to [bus 01-01]
pci 0000:00:01.0:   bridge window [io  disabled]
pci 0000:00:01.0:   bridge window [mem 0xfe500000-0xfe5fffff]
pci 0000:00:01.0:   bridge window [mem pref disabled]
pci 0000:00:1c.0: PCI bridge to [bus 02-02]
pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
pci 0000:00:1c.0:   bridge window [mem 0xfe400000-0xfe4fffff]
pci 0000:00:1c.0:   bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
pci 0000:00:1c.1: PCI bridge to [bus 03-03]
pci 0000:00:1c.1:   bridge window [io  0x2000-0x2fff]
pci 0000:00:1c.1:   bridge window [mem 0xfe300000-0xfe3fffff]
pci 0000:00:1c.1:   bridge window [mem 0xf0200000-0xf03fffff 64bit pref]
pci 0000:00:1e.0: PCI bridge to [bus 04-04]
pci 0000:00:1e.0:   bridge window [io  disabled]
pci 0000:00:1e.0:   bridge window [mem disabled]
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 16 (level, low) -> IRQ 16
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.1: 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-0xffffffffffffffff]
pci_bus 0000:01: resource 1 [mem 0xfe500000-0xfe5fffff]
pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
pci_bus 0000:02: resource 1 [mem 0xfe400000-0xfe4fffff]
pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf01fffff 64bit pref]
pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
pci_bus 0000:03: resource 1 [mem 0xfe300000-0xfe3fffff]
pci_bus 0000:03: resource 2 [mem 0xf0200000-0xf03fffff 64bit pref]
pci_bus 0000:04: resource 3 [io  0x0000-0xffff]
pci_bus 0000:04: resource 4 [mem 0x00000000-0xffffffffffffffff]
pci 0000:00:02.0: Boot video device
PCI: CLS 64 bytes, default 64
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
pcieport 0000:00:01.0: setting latency timer to 64
pcieport 0000:00:01.0: irq 29 for MSI/MSI-X
pcieport 0000:00:1c.0: setting latency timer to 64
pcieport 0000:00:1c.0: irq 30 for MSI/MSI-X
pcieport 0000:00:1c.1: setting latency timer to 64
pcieport 0000:00:1c.1: irq 31 for MSI/MSI-X
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
serial 0000:00:03.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
pata_acpi 0000:00:03.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
pata_acpi 0000:00:03.2: PCI INT C disabled
ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
input: Dell Dell QuietKey Keyboard as /devices/pci0000:00/0000:00:1a.2/usb5/5-1/5-1:1.0/input/input1
input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1a.2/usb5/5-2/5-2:1.0/input/input2
e1000e 0000:00:19.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) b8:ac:6f:7c:f9:08
i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
:00:1c.1:   bridge window [io  0x2000-0x2fff]
pci 0000:00:1c.1:   bridge window [mem 0xfe300000-0xfe3fffff]
pci 0000:00:1c.1:   bridge window [mem 0xf0200000-0xf03fffff 64bit pref]
pci 0000:00:1e.0: PCI bridge to [bus 04-04]
pci 0000:00:1e.0:   bridge window [io  disabled]
pci 0000:00:1e.0:   bridge window [mem disabled]
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 16 (level, low) -> IRQ 16
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.1: 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-0xffffffffffffffff]
pci_bus 0000:01: resource 1 [mem 0xfe500000-0xfe5fffff]
pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
pci_bus 0000:02: resource 1 [mem 0xfe400000-0xfe4fffff]
pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf01fffff 64bit pref]
pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
pci_bus 0000:03: resource 1 [mem 0xfe300000-0xfe3fffff]
pci_bus 0000:03: resource 2 [mem 0xf0200000-0xf03fffff 64bit pref]
pci_bus 0000:04: resource 3 [io  0x0000-0xffff]
pci_bus 0000:04: resource 4 [mem 0x00000000-0xffffffffffffffff]
pci 0000:00:02.0: Boot video device
PCI: CLS 64 bytes, default 64
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
pcieport 0000:00:01.0: setting latency timer to 64
pcieport 0000:00:01.0: irq 29 for MSI/MSI-X
pcieport 0000:00:1c.0: setting latency timer to 64
pcieport 0000:00:1c.0: irq 30 for MSI/MSI-X
pcieport 0000:00:1c.1: setting latency timer to 64
pcieport 0000:00:1c.1: irq 31 for MSI/MSI-X
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
serial 0000:00:03.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
pata_acpi 0000:00:03.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
pata_acpi 0000:00:03.2: PCI INT C disabled
ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
input: Dell Dell QuietKey Keyboard as /devices/pci0000:00/0000:00:1a.2/usb5/5-1/5-1:1.0/input/input1
input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1a.2/usb5/5-2/5-2:1.0/input/input2
e1000e 0000:00:19.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) b8:ac:6f:7c:f9:08
i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
By the way, when I try to load nvidia.ko dmesg gives
Code:
NVRM: No NVIDIA graphics adapter found!
Thank you!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
usb external HD issue: reset high speed USB device using ehci_hcd gstath Slackware 4 08-18-2010 01:35 AM
Installing device driver issue kopper27 Linux - Newbie 1 06-01-2010 02:28 PM
GPU Fan issue when using nVidia drivers tAgC Linux - Laptop and Netbook 0 02-19-2007 05:28 AM
Security issue when booting from external device. Haloony Linux - Newbie 4 12-05-2006 09:57 PM
Installing Linux on external USB 2.0 device k_wjss Linux - Newbie 9 09-30-2004 04:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration