chaosboy n00b
Joined: 14 Nov 2003 Posts: 11
|
Posted: Fri Jul 28, 2006 6:23 pm Post subject: Broadcom CMIC-WS Host Bridge |
|
|
I am trying to get Gentoo to run on an HP Proliant DL380 G3. Yes, i've read the tips & trick thread, but my issue does not surround the cciss driver or grub :-p The system works fine, cciss & nic wise, but what I can't seem to get working is the primary host bridge, IDE & USB controllers. It's all there when I boot from the Gentoo Live CD. But, when I boot from the system disk using my kernel, a lot of PCI devices are just missing. I'm posting the lspic & lsmod from both the live cd boot and my kernel boot. I can post the .configs if needed. I'm building the kernel from gentoo-sources 2.6.17-gentoo-r4. The live cd is 2.6.15-gentoo-r5. It looks like 2.6.15-gentoo-r5 has falled off the portage tree :-/
Any help or directions would be GREATLY appreciated. I'm about to pull my hair out over this one!
lspci from live cd:
Code: | 00:00.0 Host bridge: Broadcom CMIC-WS Host Bridge (GC-LE chipset) (rev 13)
00:00.1 Host bridge: Broadcom CMIC-WS Host Bridge (GC-LE chipset)
00:00.2 Host bridge: Broadcom CMIC-LE
00:03.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
00:04.0 System peripheral: Compaq Computer Corporation Integrated Lights Out Controller (rev 01)
00:04.2 System peripheral: Compaq Computer Corporation Integrated Lights Out Processor (rev 01)
00:0f.0 ISA bridge: Broadcom CSB5 South Bridge (rev 93)
00:0f.1 IDE interface: Broadcom CSB5 IDE Controller (rev 93)
00:0f.2 USB Controller: Broadcom OSB4/CSB5 OHCI USB Controller (rev 05)
00:0f.3 Host bridge: Broadcom CSB5 LPC bridge
00:10.0 Host bridge: Broadcom CIOB-X2 PCI-X I/O Bridge (rev 05)
00:10.2 Host bridge: Broadcom CIOB-X2 PCI-X I/O Bridge (rev 05)
00:11.0 Host bridge: Broadcom CIOB-X2 PCI-X I/O Bridge (rev 05)
00:11.2 Host bridge: Broadcom CIOB-X2 PCI-X I/O Bridge (rev 05)
02:01.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5703X Gigabit Ethernet (rev 02)
02:02.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5703X Gigabit Ethernet (rev 02)
06:01.0 RAID bus controller: Compaq Computer Corporation Smart Array 5i/532 (rev 01)
06:1e.0 PCI Hot-plug controller: Compaq Computer Corporation PCI Hotplug Controller (rev 14)
|
lsmod from live cd
Code: | Module Size Used by
ipv6 189664 16
pcspkr 2052 0
cciss 25988 0
tg3 80644 0
dm_mirror 15440 0
dm_mod 37784 1 dm_mirror
pdc_adma 7172 0
sata_mv 13444 0
ata_piix 7428 0
ahci 10116 0
sata_qstor 7428 0
sata_vsc 6276 0
sata_uli 5636 0
sata_sis 6148 0
sata_sx4 10884 0
sata_nv 6916 0
sata_via 6660 0
sata_svw 5892 0
sata_sil24 8580 0
sata_sil 7172 0
sata_promise 8580 0
libata 36104 15 pdc_adma,sata_mv,ata_piix,ahci,sata_qstor,sata_vsc,sata_uli,sata_sis,sata_sx4,sata_nv,sata_via,sata_svw,sata_sil24,sata_sil,sata_promise
sbp2 17412 0
ohci1394 26036 0
ieee1394 57656 2 sbp2,ohci1394
sl811_hcd 10240 0
ohci_hcd 15748 0
uhci_hcd 24976 0
usb_storage 50624 0
usbhid 29792 0
ehci_hcd 23688 0
usbcore 80516 7 sl811_hcd,ohci_hcd,uhci_hcd,usb_storage,usbhid,ehci_hcd
|
lspci from my kernel
Code: | 00:03.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
00:04.0 System peripheral: Compaq Computer Corporation Integrated Lights Out Controller (rev 01)
00:04.2 System peripheral: Compaq Computer Corporation Integrated Lights Out Processor (rev 01)
02:01.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5703X Gigabit Ethernet (rev 02)
02:02.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5703X Gigabit Ethernet (rev 02)
06:01.0 RAID bus controller: Compaq Computer Corporation Smart Array 5i/532 (rev 01)
06:1e.0 PCI Hot-plug controller: Compaq Computer Corporation PCI Hotplug Controller (rev 14)
|
there are no mods loaded in my kernel, everything i need has been complied in:
tg3, svwks, ohci, cciss, etc. _________________ ~robert |
|