From owner-freebsd-questions Thu Feb 12 00:04:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA24526 for questions-outgoing; Thu, 12 Feb 1998 00:04:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tshansen.reshall.ucsd.edu (tshansen.reshall.ucsd.edu [128.54.173.26]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA24516 for ; Thu, 12 Feb 1998 00:04:53 -0800 (PST) (envelope-from taco@tshansen.reshall.ucsd.edu) Received: from localhost (taco@localhost) by tshansen.reshall.ucsd.edu (8.8.7/8.8.7) with SMTP id AAA02938; Thu, 12 Feb 1998 00:04:56 -0800 (PST) (envelope-from taco@tshansen.reshall.ucsd.edu) Date: Thu, 12 Feb 1998 00:04:56 -0800 (PST) From: "Todd 'Taco' Hansen" Reply-To: taco@mad.scientist.com To: Christopher JS Vance cc: questions@FreeBSD.ORG Subject: Re: ATAPI CD-ROM In-Reply-To: <19980212072708.364.qmail@hilda.sci.usq.edu.au> 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 that error message at boot is saying that it is unable to find your secondary IDE controller. Anyway, if you can figure the exact io and irq of your secondary slave and reconfigure the kernel settings (at the boot prompt type -c and run visual at the prompt) to correctly match that then your cdrom drive (wcd0 or something close) should be recognized. BTW, this doesn't seem like a cdrom problem but simply that your secondary ide bus isn't recognized. -taco On Thu, 12 Feb 1998, Christopher JS Vance wrote: > Hi. > > I've installed 2.2.5-R on my machine after a long break from FreeBSD. > > I have a Dual PCI/IDE controller with a regular disk on wd0, and a > Samsung CSR2030 ATAPI CD-ROM as secondary slave. The other system > beginning with L is happy to find and use the CD-ROM, while FreeBSD > doesn't seem to find wdc1, let alone what's connected to it. > > When I boot, it seems that wdc1 is not found: dmesg from a -v boot > includes the following excerpts > > ... > chip2 rev 0 on pci0:1:1 > mapreg[20] type=1 addr=0000e800 size=0010. > Primary IDE: enabled > Secondary IDE: enabled > ... > wdc0 at 0x1f0-0x1f7 irq 14 on isa > wdc0: unit 0 (wd0): > wd0: 3079MB (6306048 sectors), 6256 cyls, 16 heads, 63 S/T, 512 B/S > wdc1 not found at 0x170 > ... > > My kernel config includes the following > > ... > controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr > disk wd0 at wdc0 drive 0 > #disk wd1 at wdc0 drive 1 > > controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr > #disk wd2 at wdc1 drive 0 > disk wd3 at wdc1 drive 1 > > controller wcd0 > options ATAPI #Enable ATAPI support for IDE bus > options ATAPI_STATIC #Don't do it as an LKM > device wcd0 #IDE CD-ROM > ... > > Any ideas? > > And has anybody got a Samsung SCR2030 working with FreeBSD anyway? (I note that the FAQ is a bit vague about which ATAPI CD-ROMs do and don't work.) > > -- Christopher > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe questions" in the body of the message > -- "Hey! Who took the cork off my lunch??!" -- W. C. Fields Todd Hansen, KD6YPS http://sehplib.ucsd.edu/~tshansen/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe questions" in the body of the message