From owner-freebsd-usb@FreeBSD.ORG Tue Mar 7 15:54:27 2006 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6865716A420 for ; Tue, 7 Mar 2006 15:54:27 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0AB843D5A for ; Tue, 7 Mar 2006 15:54:22 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k27Fr7Lm004945; Tue, 7 Mar 2006 08:53:07 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 07 Mar 2006 08:53:07 -0700 (MST) Message-Id: <20060307.085307.71093218.imp@bsdimp.com> To: matheusber@yahoo.com.br From: Warner Losh In-Reply-To: <20060307140919.58121.qmail@web36715.mail.mud.yahoo.com> References: <20060307140919.58121.qmail@web36715.mail.mud.yahoo.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 07 Mar 2006 08:53:07 -0700 (MST) Cc: freebsd-usb@freebsd.org Subject: Re: external usb dvdrw X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Mar 2006 15:54:27 -0000 > i have a LG dvdrw and a vipower external enclosure, > and a toshiba notebook that can burn dvd's and cd's > using it. > > every command that is not reading a cd/dvd gets me an > error. when i run dvd+rw-mediainfo /dev/cd0 it > produces an 0x46 error in dmesg. I've managed to get this working on current by minor tweaks to the umass driver to not ignore certain commands, but to pass them through. This was also independently done by phk, but there's some issues with the simple hack that might destabilize the thumb drives. This ordinarily wouldn't bother me, but the goofy things are fragile enough as it is, and any extra protection there is likely a good thing... You may have a different problem, however. I used cdrecord with the dvd+rw extensions (growisofs) and found that I got many warnings in the log, I was able to burn a dvd in all but one of the cases I tried. That one case I think was a problem with the production of data using dump was so slow that I couldn't stream the data to the dvd. Some blanks tolerated this well, while others didn't (or I got lucky on some, unlucky on others). Without seeing the messages from the applications that you are using, and a complete dmesg, it is hard to say for sure. Warner