Page 4 of 6 FirstFirst ... 23456 LastLast
Results 46 to 60 of 83

Thread: Firmware to spin-down HDD?

  1. #46

    Thumbs up Works!

    Code:
    Firmware Version 	WHITE RUSSIAN (0.9)
    Kernel Version 	Linux version 2.4.30 (nbd@ds10) (gcc version 3.4.4 (OpenWrt-1.0)) #1 Sat Feb 3 13:16:08 CET 2007
    Current Date/Time 	Sat Dec 22 22:34:23 UTC 2007
    
    # cat /proc/scsi/usb-storage-0/0
       Host scsi0: usb-storage
           Vendor: Sunplus Technology Inc.
          Product: USB to Serial-ATA bridge
    Serial Number: SAMSUNG HDS0MUJ1NPB00489
         Protocol: Transparent SCSI
        Transport: Bulk
             GUID: 04fc0c15317ffffffffffff9
         Attached: Yes
    Attached Files Attached Files

  2. #47
    WORKING

    SEAGATE 7200.10 320Gb SATAII with NEXT STAR3 ( vantec) Hdd encosure


    Host scsi0: usb-storage
    Vendor: Sunplus Technology Inc.
    Product: USB to Serial-ATA bridge
    Serial Number: ST3320620A 6QF3KP6H
    Protocol: Transparent SCSI
    Transport: Bulk
    GUID: 04fc0c25fffffff97af35971
    Attached: Yes
    Port: 1
    Bus: 01:03.2-1

  3. #48
    Join Date
    Feb 2008
    Location
    Copenhagen, Denmark
    Posts
    41

    WORKS

    IT WORKS
    The harddisk is a Western Digital
    Type: WD Elements Portable 120 GB (WDE1MS1200)

    Code:
    Vendor: Western Digital
    Product: External HDD
    Serial Number: 575845373037373036313033
    Protocol: Transparent SCSI
    Transport: Bulk
    GUID: 105810103037373036313033
    
    Vendor=1058 ProdID=1010 Rev= 1.02
    Manufacturer=Western Digital
    Product=External HDD
    SerialNumber=575845373037373036313033

    For using the script on a ASUS RT-N16, please see: http://wl500g.info/showpost.php?p=203696&postcount=173
    Last edited by Bohlendach; 12-07-2010 at 10:47.

  4. #49
    Quote Originally Posted by tuigje View Post
    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.
    How can I install "scsi.patch"?
    I tried to install "kmod-scsi-core_2.4.34-brcm-1_mipsel.ipk" in your "scsi.tgz" and then I got an error message: ...md5sum mismatch...!
    How can I countinue? Thanks
    Last edited by nthgr; 22-04-2008 at 22:30.

  5. #50
    Quote Originally Posted by nthgr View Post
    How can I install "scsi.patch"?
    I tried to install "kmod-scsi-core_2.4.34-brcm-1_mipsel.ipk" in your "scsi.tgz" and then I got an error message: ...md5sum mismatch...!
    How can I countinue? Thanks
    MMm, I wouldn't know were ipkg gets the md5sum from. the md5sum
    in the Makefile is correct, i just checked that.

    Building from source should work. I'm now running a 2.6 kernel, that
    already has proper scsi support, that might work
    for you also (but 2.6 still no wireless AP-mode for the wl500g).

  6. #51

    Working

    Western Digital WDMEW2500

    Code:
       Host scsi0: usb-storage
           Vendor: Western Digital 
          Product: External HDD    
    Serial Number: 5758453230384B5938363434
         Protocol: Transparent SCSI
        Transport: Bulk
             GUID: 1058070430384b5938363434
    
    Vendor=1058 ProdID=0704 Rev= 1.05
    Manufacturer=Western Digital 
    Product=External HDD
    Thanks for a great tutorial.

    Larmoe
    Last edited by larmoe; 27-05-2008 at 14:23.

  7. #52

    Unhappy Not working

    Kamikaze brcm47xx kernel 2.6 on Asus WL-500gP

    USB -> SATA adapter is a very cheap one, but based on Sunplus:

    Code:
    # cat /proc/scsi/usb-storage/0
       Host scsi0: usb-storage
           Vendor: Sunplus Technology Co.,Ltd.
          Product: USB to Serial-ATA bridge
    Serial Number: FDF724040F000000FFFF2CFAFFFA9D
         Protocol: Transparent SCSI
        Transport: Bulk
           Quirks:
    Code:
    # cat /proc/bus/usb/devices
    Vendor=04fc ProdID=0c25 Rev= 1.12
    Manufacturer=Sunplus Technology Co.,Ltd.
    Product=USB to Serial-ATA bridge
    So from all I can read it should be working, but when I run scsi-stop I get:
    Code:
    # /scsi-stop /dev/sda
    /dev/sda is not a SCSI block device
    or a different program I found here: http://www.johnkerry.plus.com/scsi-spin.html which should be compiled for Kamikaze (no version mentioned) and kernel 2.6:
    Code:
    # scsi-spin -d -f /dev/sda
    scsi-spin [warning]: device is mounted but --force is passed
    scsi-spin: /dev/sda is not a disk or generic SCSI device.
    Anybody have any ideea why it is not working?

    The harddrive is a Hitachi 400GB SATA U150: HDS724040KLSA80

    /Morten

  8. #53
    The TrekStor maxi m.u Disk works fine

    Vendor=0c0b ProdID=b159 Rev= 1.03

    $ cat /proc/scsi/usb-storage-1/1
    Host scsi1: usb-storage
    Vendor: Trekstor
    Product: DataStation maxi m.u
    Protocol: Transparent SCSI
    Transport: Bulk
    Attached: Yes

    I explicitely checked the 500GB and the 750GB version.

  9. #54
    I'm a total Linux newbie but still I managed to spin down my HDD with scsi-stop. I also put scsi-stop.sh script in my router according to instruction provided here. However two questions come to my mind.
    Is this instruction full or do I have to do something more to get this script running every time I reboot my router?
    I read here that it is impossible to spin-down HDD when Samba is running. Is it true? I am using my HDD as a media disk so everyone in the house can acces it. That is why I don't want to use the switch on the enclosure to power off/on my drive (it won't be accessible). I want it to be accessible all the time but to spin-down in periods of inactivity (e.g. when everone is at work, at night) to extend life of the disk and not to make noise in the night. I use Samba to share disk in Windows.
    As I'm new to Asus's router and Linux any help will be apreciated.

  10. #55
    Join Date
    Nov 2004
    Location
    Sweden
    Posts
    259
    I found the following deamon:

    Spindown is a system daemon that spins down idle disks [...] uses sg_start to spin the disk down. It also works with usb disks and hotswappable disks because it doesn't watch the device name (hda, sdb, ...), but the device id. This means that it doesn't matter if the disk is swapped while the deamon is running.

    More info: http://linux.softpedia.com/get/Syste...wn-37597.shtml

  11. #56
    Join Date
    Jun 2005
    Location
    The Netherlands, Haarlem
    Posts
    33
    usb storage case not working
    hdd inside maxtor daimiond 8 20GB

    cat /proc/scsi/usb-storage-0/0
    Host scsi0: usb-storage
    Vendor: Generic
    Product: USB TO IDE Bridge
    Serial Number: None
    Protocol: Transparent SCSI
    Transport: Bulk
    GUID: 058f63900000000000000000
    Attached: Yes

  12. #57

    Bigger list with working USB bridges?

    Searching the internet on one of the bridges, I came across this site:
    http://www.hdsentinel.com/usbharddisks.php
    These might all be working bridges?!
    Checking the list with the known good list here, I think it doesn't give any guarantee.
    Last edited by bk043241; 26-09-2008 at 20:50.

  13. #58
    WORKING

    HDD: WDC WD6400AAKS-22A7B0 640Gb
    BOX: i-Stor iS302

    Host scsi0: usb-storage
    Vendor: JMicron
    Product: JM20336 SATA, USB Combo
    Serial Number: DA4180005888
    Protocol: Transparent SCSI
    Transport: Bulk
    GUID: 152d23360000da4180005888
    Attached: Yes
    Port: 1
    Bus: 01:03.2-1

    P: Vendor=152d ProdID=2336 Rev= 1.00
    S: Manufacturer=JMicron
    S: Product=JM20336 SATA, USB Combo
    S: SerialNumber=DA4180005888

  14. #59

    WDC WD1001 + Tsunami "S-3500"

    Works well:

    Asus WL-500W + Oleg's latest 1.9.2.7-10 firmware + scsi-idle package

    HDD: WD Caviar Black 1TB
    Box: Tsunami "S-3500" (SATA-USB)

    Code:
       Host scsi1: usb-storage
           Vendor: Sunplus Technology Inc.
          Product: USB to Serial-ATA bridge
    Serial Number: WDC WD1001     WD-WMATV0145969
         Protocol: Transparent SCSI
        Transport: Bulk
             GUID: 04fc0c15fff616bdf0145969
         Attached: Yes
             Port: 2
              Bus: 01:03.2-2
    Code:
    Vendor=04fc ProdID=0c15 Rev=c6.83

  15. #60
    Not working
    Code:
    $ cat /proc/scsi/usb-storage-0/0
    Host scsi0: usb-storage
    Vendor: JMicron
    Product: USB to ATA/ATAPI Bridge
    Serial Number: 22229141C800
    Protocol: Transparent SCSI
    Transport: Bulk
    GUID: 152d2338000022229141c800
    Attached: Yes
    Port: 1
    Bus: 00:03.1-1
    Code:
    $ cat /proc/bus/usb/devices
    ...
    P:  Vendor=152d ProdID=2338 Rev= 1.00
    S:  Manufacturer=JMicron
    ...

Page 4 of 6 FirstFirst ... 23456 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
  •