From owner-freebsd-current@FreeBSD.ORG Fri Oct 22 09:49:16 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 0DF2716A4CE for ; Fri, 22 Oct 2004 09:49:16 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id C927E43D48 for ; Fri, 22 Oct 2004 09:49:15 +0000 (GMT) (envelope-from c.widger@comcast.net) Received: from [192.168.90.36] (c-24-5-158-1.client.comcast.net[24.5.158.1]) by comcast.net (rwcrmhc12) with ESMTP id <20041022094915014004ij1pe> (Authid: c.widger); Fri, 22 Oct 2004 09:49:15 +0000 Message-ID: <4178780A.4060408@comcast.net> Date: Fri, 22 Oct 2004 03:01:30 +0000 From: cwidger User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040826 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org X-Enigmail-Version: 0.85.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: acd0 FAILURE READ_BIG MEDIUM 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: Fri, 22 Oct 2004 09:49:16 -0000 On Tue, Oct 19, 2004 at 02:19:08AM +0000, cwidger wrote: >>>> >>uname -r >>>> >>5.3-BETA7 >>>> >> >>>> >>acd0 : CDRW at ata1-master UDMA33 >>>> >>acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x00 ascq=0x00 error=0 >>>> >>acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x00 ascq=0x00 error=0 >>>> >>acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x00 ascq=0x00 error=0 >>>> >>acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x00 ascq=0x00 error=0 >>>> >>acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x00 ascq=0x00 error=0 >>>> >> >>>> >>This happens when there's a DVD in acd0. It doesn't happen when acd0's >>>> >>empty. >>> >>> >> >> > > >>> >What kind of DVD drive is it? Did this just start happening with 5.3, or >>> >jas it been going on for a while? >> >> >>> >>> I didn't have any problems with 5.2.1, only the 5.3-beta's. It's the built >>> in QSI SBW-241 CD-RW/DVD on my Compaq Presario 2100 Laptop. > > >uname -r > 5.3-BETA7 >sysctl hw.ata.atapi_dma > hw.ata.atapi_dma: 0 >I have the same laptop and the same problem, I solved using > device atapicam > device scbus > device cd > device pass >and cutting out > device atapicd >During the bootstrap I have 5/6 sec. of pause, after that >all works well and I can use the DVD drive by the device /dev/cd0 >marta I upgraded to 5.3 rc1 hoping to solve this, no luck, then I put the above in my kernel, but the pause after bootstrap is 3-4 minutes. Also when I did: laptop#sysctl hw.ata.atapi_dma hw.ata.atapi_dma: 1 After the 3-4 minute pause everything is mormal and I can mount cd0. Hopefully this will be fixed in the next rc. thanks for the help