jms89 |
01-16-2013 01:55 AM |
Thanks for the reply. I'm not really concerned about this error, I'm mainly interested in it for educational purposes. :study:
I tried using lspci, but no "00:08" seems to be in the output:
Code:
jared@j-bot / $ lspci -v -b
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
Subsystem: Dell Device 0569
Flags: bus master, fast devsel, latency 0
Capabilities: <access denied>
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) (prog-if 00 [VGA controller])
Subsystem: Dell Device 0569
Flags: bus master, fast devsel, latency 0, IRQ 7
Memory at c0000000 (64-bit, non-prefetchable)
Memory at b0000000 (64-bit, prefetchable)
I/O ports at 3000
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04) (prog-if 30 [XHCI])
Subsystem: Dell Device 0569
Flags: bus master, medium devsel, latency 0
Memory at c0600000 (64-bit, non-prefetchable)
Capabilities: <access denied>
Kernel driver in use: xhci_hcd
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
Subsystem: Dell Device 0569
Flags: bus master, fast devsel, latency 0, IRQ 7
Memory at c0614000 (64-bit, non-prefetchable)
Capabilities: <access denied>
Kernel driver in use: mei
Kernel modules: mei
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04) (prog-if 20 [EHCI])
Subsystem: Dell Device 0569
Flags: bus master, medium devsel, latency 0, IRQ 7
Memory at c0619000 (32-bit, non-prefetchable)
Capabilities: <access denied>
Kernel driver in use: ehci_hcd
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
Subsystem: Dell Device 0569
Flags: bus master, fast devsel, latency 0, IRQ 10
Memory at c0610000 (64-bit, non-prefetchable)
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Kernel modules: snd-hda-intel
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 00002000-00002fff
Prefetchable memory behind bridge: 00000000c0400000-00000000c04fffff
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
Memory behind bridge: c0500000-c05fffff
Capabilities: <access denied>
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04) (prog-if 20 [EHCI])
Subsystem: Dell Device 0569
Flags: bus master, medium devsel, latency 0, IRQ 11
Memory at c0618000 (32-bit, non-prefetchable)
Capabilities: <access denied>
Kernel driver in use: ehci_hcd
00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC Controller (rev 04)
Subsystem: Dell Device 0569
Flags: bus master, medium devsel, latency 0
Capabilities: <access denied>
Kernel modules: lpc_ich
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04) (prog-if 01 [AHCI 1.0])
Subsystem: Dell Device 0569
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 10
I/O ports at 3088
I/O ports at 3094
I/O ports at 3080
I/O ports at 3090
I/O ports at 3060
Memory at c0617000 (32-bit, non-prefetchable)
Capabilities: <access denied>
Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
Subsystem: Dell Device 0569
Flags: medium devsel, IRQ 10
Memory at c0615000 (64-bit, non-prefetchable)
I/O ports at 3040
Kernel modules: i2c-i801
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
Subsystem: Dell Device 0569
Flags: bus master, fast devsel, latency 0, IRQ 7
I/O ports at 2000
Memory at c0404000 (64-bit, prefetchable)
Memory at c0400000 (64-bit, prefetchable)
Capabilities: <access denied>
Kernel driver in use: r8169
Kernel modules: r8169
02:00.0 Network controller: Intel Corporation Centrino Wireless-N 2230 (rev c4)
Subsystem: Intel Corporation Centrino Wireless-N 2230 BGN
Flags: bus master, fast devsel, latency 0, IRQ 11
Memory at c0500000 (64-bit, non-prefetchable)
Capabilities: <access denied>
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
Any other suggestions?
|