On Wed, 1 Dec 2004, flip vernooy wrote:

> Scott Sewall wrote:
>
> >
> > I'm running FreeBSD 4.10 and trying to make a data DVD.  I've
> > following the procedure outlined in the handbook  without any success.
> >
> > Any hints or advise would be grealty appreciated.
> >
> > -- Scott
> >
> >
> > lilo# growisofs -dvd-compat -Z /dev/cd0 -J -R blitz10
> > :-( unable to open("/dev/cd0",O_RDONLY): No such file or directory
> > lilo# growisofs -dvd-compat -Z /dev/cd0a -J -R blitz10
> > :-( unable to open("/dev/cd0a",O_RDONLY): Device not configured
> > lilo# growisofs -dvd-compat -Z /dev/cd0c -J -R blitz10
> > :-( unable to open("/dev/cd0c",O_RDONLY): Device not configured
> > lilo# growisofs -dvd-compat -Z /dev/rcd0a -J -R blitz10
> > :-( unable to open("/dev/rcd0a",O_RDONLY): Device not configured
> > lilo#
> >
> > lilo# uname -a
> > FreeBSD lilo.redlinenetworks.com 4.10-RELEASE-p3 FreeBSD
> > 4.10-RELEASE-p3 #1: Thu Nov 11 20:54:12 PST 2004
> > [EMAIL PROTECTED]:/usr/src/sys/compile/LILO  i386
> > lilo#
> >
> > lilo# dmesg -a | grep ^cd
> > cd0 at ata1 bus 0 target 0 lun 0
> > cd0: <SONY DVD RW DW-U18A UYS1> Removable CD-ROM SCSI-0 device
> > cd0: 33.000MB/s transfers
> > cd0: Attempt to query device size failed: NOT READY, Medium not present
> > lilo#
> >
> > lilo# sysctl hw.ata.atapi_dma
> > hw.ata.atapi_dma: 1
> > lilo#
> >
> > _______________________________________________
> > [EMAIL PROTECTED] mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> >
> Did you recompilled your kernel?
>
> check  the atapicam device on [url]
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html
> [/url]
>

yes, I've included "device atapicam' in my kernel config file.

# grep atapi /usr/src/sys/i386/conf/LILO
device          atapicd         # ATAPI CDROM drives
device          atapifd         # ATAPI floppy drives
device          atapist         # ATAPI tape drives
device          atapicam        # emulate ATAPI devices as SCSI ditto via
CAM

-- Scott


_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to