LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > LinuxQuestions.org > LQ Suggestions & Feedback
User Name
Password
LQ Suggestions & Feedback Do you have a suggestion for this site or an idea that will make the site better? This forum is for you.
PLEASE READ THIS FORUM - Information and status updates will also be posted here.

Notices

Reply
 
LinkBack Search this Thread
Old 06-14-2007, 05:05 PM   #1
pljvaldez
Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Squeeze (x86)
Posts: 6,092

Rep: Reputation: 264Reputation: 264Reputation: 264
HCL -- where to put IDE/SATA to USB 2.0 converter


I just bought a Vantec IDE/SATA to USB 2.0 converter and will be trying it in a couple of days. I'm not exactly sure where to put the review in the HCL. I was thinking either I/O Controller Devices or External Storage Devices.

Edit: Maybe this belongs in the hardware forum?

Last edited by pljvaldez; 06-14-2007 at 05:08 PM.
 
Old 06-15-2007, 11:29 AM   #2
pljvaldez
Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Squeeze (x86)
Posts: 6,092

Original Poster
Rep: Reputation: 264Reputation: 264Reputation: 264
This device works flawlessly. The only problem I can see with putting it on the HCL is that there is nothing output from lspci as the drives look like USB drives. There's no chipset or anything listed either...
 
Old 06-15-2007, 11:34 AM   #3
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,371

Rep: Reputation: Disabled
I'd put it in the Controller section, as it's not really a storage device. Either myself or Bruce will move products if we think they're in the wrong place. Try and give as much info about the product as you can in the description field though and maybe just post the lsusb output in the lspci field.
 
Old 06-18-2007, 12:17 PM   #4
pljvaldez
Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Squeeze (x86)
Posts: 6,092

Original Poster
Rep: Reputation: 264Reputation: 264Reputation: 264
Thanks Nylex. The lsusb output didn't seem terribly useful to me either, but lshw did. Here are snippets from miscellaneous outputs: Which is best to include in the review?

lspci
Code:
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
lsusb
Code:
Bus 005 Device 003: ID 152d:2338  
Bus 005 Device 001: ID 0000:0000  
Bus 002 Device 001: ID 0000:0000  
Bus 004 Device 001: ID 0000:0000  
Bus 003 Device 001: ID 0000:0000  
Bus 001 Device 001: ID 0000:0000
dmesg
Code:
usb 5-6: new high speed USB device using ehci_hcd and address 3
usb 5-6: configuration #1 chosen from 1 choice
scsi3 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
  Vendor: WDC WD25  Model: 00KS-00MJB0       Rev: 1C03
  Type:   Direct-Access                      ANSI SCSI revision: 02
SCSI device sdc: 488397168 512-byte hdwr sectors (250059 MB)
sdc: Write Protect is off
sdc: Mode Sense: 00 38 00 00
sdc: assuming drive cache: write through
SCSI device sdc: 488397168 512-byte hdwr sectors (250059 MB)
sdc: Write Protect is off
sdc: Mode Sense: 00 38 00 00
sdc: assuming drive cache: write through
 sdc: sdc1 sdc2
sd 3:0:0:0: Attached scsi disk sdc
sd 3:0:0:0: Attached scsi generic sg3 type 0
usb-storage: device scan complete
lshw
Code:
*-usb:4
             description: USB Controller
             product: 82801G (ICH7 Family) USB2 EHCI Controller
             vendor: Intel Corporation
             physical id: 1d.7
             bus info: pci@00:1d.7
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: ehci bus_master cap_list
             configuration: driver=ehci_hcd latency=0
             resources: iomemory:fdfff000-fdfff3ff irq:201
           *-usbhost
                product: EHCI Host Controller
                vendor: Linux 2.6.18-4-686 ehci_hcd
                physical id: 1
                bus info: usb@5
                logical name: usb5
                version: 2.06
                capabilities: usb-2.00
                configuration: driver=hub maxpower=0mA slots=8 speed=480.0MB/s
              *-usb
                   description: Mass storage device
                   product: USB to ATA/ATAPI Bridge
                   vendor: JMicron
                   physical id: 6
                   bus info: usb@5:6
                   logical name: scsi3
                   version: 1.00
                   serial: D57CA8512854
                   capabilities: usb-2.00 scsi emulated scsi-host
                   configuration: driver=usb-storage maxpower=2mA speed=480.0MB/s
                 *-disk
                      description: SCSI Disk
                      product: 00KS-00MJB0
                      vendor: WDC WD25
                      physical id: 0.0.0
                      bus info: scsi@3:0.0.0
                      logical name: /dev/sdc
                      version: 1C03
                      size: 232GB
                      capabilities: partitioned partitioned:dos
                      configuration: ansiversion=2
                    *-volume:0
                         description: Linux filesystem partition
                         physical id: 1
                         bus info: scsi@3:0.0.0,1
                         logical name: /dev/sdc1
                         capacity: 202GB
                         capabilities: primary
                    *-volume:1
                         description: Linux filesystem partition
                         physical id: 2
                         bus info: scsi@3:0.0.0,2
                         logical name: /dev/sdc2
                         capacity: 30GB
                         capabilities: primary
It looks to me like "JMicron" might be the chipset of this Vantec unit (from the output of lshw).

Last edited by pljvaldez; 06-18-2007 at 12:19 PM.
 
Old 06-18-2007, 11:41 PM   #5
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,371

Rep: Reputation: Disabled
I think I'd go with the lshw output personally.
 
  


Reply

Tags
hcl


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Onboard SATA, Promise SATA and IDE combo Zotty Linux - Hardware 1 11-20-2006 04:30 AM
SUSE USB installation boot up fails dep. on IDE or SATA oozie Linux - Kernel 0 10-23-2006 05:00 PM
How to install IDE to USB converter? Barca Linux - Hardware 5 09-12-2005 03:49 PM
pilot-link not working with USB Serial-USB Converter with m105 calmofthestorm Linux - Laptop and Netbook 0 09-03-2005 02:03 PM
how to use an IDE disk after put to sleep with hdparm -Y /dev/hdb qwijibow Linux - Hardware 0 08-24-2004 01:45 PM


All times are GMT -5. The time now is 04:05 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration