From owner-freebsd-stable@FreeBSD.ORG Mon Nov 22 14:47:43 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9F1016A4CE for ; Mon, 22 Nov 2004 14:47:43 +0000 (GMT) Received: from lurza.secnetix.de (lurza.secnetix.de [83.120.8.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id E83DC43D1F for ; Mon, 22 Nov 2004 14:47:42 +0000 (GMT) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (ojuzmj@localhost [127.0.0.1]) by lurza.secnetix.de (8.12.11/8.12.11) with ESMTP id iAMElekE086745 for ; Mon, 22 Nov 2004 15:47:40 +0100 (CET) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.12.11/8.12.11/Submit) id iAMEle95086744; Mon, 22 Nov 2004 15:47:40 +0100 (CET) (envelope-from olli) Date: Mon, 22 Nov 2004 15:47:40 +0100 (CET) Message-Id: <200411221447.iAMEle95086744@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG In-Reply-To: <004501c4d057$40a19540$6401a8c0@laptop> X-Newsgroups: list.freebsd-stable User-Agent: tin/1.5.4-20000523 ("1959") (UNIX) (FreeBSD/4.10-RELEASE (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: Configuring a DVD burner on 4.10 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-stable@FreeBSD.ORG List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2004 14:47:44 -0000 DONALD GOODWIN wrote: > The drive is seen by the OS. I can mount it using a normal CD-R. But when > I try to use it for a burner, it doesn't work (get a bad ioctl message). The _exact_ wording of the error message might be helpful. > When I run camcontrol devlist, the drive shows up on bus 2. But, when I run > cdrecord, bus 2 is not seen. Camcontrol reports the device (/dev/adc0a) is > using pass4. But there is no /dev/pass4 device in /dev. Then create it (as root): cd /dev; sh MAKEDEV pass4 > The message i get is inapproriate ioctl. Driving me nuts. > Thoughts/pointers/questions are greatly appreciated. I would recommend using the dvd+rw-tools port instead of cdrecord (/usr/ports/sysutils/dvd+rw-tools). Despite the name, it supports all types of DVD-R/-RW/+R/+RW. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "Clear perl code is better than unclear awk code; but NOTHING comes close to unclear perl code" (taken from comp.lang.awk FAQ)