From owner-freebsd-questions@FreeBSD.ORG Wed May 24 03:31:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D36E316A70C for ; Wed, 24 May 2006 03:31:39 +0000 (UTC) (envelope-from bloodofanubis@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B24F43D46 for ; Wed, 24 May 2006 03:31:39 +0000 (GMT) (envelope-from bloodofanubis@gmail.com) Received: by wr-out-0506.google.com with SMTP id i28so1491943wra for ; Tue, 23 May 2006 20:31:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=iROxw3EmavFm0nvb3ehHysm3Yk9y7kqkIU3qqg+qHqZDs5blHWU9/3V9xTOmV67s1wavKOe1gv/cq5aGALpssW/qa5LHk64LRDAsPBsLcLjahlWr+edcz9F77YXmoc37qXfNEtGNmO45wGKecbeAeKZCJEz8PxMHSD8gLSkUd9c= Received: by 10.54.99.6 with SMTP id w6mr3749712wrb; Tue, 23 May 2006 20:31:38 -0700 (PDT) Received: from ?192.168.0.143? ( [72.155.240.239]) by mx.gmail.com with ESMTP id 65sm5798482wra.2006.05.23.20.31.37; Tue, 23 May 2006 20:31:38 -0700 (PDT) From: Jacob Jennings To: freebsd-questions@freebsd.org Date: Tue, 23 May 2006 22:36:20 -0500 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Message-Id: <200605232236.22025.bloodofanubis@gmail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: CD Burning Not Working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 May 2006 03:31:39 -0000 Hello, everyone, I am running FreeBSD 6.0-stable and LOVING every second of= it. However, my CD burning capabilities have been stymied by an unknown pr= oblem which I cannot fix, let alone diagnose. I am attempting to burn a cd = using SCSI-emulation, which is correctly set up, using cdrecord. The exact = command used is 'cdrecord dev=3D1,0,0 data_cd.iso'. However, here is the ou= tput of that command: cdrecord: No write mode specified. cdrecord: Asuming -tao mode. cdrecord: Future versions of cdrecord may have different drive dependent de= faults. cdrecord: Continuing in 5 seconds... Cdrecord-Clone 2.01 (i386-unknown-freebsd6.0) Copyright (C) 1995-2004 J=F6r= g Schilling cdrecord: Operation not permitted. WARNING: Cannot do mlockall(2). cdrecord: WARNING: This causes a high risk for buffer underruns. scsidev: '1,0,0' scsibus: 1 target: 0 lun: 0 Using libscg version 'schily-0.8'. Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'TOSHIBA ' Identifikation : 'DVD-ROM SD-R2212' Revision : '1913' Device seems to be: Generic mmc2 DVD-ROM. Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr). Driver flags : MMC-3 SWABAUDIO BURNFREE Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R96R cdrecord: Cannot load media. When I perform a dmesg command, here is the output (Repeat each one of thos= e about 15 times, and that's it):=20 acd0: CDRW at ata1-master PIO4 cd0 at ata1 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 16.000MB/s transfers cd0: cd present [358446 x 2048 byte records] acd0: FAILURE - READ_BIG MEDIUM ERROR asc=3D0x15 ascq=3D0x00 error=3D0 g_vfs_done():acd0[READ(offset=3D627879936, length=3D4096)]error =3D 5 acd0: FAILURE - TEST_UNIT_READY MEDIUM ERROR asc=3D0x57 ascq=3D0x00 error= =3D0 g_vfs_done():acd0[READ(offset=3D32768, length=3D2048)]error =3D 5 I have googled and searched through FAQ's but can find no information regar= ding this problem. If anyone could give me some help or just point me in th= e right direction I would me most grateful. Thank you in advance.