Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2007 16:05:07 -0600
From:      Patrick Bowen <pbowen@fastmail.fm>
To:        freebsd-questions@freebsd.org
Subject:   Re: burning a cd or dvd doesn't work
Message-ID:  <45E20813.2070701@fastmail.fm>
In-Reply-To: <131846.65626.qm@web51101.mail.yahoo.com>
References:  <131846.65626.qm@web51101.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Dino Vliet wrote:
> Hi folks,
>
> I thought I followed all the steps in the handbook to try to burn a cd or dvd from my freebsd 6.1 amd64 system but these commands show the problems I'm experiencing:
>
> [root@zouk /usr/ports/devel/g-wrap]# camcontrol devlist
> <LITE-ON DVD SOHD-16P9S FS09>      at scbus1 target 0 lun 0 (cd0,pass0)
> <PHILIPS DVDR1640P P3.4>           at scbus1 target 1 lun 0 (cd1,pass1)
>
> [root@zouk /usr/ports/devel/g-wrap]# cdrecord dev=1,1,0 -checkdrive
> Cdrecord-Clone 2.01 (amd64-unknown-freebsd6.1) Copyright (C) 1995-2004 J�rg Schilling
> scsidev: '1,1,0'
> scsibus: 1 target: 1 lun: 0
> cdrecord: Operation not permitted. Cannot open SCSI driver.
> cdrecord: For possible targets try 'cdrecord -scanbus'.
> cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
>
> [root@zouk /usr/ports/devel/g-wrap]# cdrecord -scanbus
> Cdrecord-Clone 2.01 (amd64-unknown-freebsd6.1) Copyright (C) 1995-2004 J�rg Schilling
> cdrecord: Operation not permitted. Error opening /dev/pass0 Cam error 'cam_real_open_device: couldn't open passthr. Cannot open SCSI driver.
> cdrecord: For possible targets try 'cdrecord -scanbus'.
> cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
>
> [root@zouk /usr/ports/devel/g-wrap]# dmesg | grep cd1
> acd1: DVDR <PHILIPS DVDR1640P/P3.4> at ata1-slave UDMA33
> cd1 at ata1 bus 0 target 1 lun 0
> cd1: <PHILIPS DVDR1640P P3.4> Removable CD-ROM SCSI-0 device 
> cd1: 33.000MB/s transfers
> cd1: Attempt to query device size failed: NOT READY, Medium not present
>
>
> What am I missing?
>
>
>
>
>
>
>
>
>  
> ____________________________________________________________________________________
> Do you Yahoo!?
> Everyone is raving about the all-new Yahoo! Mail beta.
> http://new.mail.yahoo.com
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>
>   

You'll probably need to load the atapicam module.

    kldload atapicam

as root, of course.

Patrick



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