Kernel sometimes takes four or five resets to boot successfully
On 04.12.2011 18:04, Sean Whitton wrote:
Hello, Running CRUX dual-booted with Windows 7 on two machines. On one everything is fine. On the other, when I turn the machine on for the first time in a day OR when I’ve just been in Windows and am switching back OR a few other random times, it takes me four or five pushes of the reset button to get it to boot. I get part of the startup output and then just after the lines: umount: /sys: device is busy. (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1)) mount: sysfs already mounted or /sys busy I've been getting this message for quite a long time (don't remember since which kernel vesion), but all my Crux systems boot and run perfectly, so that's most probably not the reason for the kernel panic. Anyway, I just looked into /etc/rc again, and got the impression that the eroor is caused by the fact that /sys is already mounted when /etc/rc starts. So I made the following changes in /etc/rc: Comment out this line (ca. 13): /bin/mount -n -t sysfs none /sys and replace this (ca. 55): /bin/umount /sys /proc by /bin/umount /proc And indeed, the error message disappears, while /sys is still correctly mounted. Give it a try, but keep in mind that I'm not a kernel specialist! No guarantee! As to the real boot problem: Could it be a problem with your harddisk? Does the system boot reliably from CD-ROM? Bernd -- Bernd Eggink http://sudrala.de _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux |
Kernel sometimes takes four or five resets to boot successfully
Dear Bernd,
On 4 Dec 2011 at 20:52Z, Bernd Eggink wrote: > I've been getting this message for quite a long time (don't remember > since which kernel vesion), but all my Crux systems boot and run > perfectly, so that's most probably not the reason for the kernel > panic. […] Yes, it’s a bug in the /etc/rc script, and it’s never stopped my boot before—I was just writing it in my message to indicate what stage the script it at before the boot problem hits—thanks for providing a solution to something I’ve been meaning to fix for ages though! > As to the real boot problem: Could it be a problem with your harddisk? > Does the system boot reliably from CD-ROM? I’ve never seen the problem booting from a CD nor booting to Windows, so I don’t think it’s a HDD problem. Thanks for your reply. S _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux |
Kernel sometimes takes four or five resets to boot successfully
On Sun, 04 Dec 2011 17:04:06 +0000
Sean Whitton <sean@silentflame.com> wrote: > Hello, > > Running CRUX dual-booted with Windows 7 on two machines. On one > everything is fine. On the other, when I turn the machine on for the > first time in a day OR when I’ve just been in Windows and am switching > back OR a few other random times, it takes me four or five pushes of the > reset button to get it to boot. > > I get part of the startup output and then just after the lines: > umount: /sys: device is busy. > (In some cases useful info about processes that use > the device is found by lsof(8) or fuser(1)) > mount: sysfs already mounted or /sys busy > > … I get a massive spam of output, here is the part that doesn’t scroll > off: > > [ 3.614147] [<c1273b6a>] ? ata_pio_sector+0x10a/0x140 > [ 3.614147] [<c1273bff>] ? ata_pio_sectors+0x5f/0x90 > [ 3.614147] [<c1273eba>] ? ata_sff_hsm_move+0x18a/0x790 > [ 3.614147] [<c11babbd>] ? elv_queue_empty+0x1d/0x30 > [ 3.614147] [<c11bd868>] ? __blk_run_queue+0x18/0x130 > [ 3.614147] [<c11bda30>] ? blk_run_queue+0x20/0x40 > [ 3.614147] [<c124ea92>] ? scsi_run_queue+0xv2/0x310 > [ 3.614147] [<c1274696>] ? __ata_sff_port_intr+0xa6/0x100 > [ 3.614147] [<c12734e0>] ? ata_bmdma_error_handler+0x0/0x110 > [ 3.614147] [<c127471d>] ? ata_bmdma_port_intr_0x2d/0x110 > [ 3.614147] [<c124e014>] ? scsi_decide_disposition+0x194/0x1a0 > [ 3.614147] [<c12734e0>] ? ata_bmdma_error_handler+0x0/0x110 > [ 3.614147] [<c12749b5>] ? ata_bmdma_interrupt+0x1b5/0x200 > [ 3.614147] [<c107c8bd>] ? handle_IRQ_event+0x2d/0xc0 > [ 3.614147] [<c107f6f1>] ? move_native_irq+0x11/0x50 > [ 3.614147] [<c107ea03>] ? handle_edge_irq+0xa3/0x130 > [ 3.614147] [<c1028ba5>] ? handle_irq+0x15/0x20 > [ 3.614147] [<c1028887>] ? do_IRQ+0x47/0xc0 > [ 3.614147] [<c103bd63>] ? smp_apic_timer_interrupt+0x53/0x90 > [ 3.614147] [<c1026cb0>] ? common_interrupt+0x30/0x38 > [ 3.614147] [<c102ca92>] ? mwait_idle+0x42/0x60 > [ 3.614147] [<c1025225>] ? cpu_idle+0x85/0xb0 > [ 3.614147] [<c15f06ed>] ? start_kernel+0x2c2/0x2c8 > [ 3.614147] [<c15f019b>] ? unknown_bootoption+0x0/0x18f > > If anyone knows the way in which I have mis-compiled my kernel, I would > love to know. Thanks. > > S Had the kernel panic too when configuring my kernel. For me it was that the driver for my SATA-controller in "Device Drivers->Serial ATA and Parallel ATA drivers" didn't work correctly (or was the wrong one). With the driver in "ATA/ATAPI/MFM/RLL support (DEPRECATED)" it worked for me. So check if you really have the correct driver for your SATA-controller compiled in or try the deprecated driver. -- martu <martu_xd@gmx.de> _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux |
Kernel sometimes takes four or five resets to boot successfully
On 4 Dec 2011 at 23:04Z, martu wrote:
> Had the kernel panic too when configuring my kernel. For me it was > that the driver for my SATA-controller in "Device Drivers->Serial ATA > and Parallel ATA drivers" didn't work correctly (or was the wrong > one). With the driver in "ATA/ATAPI/MFM/RLL support (DEPRECATED)" it > worked for me. So check if you really have the correct driver for > your SATA-controller compiled in or try the deprecated driver. I have an nvidia motherboard and disabling the nvidia driver under “Serial ATA and Parallel ATA drivers” stopped machine from booting with a kernel panic, good, I am pretty sure therefore that it’s the correct driver. I tried replacing it with the deprecated drivers, but wasn’t sure which one to enable—I enabled all the generic looking ones, but couldn’t see any kind of nvidia driver. What should I be looking for? Thanks. S _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux |
Kernel sometimes takes four or five resets to boot successfully
On Mon, Dec 05, 2011 at 01:23:08PM +0000, Sean Whitton wrote:
> I have an nvidia motherboard and disabling the nvidia driver under > “Serial ATA and Parallel ATA drivers” stopped machine from booting with > a kernel panic, good, I am pretty sure therefore that it’s the correct > driver. > > I tried replacing it with the deprecated drivers, but wasn’t sure which > one to enable—I enabled all the generic looking ones, but couldn’t see > any kind of nvidia driver. What should I be looking for? > > Thanks. > > S Could you perhaps post your output from "lspci -v" from the crux-install cd? Should help us figure out what driver you need. -- Fredrik Rinnestam _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux |
Kernel sometimes takes four or five resets to boot successfully
On 5 Dec 2011 at 14:29Z, Fredrik Rinnestam wrote:
> Could you perhaps post your output from "lspci -v" from the > crux-install cd? Should help us figure out what driver you need. It’s attached, thanks. S 00:00.0 Host bridge: nVidia Corporation C55 Host Bridge (rev a2) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0 Capabilities: [40] HyperTransport: Host or Secondary Interface 00:00.1 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:00.2 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:00.3 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0 00:00.4 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0 00:00.5 RAM memory: nVidia Corporation C55 Memory Controller (rev a2) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0 00:00.6 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:00.7 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:01.0 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:01.1 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:01.2 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:01.3 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:01.4 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:01.5 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:01.6 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:02.0 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:02.1 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0 00:02.2 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:03.0 PCI bridge: nVidia Corporation C55 PCI Express bridge (rev a1) (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: 00009000-00009fff Memory behind bridge: ca000000-cdffffff Prefetchable memory behind bridge: 00000000b0000000-00000000bfffffff Capabilities: [40] Subsystem: nVidia Corporation Device 0c55 Capabilities: [48] Power Management version 2 Capabilities: [50] MSI: Enable- Count=1/2 Maskable- 64bit+ Capabilities: [60] HyperTransport: MSI Mapping Enable- Fixed- Capabilities: [80] Express Root Port (Slot+), MSI 00 00:09.0 RAM memory: nVidia Corporation MCP55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0 Capabilities: [44] HyperTransport: Slave or Primary Interface Capabilities: [e0] #00 [fee0] 00:0a.0 ISA bridge: nVidia Corporation MCP55 LPC Bridge (rev a2) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0 I/O ports at fc00 [size=128] 00:0a.1 SMBus: nVidia Corporation MCP55 SMBus (rev a2) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel I/O ports at f800 [size=64] I/O ports at f400 [size=64] I/O ports at f000 [size=64] Capabilities: [44] Power Management version 2 00:0b.0 USB Controller: nVidia Corporation MCP55 USB Controller (rev a1) (prog-if 10 [OHCI]) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 35 Memory at cffff000 (32-bit, non-prefetchable) [size=4K] Capabilities: [44] Power Management version 2 Kernel driver in use: ohci_hcd Kernel modules: ohci-hcd 00:0b.1 USB Controller: nVidia Corporation MCP55 USB Controller (rev a2) (prog-if 20 [EHCI]) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 34 Memory at cfffe000 (32-bit, non-prefetchable) [size=256] Capabilities: [44] Debug port: BAR=1 offset=0098 Capabilities: [80] Power Management version 2 Kernel driver in use: ehci_hcd Kernel modules: ehci-hcd 00:0d.0 IDE interface: nVidia Corporation MCP55 IDE (rev a1) (prog-if 8a [Master SecP PriP]) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0 [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8] [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1] [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8] [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1] I/O ports at ec00 [size=16] Capabilities: [44] Power Management version 2 Kernel driver in use: pata_amd Kernel modules: pata_amd 00:0e.0 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2) (prog-if 85 [Master SecO PriO]) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 35 I/O ports at 09f0 [size=8] I/O ports at 0bf0 [size=4] I/O ports at 0970 [size=8] I/O ports at 0b70 [size=4] I/O ports at d800 [size=16] Memory at cfffd000 (32-bit, non-prefetchable) [size=4K] Capabilities: [44] Power Management version 2 Capabilities: [b0] MSI: Enable- Count=1/4 Maskable- 64bit+ Capabilities: [cc] HyperTransport: MSI Mapping Enable- Fixed+ Kernel driver in use: sata_nv Kernel modules: sata_nv 00:0e.1 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2) (prog-if 85 [Master SecO PriO]) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 34 I/O ports at 09e0 [size=8] I/O ports at 0be0 [size=4] I/O ports at 0960 [size=8] I/O ports at 0b60 [size=4] I/O ports at c400 [size=16] Memory at cfffc000 (32-bit, non-prefetchable) [size=4K] Capabilities: [44] Power Management version 2 Capabilities: [b0] MSI: Enable- Count=1/4 Maskable- 64bit+ Capabilities: [cc] HyperTransport: MSI Mapping Enable- Fixed+ Kernel driver in use: sata_nv Kernel modules: sata_nv 00:0e.2 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2) (prog-if 85 [Master SecO PriO]) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 35 I/O ports at c000 [size=8] I/O ports at bc00 [size=4] I/O ports at b800 [size=8] I/O ports at b400 [size=4] I/O ports at b000 [size=16] Memory at cfffb000 (32-bit, non-prefetchable) [size=4K] Capabilities: [44] Power Management version 2 Capabilities: [b0] MSI: Enable- Count=1/4 Maskable- 64bit+ Capabilities: [cc] HyperTransport: MSI Mapping Enable- Fixed+ Kernel driver in use: sata_nv Kernel modules: sata_nv 00:0f.0 PCI bridge: nVidia Corporation MCP55 PCI bridge (rev a2) (prog-if 01 [Subtractive decode]) Flags: bus master, 66MHz, fast devsel, latency 0 Bus: primary=00, secondary=02, subordinate=02, sec-latency=32 Memory behind bridge: cfe00000-cfefffff Capabilities: [b8] Subsystem: nVidia Corporation Device cb84 Capabilities: [8c] HyperTransport: MSI Mapping Enable- Fixed- 00:0f.1 Audio device: nVidia Corporation MCP55 High Definition Audio (rev a2) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 11 Memory at cfff4000 (32-bit, non-prefetchable) [size=16K] Capabilities: [44] Power Management version 2 Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+ Capabilities: [6c] HyperTransport: MSI Mapping Enable- Fixed+ 00:12.0 Bridge: nVidia Corporation MCP55 Ethernet (rev a2) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 5 Memory at cfffa000 (32-bit, non-prefetchable) [size=4K] I/O ports at ac00 [size=8] Memory at cfff9000 (32-bit, non-prefetchable) [size=256] Memory at cfff8000 (32-bit, non-prefetchable) [size=16] Capabilities: [44] Power Management version 2 Capabilities: [70] MSI-X: Enable- Count=8 Masked- Capabilities: [50] MSI: Enable- Count=1/8 Maskable+ 64bit+ Capabilities: [6c] HyperTransport: MSI Mapping Enable- Fixed+ Kernel modules: forcedeth 01:00.0 VGA compatible controller: nVidia Corporation G92 [GeForce 8800 GT] (rev a2) (prog-if 00 [VGA controller]) Subsystem: Micro-Star International Co., Ltd. Device 1170 Flags: bus master, fast devsel, latency 0, IRQ 10 Memory at cc000000 (32-bit, non-prefetchable) [size=16M] Memory at b0000000 (64-bit, prefetchable) [size=256M] Memory at ca000000 (64-bit, non-prefetchable) [size=32M] I/O ports at 9c00 [size=128] [virtual] Expansion ROM at cd000000 [disabled] [size=128K] Capabilities: [60] Power Management version 3 Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+ Capabilities: [78] Express Endpoint, MSI 00 02:07.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link) (prog-if 10 [OHCI]) Subsystem: nVidia Corporation Device c55e Flags: bus master, medium devsel, latency 64, IRQ 35 Memory at cfeff000 (32-bit, non-prefetchable) [size=2K] Memory at cfef8000 (32-bit, non-prefetchable) [size=16K] Capabilities: [44] Power Management version 2 Kernel driver in use: firewire_ohci Kernel modules: firewire-ohci _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux |
Kernel sometimes takes four or five resets to boot successfully
On 5 Dec 2011 at 14:29Z, Fredrik Rinnestam wrote:
> Could you perhaps post your output from "lspci -v" from the > crux-install cd? Should help us figure out what driver you need. It’s attached, thanks, and sorry for the duplicate messages. S 00:00.0 Host bridge: nVidia Corporation C55 Host Bridge (rev a2) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0 Capabilities: [40] HyperTransport: Host or Secondary Interface 00:00.1 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:00.2 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:00.3 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0 00:00.4 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0 00:00.5 RAM memory: nVidia Corporation C55 Memory Controller (rev a2) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0 00:00.6 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:00.7 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:01.0 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:01.1 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:01.2 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:01.3 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:01.4 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:01.5 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:01.6 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:02.0 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:02.1 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0 00:02.2 RAM memory: nVidia Corporation C55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel 00:03.0 PCI bridge: nVidia Corporation C55 PCI Express bridge (rev a1) (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: 00009000-00009fff Memory behind bridge: ca000000-cdffffff Prefetchable memory behind bridge: 00000000b0000000-00000000bfffffff Capabilities: [40] Subsystem: nVidia Corporation Device 0c55 Capabilities: [48] Power Management version 2 Capabilities: [50] MSI: Enable- Count=1/2 Maskable- 64bit+ Capabilities: [60] HyperTransport: MSI Mapping Enable- Fixed- Capabilities: [80] Express Root Port (Slot+), MSI 00 00:09.0 RAM memory: nVidia Corporation MCP55 Memory Controller (rev a1) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0 Capabilities: [44] HyperTransport: Slave or Primary Interface Capabilities: [e0] #00 [fee0] 00:0a.0 ISA bridge: nVidia Corporation MCP55 LPC Bridge (rev a2) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0 I/O ports at fc00 [size=128] 00:0a.1 SMBus: nVidia Corporation MCP55 SMBus (rev a2) Subsystem: nVidia Corporation Device c55e Flags: 66MHz, fast devsel I/O ports at f800 [size=64] I/O ports at f400 [size=64] I/O ports at f000 [size=64] Capabilities: [44] Power Management version 2 00:0b.0 USB Controller: nVidia Corporation MCP55 USB Controller (rev a1) (prog-if 10 [OHCI]) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 35 Memory at cffff000 (32-bit, non-prefetchable) [size=4K] Capabilities: [44] Power Management version 2 Kernel driver in use: ohci_hcd Kernel modules: ohci-hcd 00:0b.1 USB Controller: nVidia Corporation MCP55 USB Controller (rev a2) (prog-if 20 [EHCI]) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 34 Memory at cfffe000 (32-bit, non-prefetchable) [size=256] Capabilities: [44] Debug port: BAR=1 offset=0098 Capabilities: [80] Power Management version 2 Kernel driver in use: ehci_hcd Kernel modules: ehci-hcd 00:0d.0 IDE interface: nVidia Corporation MCP55 IDE (rev a1) (prog-if 8a [Master SecP PriP]) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0 [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8] [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1] [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8] [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1] I/O ports at ec00 [size=16] Capabilities: [44] Power Management version 2 Kernel driver in use: pata_amd Kernel modules: pata_amd 00:0e.0 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2) (prog-if 85 [Master SecO PriO]) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 35 I/O ports at 09f0 [size=8] I/O ports at 0bf0 [size=4] I/O ports at 0970 [size=8] I/O ports at 0b70 [size=4] I/O ports at d800 [size=16] Memory at cfffd000 (32-bit, non-prefetchable) [size=4K] Capabilities: [44] Power Management version 2 Capabilities: [b0] MSI: Enable- Count=1/4 Maskable- 64bit+ Capabilities: [cc] HyperTransport: MSI Mapping Enable- Fixed+ Kernel driver in use: sata_nv Kernel modules: sata_nv 00:0e.1 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2) (prog-if 85 [Master SecO PriO]) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 34 I/O ports at 09e0 [size=8] I/O ports at 0be0 [size=4] I/O ports at 0960 [size=8] I/O ports at 0b60 [size=4] I/O ports at c400 [size=16] Memory at cfffc000 (32-bit, non-prefetchable) [size=4K] Capabilities: [44] Power Management version 2 Capabilities: [b0] MSI: Enable- Count=1/4 Maskable- 64bit+ Capabilities: [cc] HyperTransport: MSI Mapping Enable- Fixed+ Kernel driver in use: sata_nv Kernel modules: sata_nv 00:0e.2 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2) (prog-if 85 [Master SecO PriO]) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 35 I/O ports at c000 [size=8] I/O ports at bc00 [size=4] I/O ports at b800 [size=8] I/O ports at b400 [size=4] I/O ports at b000 [size=16] Memory at cfffb000 (32-bit, non-prefetchable) [size=4K] Capabilities: [44] Power Management version 2 Capabilities: [b0] MSI: Enable- Count=1/4 Maskable- 64bit+ Capabilities: [cc] HyperTransport: MSI Mapping Enable- Fixed+ Kernel driver in use: sata_nv Kernel modules: sata_nv 00:0f.0 PCI bridge: nVidia Corporation MCP55 PCI bridge (rev a2) (prog-if 01 [Subtractive decode]) Flags: bus master, 66MHz, fast devsel, latency 0 Bus: primary=00, secondary=02, subordinate=02, sec-latency=32 Memory behind bridge: cfe00000-cfefffff Capabilities: [b8] Subsystem: nVidia Corporation Device cb84 Capabilities: [8c] HyperTransport: MSI Mapping Enable- Fixed- 00:0f.1 Audio device: nVidia Corporation MCP55 High Definition Audio (rev a2) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 11 Memory at cfff4000 (32-bit, non-prefetchable) [size=16K] Capabilities: [44] Power Management version 2 Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+ Capabilities: [6c] HyperTransport: MSI Mapping Enable- Fixed+ 00:12.0 Bridge: nVidia Corporation MCP55 Ethernet (rev a2) Subsystem: nVidia Corporation Device c55e Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 5 Memory at cfffa000 (32-bit, non-prefetchable) [size=4K] I/O ports at ac00 [size=8] Memory at cfff9000 (32-bit, non-prefetchable) [size=256] Memory at cfff8000 (32-bit, non-prefetchable) [size=16] Capabilities: [44] Power Management version 2 Capabilities: [70] MSI-X: Enable- Count=8 Masked- Capabilities: [50] MSI: Enable- Count=1/8 Maskable+ 64bit+ Capabilities: [6c] HyperTransport: MSI Mapping Enable- Fixed+ Kernel modules: forcedeth 01:00.0 VGA compatible controller: nVidia Corporation G92 [GeForce 8800 GT] (rev a2) (prog-if 00 [VGA controller]) Subsystem: Micro-Star International Co., Ltd. Device 1170 Flags: bus master, fast devsel, latency 0, IRQ 10 Memory at cc000000 (32-bit, non-prefetchable) [size=16M] Memory at b0000000 (64-bit, prefetchable) [size=256M] Memory at ca000000 (64-bit, non-prefetchable) [size=32M] I/O ports at 9c00 [size=128] [virtual] Expansion ROM at cd000000 [disabled] [size=128K] Capabilities: [60] Power Management version 3 Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+ Capabilities: [78] Express Endpoint, MSI 00 02:07.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link) (prog-if 10 [OHCI]) Subsystem: nVidia Corporation Device c55e Flags: bus master, medium devsel, latency 64, IRQ 35 Memory at cfeff000 (32-bit, non-prefetchable) [size=2K] Memory at cfef8000 (32-bit, non-prefetchable) [size=16K] Capabilities: [44] Power Management version 2 Kernel driver in use: firewire_ohci Kernel modules: firewire-ohci _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux |
| All times are GMT. The time now is 09:22 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.