From owner-freebsd-questions Wed Jan 23 11:50:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blueyonder.co.uk (pcow035o.blueyonder.co.uk [195.188.53.121]) by hub.freebsd.org (Postfix) with ESMTP id A111037B44B for ; Wed, 23 Jan 2002 11:50:34 -0800 (PST) Received: from pcow035o.blueyonder.co.uk ([127.0.0.1]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Wed, 23 Jan 2002 19:46:59 +0000 Received: from y2p4t1 (unverified [62.30.68.81]) by pcow035o.blueyonder.co.uk (Content Technologies SMTPRS 4.2.9) with ESMTP id for ; Wed, 23 Jan 2002 19:46:59 +0000 From: "Stuart Duckworth" To: freebsd-questions@FreeBSD.ORG Date: Wed, 23 Jan 2002 19:51:07 -0000 MIME-Version: 1.0 Content-type: text/plain; charset="us-ascii" Content-transfer-encoding: 7BIT Subject: Re: cd mount problem Reply-To: ITServices@cableinet.co.uk Message-ID: <3C4F142B.12122.BA2ED1@localhost> In-reply-to: <20011005033106.70977.qmail@web13502.mail.yahoo.com> References: <00af324061704a1PCOW028M@blueyonder.co.uk> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, Some time ago I wrote about my problems mounting the cdrom on my FreeBSD 4.2 system. I have taken a long time getting round to this. Chia an wrote suggesting that I look in /etc/fstab to see that the cdrom file system exists: it does. Also suggested I do: sh MAKEDEV acd0c which I tried but to no avail. I think I have to put out a lot more information if anyone is to be able to help me. So here's the story: I am using an ABIT motherboard running an AMD DX4. There is a sIDE CDROM control card sitting in an ISA slot. It uses IRQ 15 and I/O addresses 1E8 - 1EF. When I installed FreeBSD I had to set the access to the CDROM card at irq 15 etc. in the installation program so that it could see and use the cd to install from. It worked. After installation I rebooted the machine and, as root, tried to mount the cdrom with # mount_cd9660 /dev/acd0c /cdrom got the error: mount_cd9660: Device not configured. I did dmesg and got: ata0 at port 0x1f0-0x1f7,0x3f6 irq14 on isa0 ... unknown: can't assign resources. I looked in /etc/fstab and found /dev/acd0c /cdrom cd9660 ro, noauto 0 0 I recompiled the kernel including the lines: device ata device atapicd ... device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 It compiled and ran first time (with reservations about sendmail at the moment!) but still it can not see the cdrom and there is no: ata1 at port ... etc. in the dmesg output. but still have the other messages: ata0 at port 0x1f0-0x1f7,0x3f6 irq14 on isa0 ... unknown: can't assign resources. How can I get the kernel to see and read/write to the sIDE card and hence the cdrom? Hope someone can help me. Stuart. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message