diff --git a/en/gnome/docs/faq2.sgml b/en/gnome/docs/faq2.sgml index 2ebb03420a..f6ad0c060f 100644 --- a/en/gnome/docs/faq2.sgml +++ b/en/gnome/docs/faq2.sgml @@ -1,6 +1,6 @@ - + %gnomeincludes; %includes; @@ -36,7 +36,8 @@ GTK+ 2 applications when not in a GNOME environment?
Nautilus-cd-burner does not let me burn CDs. How can I +
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?
-Nautilus-cd-burner cannot write to CD/DVD burners unless support - for those devices is enabled in the kernel, and the - permissions on the device nodes allow write access. - Nautilus-cd-burner talks to CD/DVD burners through the - SCSI CAM subsystem. Therefore, you must make sure - you have the following configured in your kernel:
+Nautilus-cd-burner, totem, goobox, and sound-juicer cannot + use CD/DVD drives unless support for those devices is + enabled in the kernel, and the permissions on the device + nodes allow write access. + Nautilus-cd-burner, totem, goobox, and sound-juicer talk to + CD/DVD drives through the SCSI CAM subsystem. Therefore, + you must make sure you have the following configured in your + kernel:
device scbus @@ -602,7 +606,7 @@ device pass
You must also make sure you have the following configured in - your kernel if you are using an ATAPI CD/DVD burner:
+ your kernel if you are using an ATAPI CD/DVD drive:device atapicam @@ -624,11 +628,11 @@ device atapicamThe devices in parentheses at the end are important. You must make sure the /dev entries for those devices are writable by the users that will be using - nautilus-cd-burner. In addition to those devices, - /dev/xpt* must also be writable to your - nautilus-cd-burner users. The following - /etc/devfs.conf configuration will achieve the - desired results given the above devlist (NB: + nautilus-cd-burner, totem, goobox, or sound-juicer. In addition + to those devices, /dev/xpt* must also be writable to + your nautilus-cd-burner, totem, goobox, and sound-juicer users. + The following /etc/devfs.conf configuration will + achieve the desired results given the above devlist (NB: devfs.conf is only supported on FreeBSD 5.X):