Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Dec 1998 17:08:53 +0200
From:      Sheldon Hearn <axl@iafrica.com>
To:        freebsd-stable@FreeBSD.ORG
Subject:   ATAPI CD-ROM detected but unusable
Message-ID:  <7074.912784133@axl.noc.iafrica.com>

next in thread | raw e-mail | index | archive | help

Hi folks,

I can't use cdcontrol to play audio CD's. I'm experiencing the
following:

# cdcontrol -f wcd0c
Compact Disc Control utility, version 2.0
Type `?' for command list

cdcontrol> play
cdcontrol: Input/output error

I've statically compiled ATAPI support into my kernel. Although the
CD-ROM is detected while probing wdc1, the kernel doesn't spit out
anything about wcd0 as I expected, having had this working on another
machine.

I'm worried that the significant difference between this machine and the
other is that I've enabled PnP support for my sound card.  The CD-ROM
runs off the mainboard's seconday controller and the sound card doesn't
offer a controller, so there's no conflict there.

Any help would be appreciated. Bits of dmesg output and kernel config
follow.

Thanks,
Sheldon.

kernel config bits:
--------
[...]
options		FFS			#Fast filesystem
options		NFS			#Network filesystem
options		MFS			#Memory filesystem
options		ATAPI			#Enable ATAPI support for IDE bus
options		ATAPI_STATIC		#Don't do it as an LKM
options		PROCFS			#Process filesystem
options		MSDOSFS			#MS DOS filesystem
[...]
controller	isa0
controller	pci0
controller	pnp0  # this is required for PnP support
controller	wdc0	at isa? port "IO_WD1" bio irq 14 flags 0x80ff80ff vector wdintr
controller	wdc1	at isa? port "IO_WD2" bio irq 15 flags 0x80ff80ff vector wdintr
controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr

disk		wd0	at wdc0 drive 0
disk		wd2	at wdc1 drive 0
disk		wcd0
disk		fd0	at fdc0 drive 0

dmesg bits:
--------
[...]
Probing for devices on PCI bus 0:
chip0 <Intel 82437VX PCI cache memory controller> rev 2 on pci0:0:0
chip1 <Intel 82371SB PCI-ISA bridge> rev 1 on pci0:7:0
chip2 <Intel 82371SB IDE interface> rev 0 on pci0:7:1
[...]
Probing for PnP devices:
CSN 1 Vendor ID: CTL00f0 [0xf0008c0e] Serial 0xffffffff
pcm1 (SB16pnp <Vibra16X> sn 0xffffffff) at 0x220 irq 5 drq 1 flags 0x13 id 13
Probing for devices on the ISA bus:
[...]
wdc0 at 0x1f0-0x1f7 irq 14 flags 0x80ff80ff on isa
wdc0: unit 0 (wd0): <FUJITSU MPA3017AT>, 32-bit, multi-block-32
wd0: 1668MB (3417120 sectors), 3390 cyls, 16 heads, 63 S/T, 512 B/S
wdc1 at 0x170-0x177 irq 15 flags 0x80ff80ff on isa
wdc1: unit 0 (wd2): <FUJITSU MPA3017AT>, 32-bit, multi-block-32
wd2: 1668MB (3417120 sectors), 3390 cyls, 16 heads, 63 S/T, 512 B/S
wdc1: unit 1 (atapi): <CREATIVECD2421E/1.04>, removable, accel, dma, iordis
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1.44MB 3.5in

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7074.912784133>