From owner-freebsd-stable@FreeBSD.ORG Wed Oct 24 06:15:34 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9190916A417 for ; Wed, 24 Oct 2007 06:15:34 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id C7A8B13C48E for ; Wed, 24 Oct 2007 06:15:33 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 24 Oct 2007 06:15:22 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp054) with SMTP; 24 Oct 2007 08:15:22 +0200 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX1+cFrkKoTqccsOoUjqBxZzqoR+PElFgYrUr19i9bH LzxXODIijlu2// Message-ID: <471EE2FA.3040802@gmx.de> Date: Wed, 24 Oct 2007 08:15:22 +0200 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.6 (X11/20071015) MIME-Version: 1.0 To: Olivier Brisson References: <471E7055.4000904@gmx.de> <000401c815c2$5bcbc9e0$13635da0$@org> <471EE04D.1050909@gmx.de> In-Reply-To: <471EE04D.1050909@gmx.de> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-stable@freebsd.org Subject: Re: RELENG_7 problem with playing DVDs X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2007 06:15:34 -0000 [LoN]Kamikaze wrote: > Olivier Brisson wrote: > I actually tried with 2 different drives. I can get more detailed, now. > > The drive lockup and dmesg spamming till the system has shut down as I > reported it only occurs if I try to use the drives through the cam interface > /dev/cd0 or /dev/cd1. The error message being the same. > > Here is the dmesg boot output concerning the drives: > atapci0: port > 0x1f0-0x1f7,0x3f6,0x170-0x177,0x37...skipping... > acd0: DVDROM at ata1-master UDMA33 > acd1: DVDR at ata1-slave UDMA33 > acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 > cd0 at ata1 bus 0 target 0 lun 0 > cd0: Removable CD-ROM SCSI-0 device > cd0: 33.000MB/s transfers > cd0: cd present [3799193 x 2048 byte records] > cd1 at ata1 bus 0 target 1 lun 0 > cd1: Removable CD-ROM SCSI-0 device > cd1: 33.000MB/s transfers > cd1: cd present [3793882 x 2048 byte records] > > If I use the acd0 device mplayer just fails because of failed CSS-key > cracking. The dmesg gets a couple of lines with: > ata1: FAILURE - non aligned DMA transfer attempted > acd0: setting up DMA failed > acd0: FAILURE - REPORT_KEY ILLEGAL REQUEST asc=0x6f ascq=0x04 > > If I use the acd1 device there are no dmesg reports and the dvd plays, but > very poorly, as if the drive was in PIO mode. I checked my BIOS settings and > all the usual suspects like block-reading, DMA and so on are turned on. I now turned of the AUTO detection and hand-configured the devices. Now acd1 also reports the same DMA failure.