> I boot opensolaris with kernel debugger enabled.
> The system stops in the page:
>
> inizitialized model -specif module
> 'cpu_ms.AuthentcAMD.15' on chip0 core0 .....
> .....
> PCI Express-device:pci1106, a238 at 2, pcie-pci0
> pcic_pci0 is /pci0, 0/pci1106, a238 at 2
>
> without prompt.
Hmm, so with kernel debugger it doesn't reboot, but hangs?
On the last line, is that pcic_pci0 or pcie_pci0?
pcic(7D) ? Intel i82365SL PC Card Interface Controller (=PCMCIA bus)
http://docs.sun.com/app/docs/doc/819-2254/pcic-7d?a=view
pcie_pci(7D): pcie_pci ? PCI Express bridge nexus driver
http://docs.sun.com/app/docs/doc/816-5177/6mbbc4g8v?a=view
When it hangs after printing "pcie_pci0 is /pci0, 0/pci1106, a238 at 2",
is it possible to break into kmdb by typing "F1-a"
(press and hold down F1 function key, and press "a")?
Can you try to boot with kernel debugger, using options " -kdv",
and patch the variable moddebug to 0x80000000; at the kmdb
prompt:
[0]> moddebug/W 80000000
[0]> :c
Like this:
http://blogs.sun.com/dmick/entry/diagnosing_kernel_hangs_panics_with
This produces some extra debug output when kernel
modules are loaded; what is reported as the last kernel
module that gets loaded before it hangs?
> Could be a problem of video card?
Hmm, it seems to have problems with some PCIe bus;
mabye the hang is caused by a PCIe video card, but I
guess it could be any other PCIe / PCI bus device in
this machine.
--
This message posted from opensolaris.org