On 10/2/07, <b class="gmail_sendername">Piotr Romanus</b> &lt;<a href="mailto:lromanus@ftml.net">lromanus@ftml.net</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hdparm -E does not seem to have any effect unfortunately. I also tried<br>eject with -x option but no luck either. Is there any way to query the<br>drive for the current speed?<br><br>In any case, I am thinking that the DVDs that are noisy may be just a
<br>bit damaged - I usually use my Sony DVD player and only if a DVD has<br>problems I try my mythtv box. On the other hand the DVD player is never<br>that noisy even with damaged disks - it just refuses to play them :).<br>
<br><br>Thanks<br><br>On Sun, 30 Sep 2007 12:15:15 -0400, &quot;Michael T. Dean&quot;<br>&lt;<a href="mailto:mtdean@thirdcontact.com">mtdean@thirdcontact.com</a>&gt; said:<br>&gt; On 09/30/2007 10:37 AM, Rod Smith wrote:<br>
&gt; &gt; 2) Use the hdparm utility&#39;s -E option to limit the drives speed, probably just<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;for the disc in question. I&#39;ve never tried this with DVDs, but it&#39;s made it<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;possible for me to play some troublesome CDs. I can&#39;t promise this will
<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;work, but it&#39;s worth a try.<br>&gt;<br>&gt; IIRC, Stanley Kamithi committed a change to SVN trunk that does this<br>&gt; automatically when using the Internal player to play back DVD&#39;s.&nbsp;&nbsp;So,<br>&gt; when 
0.21 is released, it will be taken care of for you.<br>&gt;<br>&gt; Mike<br>&gt; _______________________________________________<br>&gt; mythtv-users mailing list<br>&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org
</a><br>&gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>_______________________________________________<br>mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>
<br><br>My experience is too that hdparm -e is only for CD-ROM speeds, not DVD.
On some DVD drives that I tried I managed to slow it down using
speedcontrol:<br>
<br>
<a href="http://noto.de/speed/speedcontrol.c">http://noto.de/speed/speedcontrol.c</a><br>
<br>
Not all drives support the SET_STREAMING command, but if they do then
it can silence noisy drives very effectively. For one drive I had to
upgrade it&#39;s firmware for it to support the SET_STREAMING command.<br>
<br>
After compiling the code you can add a line in the start-up sequence like so:<br>
<br>
/usr/local/bin/speedcontrol -x2 /dev/hdc<br>
<br>
to have the drive limited to 2x DVD speed.<br>
<br>
HTH,<br>
<br>
Jelte