Results 1 to 15 of 273

Thread: New 1.0.4.6 based custom firmware

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Regarding the APM modes in the Toshiba HDD:

    The "click" you hear after 5 minutes is the drive entering low power idle mode. The platter is still spinning at near full speed, but the heads are parked. That's the click you hear. The drive can recover from this mode very quickly since it only needs to unpark the heads, and relock the platter servo.

    After an hour, the platter will slow down to about 40% speed. It's very difficult to hear the drive spin in this mode, but you still can if you listen carefully. Since the heads are already parked, this mode is sliently entered. The drive runs very cool in this mode, but spin-up is faster.

    The equations are indeed confusing, but to engage both Y1 and Y2, you need to set Y1 first. If you only set Y2, Y1 will be set to the default value of 120 seconds. Either Y1 or Y2 are set depending on the range of the value being written. Writes between 80h-BFh (128d-191d) set Y1 and 01h-7Fh (1d-127d) set Y2. It requires two writes to set both.

    So according to the datasheet,

    Y1=(x-80h)*5+120 = (x-128d)*5+120 = (164-128)*5+120 = 300 sec
    Y2=(x-40h)*60+600 = (x-64d)*60+600 = (114-64)*60+600 = 3600 sec

    One final thing, make sure you don't call "hdparm -S". Also, I use the latest hdparm ipkg, not the one already installed on the router (note the full path to /opt/sbin/hdparm) though I don't think it's required.

    - K.C.
    Last edited by kfurge; 23-01-2007 at 02:21.

Similar Threads

  1. ksoftirqd_CPU0 eating CPU in firmware 1.0.4.6?
    By Hobi in forum WL-700g Firmware Discussion
    Replies: 10
    Last Post: 12-05-2007, 16:04
  2. Custom firmware image: v1.9.4.6 with telnetd re-enabled
    By db90h in forum WL-530g Firmware Releases
    Replies: 2
    Last Post: 29-01-2007, 13:32
  3. custom firmware based on 1.9.5.0 beta?
    By Teddy in forum WL-500g Custom Development
    Replies: 5
    Last Post: 14-05-2006, 20:08
  4. Custom firmware
    By menno in forum Dutch Discussion - Nederlands
    Replies: 0
    Last Post: 02-04-2006, 14:32
  5. Custom Firmware v1.1.2.7
    By JOCKYW2001 in forum WL-HDD Firmware Releases
    Replies: 59
    Last Post: 11-12-2004, 12:26

Posting Permissions

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