Hi, I'm trying to attach a usb disk (bus powered, WD passport) to one of our opensolaris servers and am unable to recognize the drive. This drive was previously attached to a windows box. Here's the dmesg output:
% dmesg Mar 18 10:17:17 aleph2 usba: [ID 912658 kern.info] USB 2.0 device (usb13fd,160e) operating at hi speed (USB 2.x) on USB 2.0 root hub: device at 5, usb_mid0 at bus address 2 Mar 18 10:17:17 aleph2 genunix: [ID 936769 kern.info] usb_mid0 is /pci at 0,0/pci8086,3472 at 1d,7/device at 5 Mar 18 10:17:17 aleph2 genunix: [ID 408114 kern.info] /pci at 0,0/pci8086,3472 at 1d,7/device at 5 (usb_mid0) online Mar 18 10:17:17 aleph2 usba: [ID 349649 kern.info] usba: no driver found for device /pci at 0,0/pci8086,3472 at 1d,7/device at 5/interface Mar 18 10:17:17 aleph2 pcplusmp: [ID 444295 kern.info] pcplusmp: ide (ata) instance #1 vector 0xf ioapic 0x8 intin 0xf is bound to cpu 0 Mar 18 10:17:17 aleph2 last message repeated 1 time Mar 18 10:17:18 aleph2 genunix: [ID 408114 kern.info] /pci at 0,0/pci8086,3472 at 1d,7/device at 5 (usb_mid0) offline Mar 18 10:17:18 aleph2 pcplusmp: [ID 444295 kern.info] pcplusmp: ide (ata) instance #1 vector 0xf ioapic 0x8 intin 0xf is bound to cpu 0 Mar 18 10:17:18 aleph2 last message repeated 1 time I used the following to get the device id: % echo ::prtusb | pfexec mdb -k INDEX DRIVER INST NODE VID.PID PRODUCT 1 ehci 0 pci8086,3472 0000.0000 No Product String 2 uhci 0 pci8086,3472 0000.0000 No Product String 3 uhci 1 pci8086,3472 0000.0000 No Product String 4 uhci 2 pci8086,3472 0000.0000 No Product String 5 uhci 3 pci8086,3472 0000.0000 No Product String 6 hid 0 keyboard 413c.2005 DELL USB Keyboard 7 usb_mid 0 device 13fd.160e No Product String and tried to manually attach the scsa2usb driver (is this correct?) % pfexec update_drv -a -i 'usb13fd,160e' scsa2usb devfsadm: driver failed to attach: scsa2usb Warning: Driver (scsa2usb) successfully added to system but failed to attach which obviously didn't work. I'm at a bit of an impasse now; can anyone offer any suggestions? -- This message posted from opensolaris.org