Added Mplayer /dev/dvd info back pointing to LFS pages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6345 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Dan Nichilson 2006-10-15 02:40:35 +00:00
parent 7004ebee82
commit 61e841868a
2 changed files with 15 additions and 23 deletions

View File

@ -44,10 +44,16 @@
<listitem>
<para>October 14th, 2006</para>
<itemizedlist>
<listitem>
<para>[dnicholson] - Added information about creating the
/dev/dvd symlink for Mplayer with links pointing back to
the relevant section of the LFS book. Fixes #1995.</para>
</listitem>
<listitem>
<para>[dnicholson] - Removed the note about installing UUID
from the XFS page as the only libuuid comes from E2fsprogs.
We assume that E2fsprogs is installed from LFS.</para>
We assume that E2fsprogs is installed from LFS. Closes
#2176.</para>
</listitem>
<listitem>
<para>[dnicholson] - Added PAM configuration to the host.def

View File

@ -466,35 +466,21 @@ ln -v -sf &mplayer-font;/font-arial-<replaceable>&lt;font size&gt;</replaceable>
</sect3>
<!--
Following section should be removed after BLFS-6.2.
Current Udev creates persistent cd/dvd links automatically
-->
<sect3>
<title>Installation for DVD Playback (Optional)</title>
<para>If you want DVD playback with <application>MPlayer</application>,
you need to ensure a link exists between your DVD drive and
<filename>/dev/dvd</filename>. If necessary, create the link using the
following commands:</para>
<screen role="root"><userinput>cat &gt;&gt; /etc/udev/rules.d/24-dvd.rules &lt;&lt; "EOF"
<literal># Create a /dev/dvd symlink
KERNEL="<replaceable>&lt;dvd drive&gt;</replaceable>", SYMLINK="dvd"</literal>
EOF
udevstart</userinput></screen>
<para>Replace <replaceable>&lt;dvd drive&gt;</replaceable> with whatever
device is appropriate, for example <filename>hdc</filename>. If
you don't know which device to choose, type:</para>
<screen><userinput>dmesg | grep DVD</userinput></screen>
<para>It should result in an output like:</para>
<screen><computeroutput>hdc: Pioneer DVD-ROM ATAPIModel DVD-114 0110,
ATAPI CD/DVD-ROM drive</computeroutput></screen>
<filename>/dev/dvd</filename>. This process is described in the
<ulink url="&lfs-root;/chapter07/symlinks.html">Creating custom
symlinks to devices</ulink> section in LFS. The user must be part
of the <systemitem class="groupname">cdrom</systemitem> group in
order to use the device.</para>
</sect3>
-->
</sect2>