From owner-freebsd-current@FreeBSD.ORG Tue Jan 13 12:00:01 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 4CBF216A4CE for ; Tue, 13 Jan 2004 12:00:01 -0800 (PST) Received: from cmsrelay03.mx.net (cmsrelay03.mx.net [165.212.11.112]) by mx1.FreeBSD.org (Postfix) with SMTP id 4BA8643D39 for ; Tue, 13 Jan 2004 11:59:59 -0800 (PST) (envelope-from noackjr@compgeek.com) Received: from uadvg130.cms.usa.net (165.212.11.130) by cmsoutbound.mx.net with SMTP; 13 Jan 2004 19:59:56 -0000 Received: from optimator.noacks.org [65.69.2.105] by uadvg130.cms.usa.net (ASMTP/noackjr@usa.net) via mtad (C8.MAIN.3.11E) with ESMTP id 231iamT820459M30; Tue, 13 Jan 2004 19:59:53 GMT X-USANET-Auth: 65.69.2.105 AUTH noackjr@usa.net optimator.noacks.org Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id C93B56116 for ; Tue, 13 Jan 2004 13:59:49 -0600 (CST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19197-02-2 for ; Tue, 13 Jan 2004 13:59:39 -0600 (CST) Received: from compgeek.com (optimator [192.168.1.11]) by optimator.noacks.org (Postfix) with ESMTP id 2DBC86127 for ; Tue, 13 Jan 2004 13:59:39 -0600 (CST) Message-ID: <40044E2B.3080703@compgeek.com> Date: Tue, 13 Jan 2004 13:59:39 -0600 From: Jon Noack User-Agent: Mozilla Thunderbird 0.5a (20040105) X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org References: <4003AE67.1050704@compgeek.com> In-Reply-To: <4003AE67.1050704@compgeek.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Virus-Scanned: by amavisd-new at noacks.org Content-Transfer-Encoding: quoted-printable Subject: Re: 5.2-RELEASE: unable to mount cd-roms X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@compgeek.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2004 20:00:01 -0000 On 1/13/2004 2:37 AM, Jon Noack wrote: > I am unable to mount CD-ROMs with 5.2-RELEASE. I get the following=20 > error message: >=20 > cd9660: /dev/acd0: Input/output error >=20 > I first noticed this problem when a 5.2-RELEASE miniinst disc would not= =20 > use itself as installation media (I was forced to use FTP instead, even= =20 > though the drive had booted the disc into the installer fine). I have=20 > only been able to mount a CD-ROM if the disc is already in the drive=20 > before booting the computer. Subsequent attempts fail with the above=20 > message. Attempting to mount with "-v" does not provide any further=20 > info. Also, toggling "hw.ata.atapi_dma" does not change the behavior. >=20 > The drive is installed as the master on ata0. >=20 > The full dmesg: > http://www.noacks.org/freebsd/dmesg.20040113.txt >=20 > $ grep acd0: dmesg.20040113.txt > acd0: FAILURE - MODE_SENSE_BIG status=3D51=20 > sensekey=3DABORTED COMMAND error=3D4 > acd0: FAILURE - MODE_SENSE_BIG status=3D51=20 > sensekey=3DABORTED COMMAND error=3D4 > acd0: DVDROM drive at ata0 as=20 > master > acd0: read 16007KB/s (32015KB/s), 2KB buffer, WDMA2 > acd0: Reads: CDR, CDRW, CDDA, DVDROM, packet > acd0: Writes: > acd0: Audio: play, 65280 volume levels > acd0: Mechanism: ejectable tray, unlocked > acd0: Medium: CD-ROM 120mm photo disc > acd0: WARNING - READ_BIG UDMA ICRC error (retrying request) > acd0: FAILURE - READ_BIG status=3D51 sensekey=3DILLEGA= L=20 > REQUEST error=3D0 >=20 > Jon Noack In the "5.2-CURRENT panic on startup after cvsup: probably recent ATA"=20 thread, S=F8ren said: " one ATAPI device as master? This will break lots-a-stuff if=20 so... " My DVD-ROM is the master of ata0. Is this out of spec? It worked fine=20 with 4.x in this same configuration. Jon