cdrecord problem
Stephen Liu
satimis at yahoo.com
Tue Apr 27 09:55:57 PDT 2004
Hi Julien,
- snip -
> Extract from atapicam(4):
> "EXAMPLES
> device atapicam
> device scbus
> device cd
> device pass
> Add the atapicam driver to the kernel."
# cp /usr/src/sys/i386/conf/GENERIC
/usr/src/sys/i386/conf/GENERIC.BK
# cat /usr/src/sys/i386/conf/GENERIC
........
# ATA and ATAPI devices
device ata
device atapicd # ATAPI CDROM
drives
.....
# SCSI peripherals
device scbus # SCSI bus (required
for SCSI)
device cd # CD
device pass # Passthrough device
(direct SCSI access)
...
found already there
Added
device atapicam
to /usr/src/sys/i386/conf/GENERIC
Now coming to rebuilding the kernel I am very
cautionous avoiding the OS can't start after reboot.
I shall do following steps;
# cd /usr/src
# make buildworld
# make KERNCONF=GENERIC buildkernel
# make KERNCONF=GENERIC installkernel
# reboot
Please advise. TIA
> > I also did follows;
> >
> > # atapicam(4)
> > Badly placed ()'s.
> > # atapicam
> > atapicam: Command not found.
> > # atapicam4
> > atapicam4: Command not found.
>
> 'atapicam' represents a device entry in your kernel
> configuration file. It
> is not a user level command. You can interact with
> these type of devices
> via the camcontrol(8) utility.
>
> Note: the (x) is here to indicate the number - "x"
> in this case - of the
> section for the corresponding manual page: ex. 'man
> 8 camcontrol'.
Noted with thanks
> Maybe is this link of great interest to you:
>
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/\
> creating-cds.html
>
> Especially the section labelled "Using the ATAPI/CAM
> Driver"
Noted with thanks
B.R.
Stephen
_______________________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
More information about the freebsd-questions
mailing list