Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Apr 2004 00:55:56 +0800 (CST)
From:      =?iso-8859-1?q?Stephen=20Liu?= <satimis@yahoo.com>
To:        Julien Gabel <jpeg@thilelli.net>, freebsd-questions@freebsd.org
Subject:   Re: cdrecord problem
Message-ID:  <20040427165556.56003.qmail@web40308.mail.yahoo.com>
In-Reply-To: <50666.192.168.0.105.1083070521.squirrel@webmail.thilelli.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040427165556.56003.qmail>