From owner-freebsd-stable Mon Aug 28 18:45: 5 2000 Delivered-To: freebsd-stable@freebsd.org Received: from stjohn.stjohn.ac.th (stjohn.stjohn.ac.th [202.21.144.1]) by hub.freebsd.org (Postfix) with ESMTP id 8FE5937B43E for ; Mon, 28 Aug 2000 18:45:00 -0700 (PDT) Received: from granite.impoffice.ac.th ([203.151.134.100]) by stjohn.stjohn.ac.th (8.9.3/8.9.3) with SMTP id IAA08370 for ; Tue, 29 Aug 2000 08:40:40 +0700 (GMT) Message-Id: <3.0.6.32.20000829084753.00891210@stjohn.stjohn.ac.th> X-Sender: mcrogerm@stjohn.stjohn.ac.th X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Tue, 29 Aug 2000 08:47:53 +0700 To: freebsd-stable@freebsd.org From: Roger Merritt Subject: Re: ATAPI CD-ROM fails to mount on 4.1-STABLE In-Reply-To: References: <14756.8729.629364.19998@onceler.kciLink.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has this problem been resolved yet? Since I upgraded to 4.1-STABLE from 3.5-STABLE I can't locate my CD-ROM drive. Under 3.5-STABLE there was no problem. The parts of dmesg I think are relevant are: FreeBSD 4.1-STABLE #0: Mon Aug 28 11:05:07 ICT 2000 . . atapci0: port 0xffa0-0xffaf,0x374-0x377,0x170-0x177, 0x3f4-0x3f7,0x1f0-0x1f7 irq 0 at device 0.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 . . ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 4126MB [8944/15/63] at ata0-master using UDMA33 ad2: 3077MB [6253/16/63] at ata1-master using UDMA33 Mounting root from ufs:/dev/ad0s1a What happened to ata0-slave? That's where my CD-ROM is located. Under 3.5-STABLE I had to change the device number to acd0c. A grep of /dev shows: acd0a acd0c acd1a acd1c racd0a racd0c racd1a racd1c I have the following line in my fstab: /dev/acd0c /cdrom cd9660 ro,noauto 2 2 which worked under 3.5-STABLE but when I try to mount /cdrom I get: cd9660: Device not configured I'm baffled, and I really need to use that CD-ROM. -- Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message