Also you can try this for more info on each usb device, run:
#!/bin/sh -x
script /report.txt
uname -a
cat /etc/release
/usr/X11/bin/scanpci
prtconf -pv
prtdiag -v
eeprom
# Rem, For usb try:
echo " REM Unplug all USB devices, else you get busy error, clear log:."
sleep 120
echo "::usba_clear_debug_buf" |mdb -wk
echo " Plug in your usb device"
echo "::usba_debug_buf" |mdb -k
# Rem node also include, with the configuration reported above:
echo "::interrupts" | mdb -k
echo "::prtusb" | mdb -k
echo "::status" | mdb -k
echo "cat /var/adm/messages"
cat /var/adm/messages
exit
# Rem post the /report.txt file. 
submit the detail RFE http://www.opensolaris.org/bug/report.jspa or post it
 
 
This message posted from opensolaris.org

Reply via email to