This is a discussion on mounting a USB external drive to U30 under Sol10 within the Sun Solaris Hardware forums, part of the Solaris Operating System category; --> I bought (based on http://www.sun.com/io_technologies/PCI.html ) a AUA 4000A USB2.0 4 port Host Controller to use with my U30 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I bought (based on http://www.sun.com/io_technologies/PCI.html) a AUA 4000A USB2.0 4 port Host Controller to use with my U30 running Solaris 10. Do I need to use the usbconfig script with Solaris 10? As I test, I connected a USB external HD (i.e. an IBM deskstar IDE drive in a USB/firewire case. Works fine under OSX and XP) to the card. This is what I see: # prtconf -D System Configuration: Sun Microsystems sun4u Memory size: 1024 Megabytes System Peripherals (Software Nodes): SUNW,Ultra-30 (driver name: rootnex) scsi_vhci, instance #0 (driver name: scsi_vhci) packages terminal-emulator deblocker obp-tftp disk-label SUNW,builtin-drivers sun-keyboard ufs-file-system chosen openprom client-services options, instance #0 (driver name: options) aliases memory virtual-memory pci, instance #0 (driver name: pcipsy) ebus, instance #0 (driver name: ebus) auxio power (driver name: power) SUNW,pll sc se, instance #0 (driver name: se) su, instance #0 (driver name: su) su, instance #1 (driver name: su) ecpp, instance #0 (driver name: ecpp) fdthree, instance #0 (driver name: fd) eeprom flashprom SUNW,CS4231, instance #0 (driver name: audiocs) network, instance #0 (driver name: hme) scsi, instance #0 (driver name: glm) disk (driver name: sd) tape (driver name: st) sd, instance #1 (driver name: sd) sd, instance #0 (driver name: sd) sd, instance #6 (driver name: sd) usb, instance #0 (driver name: ohci) usb, instance #1 (driver name: ohci) usb, instance #0 (driver name: ehci) hub, instance #0 (driver name: hubd) storage, instance #2 (driver name: scsa2usb) disk, instance #4 (driver name: sd) storage, instance #1 (driver name: scsa2usb) disk, instance #3 (driver name: sd) [...] counter-timer SUNW,UltraSPARC-II SUNW,ffb, instance #0 (driver name: ffb) pseudo, instance #0 (driver name: pseudo) # ls -l /dev/rdsk/c*0 | grep usb lrwxrwxrwx 1 root root 58 Mar 23 12:13 /dev/rdsk/c1t0d0s0 -> ../../devices/pci@1f,4000/usb@2,2/storage@2/disk@0,0:a,raw lrwxrwxrwx 1 root root 64 Mar 24 21:46 /dev/rdsk/c2t0d0s0 -> ../../devices/pci@1f,4000/usb@2,2/hub@3/storage@4/disk@0,0:a,raw lrwxrwxrwx 1 root root 58 Apr 24 00:13 /dev/rdsk/c3t0d0s0 -> ../../devices/pci@1f,4000/usb@2,2/storage@4/disk@0,0:a,raw # /etc/init.d/volmgt stop # rmformat -l /dev/rdsk/c2t0d0s0 Could not open device : No such file or directory # rmformat -l /dev/rdsk/c3t0d0s0 Looking for devices... No removable devices found or no media in the device. # rmformat -l /dev/rdsk/c1t0d0s0 Could not open device : No such file or directory # Any reason I cannot connect to the drive? -- Mauricio raub-kudria-com (if you need to email me, use this address =) |
| |||
| Mauricio Tavares <uce@ftc.gov> writes: > I bought (based on http://www.sun.com/io_technologies/PCI.html) a >AUA 4000A USB2.0 4 port Host Controller to use with my U30 running >Solaris 10. Do I need to use the usbconfig script with Solaris 10? >As I test, I connected a USB external HD (i.e. an IBM deskstar IDE drive >in a USB/firewire case. Works fine under OSX and XP) to the card. This >is what I see: > usb, instance #0 (driver name: ohci) > usb, instance #1 (driver name: ohci) > usb, instance #0 (driver name: ehci) > hub, instance #0 (driver name: hubd) > storage, instance #2 (driver name: scsa2usb) > disk, instance #4 (driver name: sd) > storage, instance #1 (driver name: scsa2usb) > disk, instance #3 (driver name: sd) ># /etc/init.d/volmgt stop Volmgmt should have found it, really. Try "cfgadm -lv". Look for messages in /var/adm/messages Casper |
| ||||
| On Mon, 24 Apr 2006 10:19:42 -0400, Mauricio Tavares wrote: > I bought (based on http://www.sun.com/io_technologies/PCI.html) a > AUA 4000A USB2.0 4 port Host Controller to use with my U30 running > Solaris 10. Do I need to use the usbconfig script with Solaris 10? > > As I test, I connected a USB external HD (i.e. an IBM deskstar IDE drive > in a USB/firewire case. Works fine under OSX and XP) to the card. This > is what I see: > > # prtconf -D > System Configuration: Sun Microsystems sun4u > Memory size: 1024 Megabytes > System Peripherals (Software Nodes): > > SUNW,Ultra-30 (driver name: rootnex) > scsi_vhci, instance #0 (driver name: scsi_vhci) > packages > terminal-emulator > deblocker > obp-tftp > disk-label > SUNW,builtin-drivers > sun-keyboard > ufs-file-system > chosen > openprom > client-services > options, instance #0 (driver name: options) > aliases > memory > virtual-memory > pci, instance #0 (driver name: pcipsy) > ebus, instance #0 (driver name: ebus) > auxio > power (driver name: power) > SUNW,pll > sc > se, instance #0 (driver name: se) > su, instance #0 (driver name: su) > su, instance #1 (driver name: su) > ecpp, instance #0 (driver name: ecpp) > fdthree, instance #0 (driver name: fd) > eeprom > flashprom > SUNW,CS4231, instance #0 (driver name: audiocs) > network, instance #0 (driver name: hme) > scsi, instance #0 (driver name: glm) > disk (driver name: sd) > tape (driver name: st) > sd, instance #1 (driver name: sd) > sd, instance #0 (driver name: sd) > sd, instance #6 (driver name: sd) > usb, instance #0 (driver name: ohci) > usb, instance #1 (driver name: ohci) > usb, instance #0 (driver name: ehci) > hub, instance #0 (driver name: hubd) > storage, instance #2 (driver name: scsa2usb) > disk, instance #4 (driver name: sd) > storage, instance #1 (driver name: scsa2usb) > disk, instance #3 (driver name: sd) > [...] > counter-timer > SUNW,UltraSPARC-II > SUNW,ffb, instance #0 (driver name: ffb) > pseudo, instance #0 (driver name: pseudo) > # ls -l /dev/rdsk/c*0 | grep usb > lrwxrwxrwx 1 root root 58 Mar 23 12:13 /dev/rdsk/c1t0d0s0 > -> ../../devices/pci@1f,4000/usb@2,2/storage@2/disk@0,0:a,raw > lrwxrwxrwx 1 root root 64 Mar 24 21:46 /dev/rdsk/c2t0d0s0 > -> ../../devices/pci@1f,4000/usb@2,2/hub@3/storage@4/disk@0,0:a,raw > lrwxrwxrwx 1 root root 58 Apr 24 00:13 /dev/rdsk/c3t0d0s0 > -> ../../devices/pci@1f,4000/usb@2,2/storage@4/disk@0,0:a,raw > # /etc/init.d/volmgt stop > # rmformat -l /dev/rdsk/c2t0d0s0 > Could not open device : No such file or directory > # rmformat -l /dev/rdsk/c3t0d0s0 > Looking for devices... > No removable devices found or no media in the device. > # rmformat -l /dev/rdsk/c1t0d0s0 > Could not open device : No such file or directory > # > > Any reason I cannot connect to the drive? Hmm, shuldnt be any problem. If you use CDE it should pop-up automaticly on the desktop... |
| Thread Tools | |
| Display Modes | |
|
|