Difference between revisions of "How to silence DVD ROM"
 (List all T4x models)  | 
				|||
| Line 10: | Line 10: | ||
  $ hdparm -E8 /dev/hdc  |   $ hdparm -E8 /dev/hdc  | ||
''-E8'' sets the speed of the cdrom drive to 8, which is silent, to reset maximum speed use ''-E0''.  | ''-E8'' sets the speed of the cdrom drive to 8, which is silent, to reset maximum speed use ''-E0''.  | ||
| + | |||
| + | ==See also==  | ||
| + | [[How to set optical drive speed]]  | ||
==Affected Models==  | ==Affected Models==  | ||
*ThinkPad {{T40}}, {{T40p}}, {{T41}}, {{T41p}}, {{T42}}, {{T42p}}, {{T43}}, {{T43p}}  | *ThinkPad {{T40}}, {{T40p}}, {{T41}}, {{T41p}}, {{T42}}, {{T42p}}, {{T43}}, {{T43p}}  | ||
Latest revision as of 02:02, 17 September 2013
The default setting for the DVD ROM on the T4x models is very noisy.
Contents
BIOS
It isn't obvious, but there's a BIOS setting under the "Power" section in which the drive can be set to silent. It is very effective.
hdparm
Another solution is to use the command hdparm :
$ hdparm -E8 /dev/hdc
-E8 sets the speed of the cdrom drive to 8, which is silent, to reset maximum speed use -E0.
See also
How to set optical drive speed