Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Dec 2003 14:20:43 -0800 (PST)
From:      Davis Doherty <doherty@math.washington.edu>
To:        freebsd-questions@freebsd.org
Subject:   pcm, cbb problems in 5.1 w/Thinkpad
Message-ID:  <Pine.LNX.4.58.0312021409010.1680@zeno1.math.washington.edu>

next in thread | raw e-mail | index | archive | help
aI've been trying to get FreeBSD 5.1 running on an inherited Thinkpad 600
(my first foray into both laptops and the 5.x tree), and I have stumbled a
little bit in properly configuring the kernel. I have not found any
solutions in the archives for these, so any suggestions would be heartily
appreciated (especially ones that work).

First off, I included the line

device          pcm

in my kernel, compiled, and installed. The result (as reported by dmesg)
was as follows:

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)

I then tried putting the following lines in device.hints (though this file
is one of the aspects of 5.1 I'm still unfamiliar with):

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

The result was the same.

A less important issue (since I don't currently use any PCMCIA cards) is
with cbb0:

cbb0: <TI1250 PCI-CardBus Bridge> mem 0x20301000-0x20301fff at device 2.0
on pci
0
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
cbb: Unable to map IRQ...
device_probe_and_attach: cbb0 attach returned 12
cbb0: <TI1250 PCI-CardBus Bridge> mem 0x20300000-0x20300fff at device 2.1
on pci
0
cardbus1: <CardBus bus> on cbb0
pccard1: <16-bit PCCard bus> on cbb0
cbb: Unable to map IRQ...
device_probe_and_attach: cbb0 attach returned 12

Similar output occurs for cardbus1, cardbus2, and cardbus3.

-Davis Doherty



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