Difference between revisions of "How to set optical drive speed"

From ThinkWiki
Jump to: navigation, search
 
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
The speed of the optical drive is set separately for CD-ROM and DVD, and is reset at reboot and resume from suspend.
 
The speed of the optical drive is set separately for CD-ROM and DVD, and is reset at reboot and resume from suspend.
  
* CD-ROM: use {{cmdroot|hdparm -E num}} or {{cmdroot|eject -x num}} .
+
* CD-ROM: use
* DVD: use {{cmdroot|speedcontrol -x num}} (sourcecode [http://safari.iki.fi/speedcontrol.c here]).
+
hdparm -E num
 +
or
 +
eject -x num
 +
* DVD: use
 +
speedcontrol -x num
 +
The <tt>speedcontrol</tt> utility has source code [http://safari.iki.fi/speedcontrol.c available].
  
For recent ThinkPad models running kernels older than 2.6.15, this may require the [[Problems_with_SATA_and_Linux#No_SMART_support libata pass-through|libata pass-through patch]].
+
For recent ThinkPad models running Linux kernels older than 2.6.15, this may require the [[Problems_with_SATA_and_Linux#No_SMART_support libata pass-through|libata pass-through patch]].
 +
 
 +
==See also==
 +
[[How to silence DVD ROM]]

Latest revision as of 03:03, 17 September 2013

This page is a stub

You can help ThinkWiki by expanding it.

The speed of the optical drive is set separately for CD-ROM and DVD, and is reset at reboot and resume from suspend.

  • CD-ROM: use
hdparm -E num

or

eject -x num
  • DVD: use
speedcontrol -x num

The speedcontrol utility has source code available.

For recent ThinkPad models running Linux kernels older than 2.6.15, this may require the libata pass-through patch.

See also

How to silence DVD ROM