From owner-freebsd-current@FreeBSD.ORG Mon Jul 12 07:36:10 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 4454716A4CE for ; Mon, 12 Jul 2004 07:36:10 +0000 (GMT) Received: from tomoyo.MyBSD.org.my (duke.void.net.my [202.157.186.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E6F343D4C for ; Mon, 12 Jul 2004 07:36:07 +0000 (GMT) (envelope-from skywizard@MyBSD.org.my) Received: from nabiki.magnifix.com.my (unknown [202.186.101.150]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tomoyo.MyBSD.org.my (Postfix) with ESMTP id C6CDA6CC1F; Mon, 12 Jul 2004 15:38:57 +0800 (MYT) Date: Mon, 12 Jul 2004 15:36:26 +0800 From: Ariff Abdullah To: "Kevin Oberman" Message-Id: <20040712153626.2075899a.skywizard@MyBSD.org.my> In-Reply-To: <20040712051244.20B625D08@ptavv.es.net> References: <20040712051244.20B625D08@ptavv.es.net> Organization: MyBSD X-Mailer: /usr/local/lib/ruby/1.8/net/smtp.rb Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: jrh29@po.cwru.edu cc: freebsd-current@freebsd.org Subject: Re: DVD/CD reading issues with -CURRENT from 2004-06-27 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: Mon, 12 Jul 2004 07:36:10 -0000 On Sun, 11 Jul 2004 22:12:44 -0700 "Kevin Oberman" wrote: > > From: Justin Hibbits > > Date: Sat, 10 Jul 2004 20:05:15 -0400 > > Sender: owner-freebsd-current@freebsd.org > > > > Hi, > > > > I updated to -CURRENT a couple weeks ago, for various reasons, from > > 5.2.1, but now DVD and CD reading is flaking out. When trying to > > play DVDs with mplayer, they stop after a random amount of time, > > probably after reading a complete buffer. With 'dd', trying to > > create iso images of CDs, it stops after a random amount of data is > > copied. Attached is the backtrace of a 'dd' run. > > > > Specs of the system: > > > > 5.2-CURRENT as of 2004-06-27 > > Athlon XP 1800+ > > ASUS A7V266-E/A motherboard (VIA KT-266 chipset) > > > > The 2 drives I tested are: > > iomega Zip-CD CD-RW drive (acd0) > > Toshiba DVD-ROM (acd1) > > > > Any more info required, just ask. > > > > Additional, I'm not on the list, so if you could CC me, that'd be > > great, otherwise, I'll just check the archives. > > I reported this a couple of weeks ago. I had not used the drive > heavily for a while, so I don't know exactly when the problem started. > I have discovered that accessing the drive again (another mplayer) > will release the drive. I suspect that an interrupt may be getting > lost, but I'm far from sure. > My trick is, to include atapicam support in kernel and access the cdrom using /dev/cd0 instead of /dev/acd0 . mplayer dvd://1 -dvd-device /dev/cd0 etc. -- Ariff Abdullah MyBSD http://www.MyBSD.org.my (IPv6/IPv4) http://staff.MyBSD.org.my (IPv6/IPv4) http://tomoyo.MyBSD.org.my (IPv6/IPv4)