From owner-freebsd-questions Tue Dec 7 10: 3: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.wcarey.com (mail.wcarey.com [209.181.61.113]) by hub.freebsd.org (Postfix) with ESMTP id 231C014CBB for ; Tue, 7 Dec 1999 10:03:02 -0800 (PST) (envelope-from wcarey@wcarey.com) Received: from mail.wcarey.com (mail.wcarey.com [209.181.61.113]) by mail.wcarey.com (8.9.3/8.9.3) with ESMTP id JAA05510; Tue, 7 Dec 1999 09:12:00 -0800 (PST) (envelope-from wcarey@wcarey.com) Date: Tue, 7 Dec 1999 09:12:00 -0800 (PST) From: Woody Carey To: Daniel Schrock Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CD-Rom won't mount. In-Reply-To: <005201bf406c$d560cdc0$0200a8c0@olivia> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Daniel, I have seen this problem with the ATAPI cdrom on my 3.2-R box. This is due to a bug in the driver. I think Soren knows about this, and has commited a fix in -current, which should show up in a -release here sometime. The workaround I found was to boot with a disc in the drive. Then I can mount cds. Woody On Mon, 6 Dec 1999, Daniel Schrock wrote: > Hello, > > I'm having problems with my CD-Rom. I hope you can give me some insight as to how to get it working > > Here is what dmesg says: > . > . > wdc1 at 0x378 irq 7 flags 0x40 on isa > wdc1: unit 0 (atapi): , removable, dma, iordy > . > . > acd0: read_toc failed > acd0: read_toc failed > > I removed mcd, scd, and matcd from the kernel, as the cd-rom is not any of > those types, > and I've tried: > ./MAKEDEV wcd0 > since it is a standard IDE (ATAPI) cd-rom > using (as root): > mount_cd9660 /dev/wcd0c /cdrom > and > mount_cd9660 /dev/acd0c /cdrom > > both give me : > acd0: read_toc failed > acd0: read_toc failed > mount_cd9660: Input/output error > > ls -l in /dev gives me: > lrwxrwxr-x 1 root wheel 5 Dec 6 09:45 wcd0a -> acd0a > lrwxrwxr-x 1 root wheel 5 Dec 6 09:45 wcd0c -> acd0c > > The discs I'm trying to read are the FreeBSD discs, which are brand new, > delivered a few weeks ago. > The drive is a Wearnes Peripheral International 32x cd-rom (model # CDS-32x) > capable of reading all the standard formats (cd-r, cd-rw, audio, etc.) > During install, everything was read from it just fine, saying blah, blah, > blah read from acd0 @ such and such k/sec. > > I'm at a loss. Please help if you can see something wrong. > > Daniel Schrock > djab@enteract.com > dschrock@enteract.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message