From owner-freebsd-questions@FreeBSD.ORG Sat Jun 24 10:49: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 8B34316A4A6 for ; Sat, 24 Jun 2006 10:49:24 +0000 (UTC) (envelope-from gurdiga@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1B1743D55 for ; Sat, 24 Jun 2006 10:49:21 +0000 (GMT) (envelope-from gurdiga@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so233436uge for ; Sat, 24 Jun 2006 03:49:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=E5fJ3PxmiD4PsKe12obThBSQrTE6lIox0DJjRwJwlmfujT+jypGL6PwkmdjhhhOryysgIGRXyW9EfgqZR7l+P/LJ5MuQyWc5AmVljY40lpFf3CG9tdlg5f39DZEmPSrJjLSnAzK5SFaAosR1U2Dd4ZrWiP6EWx0weyf2cKb+6ec= Received: by 10.78.160.2 with SMTP id i2mr1548255hue; Sat, 24 Jun 2006 03:49:20 -0700 (PDT) Received: by 10.78.12.10 with HTTP; Sat, 24 Jun 2006 03:49:20 -0700 (PDT) Message-ID: Date: Sat, 24 Jun 2006 13:49:20 +0300 From: "Vlad GURDIGA" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: burncd: ioctl(CDRIOCNEXTWRITEABLEADDR): Input/output error 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: Sat, 24 Jun 2006 10:49:24 -0000 Hello, I get this error when I try to write (under root) a CD-RW or CD-R as is found in handbook: besa# burncd data FC-5-i386-disc1.iso fixate burncd: ioctl(CDRIOCNEXTWRITEABLEADDR): Input/output error Here are my (SMP) system details: besa# uname -a FreeBSD besa.org 6.1-STABLE FreeBSD 6.1-STABLE #24: Thu Jun 22 21:36:23 EEST 2006 root@besa.org:/usr/src/sys/i386/compile/besa i386 besa# dmesg | grep acd acd0: DVDR at ata1-master UDMA66 acd0: FAILURE - READ_TRACK_INFO ILLEGAL REQUEST asc=0x24 ascq=0x00 acd0: FAILURE - READ_TRACK_INFO ILLEGAL REQUEST asc=0x24 ascq=0x00 Is there any way to make it work?