Hi, > I'm new to Solaris and need help with a ohci problem > (boot hangs). > > How can I enable debug verbose information from the > USB kernel module when I boot. In the source there > are many USB_DPRINTF_Lx (x= 0 to 4) to printout some > debug info about what happens in the device driver. > > So can I get these printouts by adding a boot flag, > like -v (to verbose)? Or does it require that I > compile my own kernel, if so please where can I find > how to build the kernel myself? >
Level 3 and 4 tracing is only enabled when the kernel is built with DEBUG defined. So yes, you will have to build your own kernel. Take a look at: http://www.opensolaris.org/os/community/on/devref_toc/ Regards, J-F This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list [email protected]
