From owner-freebsd-hardware Mon Jan 28 15: 0: 4 2002 Delivered-To: freebsd-hardware@freebsd.org Received: from blueyonder.co.uk (pcow035o.blueyonder.co.uk [195.188.53.121]) by hub.freebsd.org (Postfix) with ESMTP id 1A95337B417 for ; Mon, 28 Jan 2002 14:59:50 -0800 (PST) Received: from pcow035o.blueyonder.co.uk ([127.0.0.1]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Mon, 28 Jan 2002 22:59:49 +0000 Received: from y2p4t1 (unverified [62.30.68.81]) by pcow035o.blueyonder.co.uk (Content Technologies SMTPRS 4.2.9) with ESMTP id for ; Mon, 28 Jan 2002 22:59:49 +0000 From: "Stuart Duckworth" To: freebsd-hardware@freebsd.org Date: Mon, 28 Jan 2002 23:04:20 -0000 MIME-Version: 1.0 Content-type: text/plain; charset="us-ascii" Content-transfer-encoding: 7BIT Subject: ide cdrom Reply-To: ITServices@cableinet.co.uk Message-ID: <3C55D8F4.10981.1479420@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I hope someone can help me. I have been trying to find out how to configure an old 486 box on which I have installed FreeBSD 4.2 I have searched the FAQs and FreeBSD Archives for an answer to the problem and come up with nothing. Last year Shaun Dwyer posted about a very similar problem but I have not been able to trace him at any of the email addresses he's posted from. If you're there, Shaun, and you think you can help me, please reply to this. If anyone else can help, I'll be grateful. 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 Sysinstall so that it could see and use the cd to install from. It worked. The cdrom is set as master and is the only piece of hardware attached to the card. After installation I rebooted the machine and, as root, tried to mount the cdrom with # mount -t cd9660 -o ro /dev/acd0c /cdrom got the error: 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 I still have the other messages: ata0 at port 0x1f0-0x1f7,0x3f6 irq14 on isa0 ... unknown: can't assign resources. The device ata1 does not exist, apparently. I am at a loss and trying everything I can to get an answer to this problem. Stuart Duckworth. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message