FB-5.1: pcm1 attach returned 6

From: Davis Doherty (doherty_at_math.washington.edu)
Date: 11/26/03


Date: Wed, 26 Nov 2003 12:03:44 -0800


So I've been working on setting up FreeBSD-5.1 on my inherited Thinkpad
600 for a little while now, and I'm still trying to work out some of the
differences in the 5.x tree as well as the differences in setting up on a
laptop (I've run pretty much every release since 2.2.6, but only on
desktops). So after building a new kernel with the line

device pcm,

I rebooted, and received the following message:

pcm1: <CS423x> on isa0
device_probe_and_attach: pcm1 attach returned 6
unknown: <PNP0e03> can't assign resources (port)
unknown: <PNP0e03> can't assign resources (port)
unknown: <PNP0680> can't assign resources (port)
unknown: <PNP0680> can't assign resources (port).

These are messages I have never seen all these years (as is a similar
message I receive for cbb0:

cbb: Unable to map IRQ...
device_probe_and_attach: cbb0 attach returned 12);
however, I did try adding the following to /boot/device.hints:

hint.pcm.0.at="isa"
hint.pcm.0.irq="5"
hint.pcm.0.drq="1"
hint.pcm.0.flags="0x0".

I still receive the same message upon reboot, however. Just to be doubly
sure, I checked with /dev/sndstat in each trial, and no installed devices
were listed.

Any proposed solutions would be greatly appreciated.

-Davis



Relevant Pages