mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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:
parent
7004ebee82
commit
61e841868a
@ -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
|
||||
|
@ -466,35 +466,21 @@ ln -v -sf &mplayer-font;/font-arial-<replaceable><font size></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 >> /etc/udev/rules.d/24-dvd.rules << "EOF"
|
||||
<literal># Create a /dev/dvd symlink
|
||||
|
||||
KERNEL="<replaceable><dvd drive></replaceable>", SYMLINK="dvd"</literal>
|
||||
|
||||
EOF
|
||||
udevstart</userinput></screen>
|
||||
|
||||
<para>Replace <replaceable><dvd drive></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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user