From owner-freebsd-questions Mon Feb 19 18:48:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tigger.acme-anvils.net (dhcp065-024-124-247.columbus.rr.com [65.24.124.247]) by hub.freebsd.org (Postfix) with ESMTP id 2D04F37B4EC for ; Mon, 19 Feb 2001 18:48:36 -0800 (PST) Received: from columbus.rr.com (localhost.acme-anvils.net [127.0.0.1]) by tigger.acme-anvils.net (8.11.1/8.11.1) with ESMTP id f1K2tDs02821 for ; Mon, 19 Feb 2001 21:55:19 -0500 (EST) (envelope-from nludban@columbus.rr.com) Message-ID: <3A91DC91.212C1E96@columbus.rr.com> Date: Mon, 19 Feb 2001 21:55:13 -0500 From: Neil Ludban X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: burncd errors with XAmode1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm attempting to create a CD-R track in XA Mode 1 (it's required for the NetBSD/dreamcast bootstrap) and keep getting the following error: > ## 122 tigger:~/NetBSD/dreamcast/ >> burncd -t -s 1 audio audio.raw > XAmode1 data.raw > next writeable LBA 0 > writing from file audio.raw size 689 KB > written this track 689 KB (100%) total 689 KB > next writeable LBA 0 > writing from file data.raw size 3868 KB > written this track 3868 KB (100%) total 4557 KB > ## 123 tigger:~/NetBSD/dreamcast/ >> burncd -s 1 audio audio.raw > XAmode1 data.raw > next writeable LBA 0 > writing from file audio.raw size 689 KB > written this track 689 KB (100%) total 689 KB > next writeable LBA 452 > writing from file data.raw size 3868 KB > > only wrote -1 of 32768 bytes and on the console: > acd0: WRITE_BIG - ILLEGAL REQUEST asc=24 ascq=00 error=04 It's an HP-9100i cd burner, and GENERIC 4.2-RELEASE kernel. Doing a test write was OK, but the real thing fails. And at only 1x speed (I usually use 4x). What else can I try?? -Neil To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message