Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2004 18:20:36 +0100
From:      Thomas Quinot <thomas@FreeBSD.ORG>
To:        freebsd-current@freebsd.org
Subject:   Re: timeouts on ATAPI cd-burner
Message-ID:  <20040226172036.GA88430@melusine.cuivre.fr.eu.org>
In-Reply-To: <20040219204831.GA735@peter.home.wul>
References:  <20040219204831.GA735@peter.home.wul>

next in thread | previous in thread | raw e-mail | index | archive | help
* 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040226172036.GA88430>