Page 2 of 6 FirstFirst 1234 ... LastLast
Results 16 to 30 of 83

Thread: Firmware to spin-down HDD?

  1. #16

    Thumbs down

    NOT WORKING

    Hardware: TrekStor DataStation maxi t.u 400Gb

    cat /proc/scsi/usb-storage-0/0:

    Host scsi0: usb-storage
    Vendor:
    Product:
    Serial Number: D
    Protocol: Transparent SCSI
    Transport: Bulk
    GUID: 04b46830000000000000000d
    Attached: Yes


    Greetings...

  2. #17

    Working

    Host scsi0: usb-storage
    Vendor: Western Digital
    Product: External HDD
    -
    Protocol: Transparent SCSI
    Transport: Bulk
    -
    Attached: Yes

  3. #18
    Not working
    HDD: WD800AAJS (S-ATA)
    Bridge: Delock
    Code:
    Host scsi0: usb-storage
    Vendor: JMicron
    Product: USB to ATA/ATAPI Bridge
    Serial Number: 77A091038972
    Protocol: Transparent SCSI
    Transport: Bulk
    GUID: 152d2338000077a091038972
    Attached: Yes
    Vendor=152d ProdID=2338 Rev= 1.00
    Last edited by Jekyll; 17-03-2007 at 12:34.

  4. Cool Working!

    Working:
    HDD: WDC WD4000
    BOX: ViPower VPA-35018 (SATA -> USB)

    Host scsi0: usb-storage
    Vendor: Sunplus Technology Inc.
    Product: USB to Serial-ATA bridge
    Serial Number: WDC WD4000 WD-WCANU1268282
    Protocol: Transparent SCSI
    Transport: Bulk
    GUID: 04fc0c15fff60cb7e1268282
    Attached: Yes
    ASUS wl500g Premium / Seagate 400 GB Sata (3.5")

  5. #20
    Join Date
    Nov 2006
    Location
    Russia, Moscow
    Posts
    170
    I think, it is obvious that spindown capability depends on the hdd box's chipset only. So, I'll try to summarize the facts gathered:
    Code:
    VID	PID	Vendor			Product				Working?
    0402	5637	ALi Corp.		M5637 IDE Controller		no
    04b4	6830	Cypress Semiconductor	USB-2.0 IDE Adapter		no
    04cf	8818	Myson Century, Inc.	Fast 3.5" External Storage	no
    04fc	0c15	Sunplus Technology Inc.	SPIF215A USB-SATA bridge	yes
    04fc	0c25	Sunplus Technology Inc.	USB-SATA bridge			yes
    05e3	0702	Genesys Logic, Inc.	USB 2.0 IDE Adapter		no
    067b	2506	Prolific Tech. Inc.	Mass Storage Device		yes
    067b	2507	Prolific Tech. Inc.	Mass Storage Device		yes
    067b	3507	Prolific Tech. Inc.	ATAPI-6 Bridge Controller	yes
    07ab	fcc7	Freecom			Freecom Mobile Drive		yes
    0930	0b02	Toshiba			GigaStore			yes
    0bc2	0501	Seagate			USB Mass Storage		no
    0c0b	b159	Trekstor		DataStation maxi m.u		yes
    0d49	3210	Maxtor			Maxtor 3200			yes
    0d49	7000	Maxtor			OneTouch			yes
    1058	0704	Western Digital		External HDD			yes
    1058	1010	Western Digital		External HDD			yes
    152d	2338	JMicron			JM20338 SATA, USB Combo		no
    1652	6600	Super Top		USB 2.0  IDE DEVICE		no
    Well, try to know which chipset is in the box before buing it. This page might help.
    Last edited by Xander; 05-07-2008 at 19:16.

  6. #21
    Join Date
    Jul 2006
    Location
    AUT
    Posts
    248

    Lightbulb spindown on USB enclosures with Cypress chip

    Hi,

    regarding to USB enclosures with Cypress chipset, there might be a chance with following command:

    /usr/local/sbin/scsi-start 0 --pc=2 /dev/scsi/host0/bus0/target0/lun0/disc

    if someone has the knowledge how to program USB access, there is a special feature in the Cypress chips to pass-through ATA commands. Details are in the AT2LP rev C datasheet might be only a few lines of code for a pro....

    also the chip has a register for setting autom. spindown value on ATA-initialisation, but I never got it to work....

    schufti

  7. #22
    Works perfectly for me, thanks!
    Freecom 160GB bus-powered HD

    Vendor=07ab
    ProdID=fcc7

    Code:
    Host scsi0: usb-storage
    Vendor: Freecom
    Product: Freecom Mobile Drive
    Serial Number: 02FA0D7506B0
    Protocol: Transparent SCSI
    Transport: Bulk
    GUID: 07abfcc7000002fa0d7506b0
    Attached: Yes

  8. #23

    Spindown via cypres-usb chipset

    I did some experimenting:

    using my pc (ubuntu feisty fawn), I was not able to spin down the harddisk with the scsi-tools either (just as under kamikaze on a wl-500gP).

    the lsusb output of the external HD is:
    ID 04b4:6830 Cypress Semiconductor Corp. USB-2.0 IDE Adapter

    Using the sg3-utils of ubuntu (http://sg.torque.net/sg/sg3_utils.html)
    i did manage to make the disk spin down (but it didn't spin up until
    after a reset of the drive)

    I'm now trying to make a package out of it, but haven't finished yet.

  9. #24

    sg_utils

    I just made an package, but sadly, it doesn´t work.

    on my (ubuntu 7.04) pc, it works as expected:
    Code:
    sg_start --stop --pc=2 /dev/sda
    On my wl-500gP however, it doesn´t:
    Code:
    sg_start --stop --pc=2 /dev/discs/disc1/disc
    start stop unit: pass through os error: Invalid argument
    START STOP UNIT command failed
    I used the exact same source for both the PC and the WL-500G, both are statically build versions, so that´s not the difference.
    On http://sg.torque.net/sg/sg3_utils.html it is noted that for kernel 2.4 the /dev/sg0 interface is required. It can be made with
    Code:
    mknod /dev/sg0 c 21 0
    But I haven´t yet figured out how to enable the support in the kernel for /dev/sgX.
    I can mount and read the disk, so scsi support itself is working fine.

    I´m running kamikaze with 2.4 kernel (for wifi support) Is there anyone interested in testing this for kernel 2.6 ?
    Both the makefile and (compressed) .ipk file are attached.
    Attached Files Attached Files
    Last edited by tuigje; 26-05-2007 at 13:35.

  10. #25
    not working


    Code:
       
    Host scsi0: usb-storage
           Vendor: Unknown
          Product: USB TO IDE
    Serial Number: None
         Protocol: Transparent SCSI
        Transport: Bulk
             GUID: 05e307020000000000000000
         Attached: Yes

  11. #26

    Succes!!

    so, it was actually quite easy.

    Here´s a small patch to kamikaze, which selects the generic
    scsi driver as well.
    The ipkg packge (for kamikaze 2.4) is included as well.

    Use this patch to make the scsi-kmod module, then do a
    Code:
    mknod /dev/sg0 c 21 0
    mknod /dev/sg1 c 21 1
    insmod sg
    to make the devices and load the driver. Using:
    Code:
    sg_start -s -p 2 /dev/sg1
    you can now spin down a scsi device. The scsi-start utility still doesn´t
    work for me though.
    Attached Files Attached Files

  12. #27
    NOT working:

    Host scsi1: usb-storage
    Vendor: Seagate
    Product: USB Mass Storage
    Serial Number: CBA987717156
    Protocol: Transparent SCSI
    Transport: Bulk
    GUID: 0bc205010000cba987717156
    Attached: Yes

  13. #28
    Join Date
    Mar 2007
    Location
    Milano - Italy
    Posts
    164
    It works !

    Vendor=0d49 ProdID=3210 Rev=77.f8
    Manufacturer=Maxtor Corporation
    Product=Maxtor 3200



    Host scsi1: usb-storage
    Vendor: Maxtor Corporation
    Product: Maxtor 3200
    Serial Number: 604010147425
    Protocol: Transparent SCSI
    Transport: Bulk
    GUID: 0d4932100000604010147425
    Attached: Yes


    Max

  14. #29
    Join Date
    Mar 2007
    Location
    Milano - Italy
    Posts
    164
    It works with this little USB Box too !

    This is a "Fake" VAIO 2.5" IDE HDD to USB2 adapter, purchased on eBay, working with an Hitachi 2.5" 80Gb IDE Disk, powered directly from the Asus:


    Vendor=067b ProdID=2507 Rev= 1.00
    Manufacturer=Prolific Technology Inc.
    Product=Mass Storage Device


    Host scsi0: usb-storage
    Vendor: Prolific Technology Inc.
    Product: Mass Storage Device
    Serial Number: 0
    Protocol: Transparent SCSI
    Transport: Bulk
    GUID: 067b25070000000000000000
    Attached: Yes


    Max

  15. #30
    Guys,

    After issuing the scsi-stop, I see that the HDD stops spinning but it starts again inmediately.
    Does it means it's not working?

    Thanks
    Jose

    [admin@router bin]$ cat /proc/scsi/usb-storage-0/0
    Host scsi0: usb-storage
    Vendor: Seagate
    Product: FreeAgentDesktop
    Serial Number: 9QG01V0D
    Protocol: Transparent SCSI
    Transport: Bulk
    GUID: 0bc23000fffffff99b001f0d
    Attached: Yes

Page 2 of 6 FirstFirst 1234 ... LastLast

Similar Threads

  1. Use copy-button to spin down hdd?
    By dome in forum WL-700g Q&A
    Replies: 9
    Last Post: 17-10-2007, 02:55
  2. WL 500Gp Keine HDD mehr nach Oleq Firmware Update
    By Greenhorn04 in forum German Discussion - Deutsch (DE)
    Replies: 1
    Last Post: 08-01-2007, 22:15
  3. twonky media server, network drive with oleg firmware
    By black_bottom in forum WL-HDD Q&A
    Replies: 3
    Last Post: 22-03-2006, 07:15
  4. HDD spin down with 1.2.3.4 firmware - how to edit?
    By jpritzkat in forum WL-HDD Q&A
    Replies: 0
    Last Post: 01-05-2005, 22:08
  5. Flashing Oleg's Firmware in WL HDD
    By hugo in forum WL-HDD Custom Development
    Replies: 29
    Last Post: 21-10-2004, 14:55

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •