From owner-freebsd-questions@FreeBSD.ORG Wed May 24 10:02:24 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 87F5016A424 for ; Wed, 24 May 2006 10:02:24 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F57D43D49 for ; Wed, 24 May 2006 10:02:23 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 357 invoked from network); 24 May 2006 10:02:21 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[217.50.128.252]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 24 May 2006 10:02:21 -0000 Date: Wed, 24 May 2006 12:02:02 +0200 From: Fabian Keil To: Jacob Jennings Message-ID: <20060524120202.02dae1b3@localhost> In-Reply-To: <200605232236.22025.bloodofanubis@gmail.com> References: <200605232236.22025.bloodofanubis@gmail.com> X-Mailer: Sylpheed-Claws 2.1.1 (GTK+ 2.8.17; i386-portbld-freebsd6.1) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2006-08-19.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_v97FPnpQYzGkmeNp8AtdSMC; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-questions@freebsd.org Subject: Re: 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 10:02:26 -0000 --Sig_v97FPnpQYzGkmeNp8AtdSMC Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Jacob Jennings wrote: > 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 problem 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 output of that command: >=20 > cdrecord: No write mode specified. > cdrecord: Asuming -tao mode. > cdrecord: Future versions of cdrecord may have different drive > dependent defaults. cdrecord: Continuing in 5 seconds... > Cdrecord-Clone 2.01 (i386-unknown-freebsd6.0) Copyright (C) 1995-2004 > J=F6rg 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. >=20 > When I perform a dmesg command, here is the output (Repeat each one > of those about 15 times, and that's it):=20 >=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 As you got a medium error it probably makes sense to try a disc from a different manufacturer. Check the output of cdrecord dev=3D1,0,0 -atip I'd be surprised if switching from cdrecord to burncd would solve the problem. While it has nothing to do with your medium problem, you should enable DMA on acd0. Fabian --=20 http://www.fabiankeil.de/ --Sig_v97FPnpQYzGkmeNp8AtdSMC Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEdC8qjV8GA4rMKUQRAqXOAJ4ln2dXgNHwtqEDREm/h1rZvK1o7QCg2gNU CA8PqpV0b/GpBDUUeL/cJhs= =mfLN -----END PGP SIGNATURE----- --Sig_v97FPnpQYzGkmeNp8AtdSMC--