Expand the nautilus-cd-burner question to include totem, goobox, and
sound-juicer as well.
This commit is contained in:
parent
0d976de974
commit
78c0719937
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23051
1 changed files with 19 additions and 15 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "../..">
|
<!ENTITY base CDATA "../..">
|
||||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.81 2004/11/08 21:07:31 marcus Exp $">
|
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.82 2004/11/10 05:33:09 ahze Exp $">
|
||||||
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ">
|
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ">
|
||||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||||
|
|
@ -36,7 +36,8 @@
|
||||||
GTK+ 2 applications when not in a GNOME environment?</a>
|
GTK+ 2 applications when not in a GNOME environment?</a>
|
||||||
<li> <a href="#q14">How do I configure settings for GNOME 1.4
|
<li> <a href="#q14">How do I configure settings for GNOME 1.4
|
||||||
applications under GNOME &gnomever;?</a>
|
applications under GNOME &gnomever;?</a>
|
||||||
<li> <a href="#q15">Nautilus-cd-burner does not let me burn CDs.
|
<li> <a href="#q15">Nautilus-cd-burner does not let me burn CDs,
|
||||||
|
or Totem/Goobox/Sound-juicer cannot find my CD/DVD drive.
|
||||||
How can I fix this?</a>
|
How can I fix this?</a>
|
||||||
<li> <a href="#q16">How do I add new GDM sessions?</a>
|
<li> <a href="#q16">How do I add new GDM sessions?</a>
|
||||||
<li> <a href="#q17">How do I disable spatial Nautilus?</a>
|
<li> <a href="#q17">How do I disable spatial Nautilus?</a>
|
||||||
|
|
@ -585,15 +586,18 @@ Load "type1"
|
||||||
|
|
||||||
<!-- Q15 -->
|
<!-- Q15 -->
|
||||||
<li style="padding-bottom: 0.5em"><a name="q15"></a>
|
<li style="padding-bottom: 0.5em"><a name="q15"></a>
|
||||||
<p><b>Nautilus-cd-burner does not let me burn CDs. How can I
|
<p><b>Nautilus-cd-burner does not let me burn CDs or
|
||||||
|
Totem/Goobox/Sound-juicer cannot find my CD/DVD drive. How can I
|
||||||
fix this?</b></p>
|
fix this?</b></p>
|
||||||
<!-- A15 -->
|
<!-- A15 -->
|
||||||
<p>Nautilus-cd-burner cannot write to CD/DVD burners unless support
|
<p>Nautilus-cd-burner, totem, goobox, and sound-juicer cannot
|
||||||
for those devices is enabled in the kernel, and the
|
use CD/DVD drives unless support for those devices is
|
||||||
permissions on the device nodes allow write access.
|
enabled in the kernel, and the permissions on the device
|
||||||
Nautilus-cd-burner talks to CD/DVD burners through the
|
nodes allow write access.
|
||||||
SCSI CAM subsystem. Therefore, you must make sure
|
Nautilus-cd-burner, totem, goobox, and sound-juicer talk to
|
||||||
you have the following configured in your kernel:</p>
|
CD/DVD drives through the SCSI CAM subsystem. Therefore,
|
||||||
|
you must make sure you have the following configured in your
|
||||||
|
kernel:</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
device scbus
|
device scbus
|
||||||
|
|
@ -602,7 +606,7 @@ device pass
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>You must also make sure you have the following configured in
|
<p>You must also make sure you have the following configured in
|
||||||
your kernel if you are using an ATAPI CD/DVD burner:</p>
|
your kernel if you are using an ATAPI CD/DVD drive:</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
device atapicam
|
device atapicam
|
||||||
|
|
@ -624,11 +628,11 @@ device atapicam
|
||||||
<p>The devices in parentheses at the end are important. You
|
<p>The devices in parentheses at the end are important. You
|
||||||
must make sure the <tt>/dev</tt> entries for those devices
|
must make sure the <tt>/dev</tt> entries for those devices
|
||||||
are writable by the users that will be using
|
are writable by the users that will be using
|
||||||
nautilus-cd-burner. In addition to those devices,
|
nautilus-cd-burner, totem, goobox, or sound-juicer. In addition
|
||||||
<tt>/dev/xpt*</tt> must also be writable to your
|
to those devices, <tt>/dev/xpt*</tt> must also be writable to
|
||||||
nautilus-cd-burner users. The following
|
your nautilus-cd-burner, totem, goobox, and sound-juicer users.
|
||||||
<tt>/etc/devfs.conf</tt> configuration will achieve the
|
The following <tt>/etc/devfs.conf</tt> configuration will
|
||||||
desired results given the above devlist (<b>NB:</b>
|
achieve the desired results given the above devlist (<b>NB:</b>
|
||||||
<tt>devfs.conf</tt> is only supported on FreeBSD 5.X):</p>
|
<tt>devfs.conf</tt> is only supported on FreeBSD 5.X):</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue