2003-01-28 19:36:58 +01:00
|
|
|
|
|
|
|
======================================================================
|
|
|
|
In order to run the kscd program properly, please run as root:
|
|
|
|
|
|
|
|
chmod 666 <cdrom_device>
|
|
|
|
|
2004-03-09 20:41:12 +01:00
|
|
|
to give permission to access the CD-ROM device.
|
2003-01-28 19:36:58 +01:00
|
|
|
|
|
|
|
For example, if you have an IDE/ATAPI CD-ROM device:
|
|
|
|
|
2004-03-09 20:41:12 +01:00
|
|
|
chmod 666 /dev/acd0c
|
2003-05-19 21:43:36 +02:00
|
|
|
|
|
|
|
Additional instructions for using the audiocd:/ kioslave:
|
|
|
|
|
|
|
|
If you have an SCSI CD-ROM or if you have an IDE/ATAPI drive AND
|
|
|
|
you have activated ATAPICAM in your kernel, change the permissions for
|
|
|
|
the CAM transport layer and CAM passthrough layer devices to 666, i.e.:
|
|
|
|
|
|
|
|
chmod 666 /dev/xpt0 /dev/pass0
|
2004-02-05 02:23:10 +01:00
|
|
|
|
2004-03-09 20:41:12 +01:00
|
|
|
For ATAPI CD-ROMs and no ATAPICAM, the instructions for kscd apply.
|
|
|
|
|
2004-02-05 02:23:10 +01:00
|
|
|
In order to make these changes permanent on FreeBSD 5.x, you have to
|
|
|
|
add them to /etc/devfs.conf. Further instructions and examples on how
|
2004-03-09 20:41:12 +01:00
|
|
|
to do this can be found there as well.
|
2003-05-19 21:43:36 +02:00
|
|
|
|
2003-01-28 19:36:58 +01:00
|
|
|
======================================================================
|