Lol! This command will try to change xfer_mode, and not a cdrom spin speed. Removed.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10911 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
lumag 2003-09-21 12:59:13 +00:00
parent f4ee42f4f5
commit bdce2705e1
2 changed files with 2 additions and 8 deletions

View File

@ -33,11 +33,7 @@
<P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>setcd -x [speed] [cdrom device]</CODE></P>
<P>You can also try</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>echo current_speed:4 &gt; /proc/ide/[cdrom device]/settings</CODE></P>
<P>but you will need root privileges. The following command may also help:</P>
<P>If you have root privileges the following command may also help:</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;<CODE>echo file_readahead:2000000 &gt; /proc/ide/[cdrom device]/settings</CODE></P>

View File

@ -34,9 +34,7 @@ program called <command>setcd</command>. It works like this:
</para>
<para>
You can also try
<screen>echo current_speed:4 &gt; /proc/ide/<replaceable>[cdrom device]</replaceable>/settings</screen>
but you will need root privileges. The following command may also help:
If you have root privileges the following command may also help:
<screen>echo file_readahead:2000000 &gt; /proc/ide/<replaceable>[cdrom device]</replaceable>/settings</screen>
</para>