From owner-freebsd-current@FreeBSD.ORG Thu Feb 26 09:20:39 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DBC716A4CE for ; Thu, 26 Feb 2004 09:20:39 -0800 (PST) Received: from melusine.cuivre.fr.eu.org (melusine.cuivre.fr.eu.org [62.212.105.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id E575C43D1F for ; Thu, 26 Feb 2004 09:20:38 -0800 (PST) (envelope-from thomas@FreeBSD.ORG) Received: by melusine.cuivre.fr.eu.org (Postfix, from userid 1000) id B9F762A42B; Thu, 26 Feb 2004 18:20:36 +0100 (CET) Date: Thu, 26 Feb 2004 18:20:36 +0100 From: Thomas Quinot To: freebsd-current@freebsd.org Message-ID: <20040226172036.GA88430@melusine.cuivre.fr.eu.org> References: <20040219204831.GA735@peter.home.wul> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040219204831.GA735@peter.home.wul> X-message-flag: WARNING! Using Outlook can damage your computer. User-Agent: Mutt/1.5.6i Subject: Re: timeouts on ATAPI cd-burner X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 17:20:39 -0000 * Peter Wullinger, 2004-02-19 : > I have upgraded to 5.2-CURRENT #5 from yesterday, to > test if the following commit fixes my problem, > beeing to able to write to an PHILIPS CDRW48P P1.6 > ATAPI burner using cdrecord: Does burning CDs with burncd work on your setup? Also, when cdrecord hangs, you can try to at least unlock the drive with the following commands: # FLUSH CACHE (abort CD write sequence) camcontrol cmd 2:1:0 -c 0x35 -v && # PREVENT/ALLOW MEDIUM REMOVAL camcontrol cmd 2:1:0 -c 0x1e -v (replace 2:1:0 with the appropriate target identification for your CD writer). -- Thomas.Quinot@Cuivre.FR.EU.ORG