Date: Tue, 24 Feb 2004 07:08:35 -0600 From: "Andrew L. Gould" <algould@datawok.com> To: freebsd-questions@freebsd.org Subject: cardbus configuration from FreeBSD 4.9 to 5.2.1 RC2 Message-ID: <200402240708.35953.algould@datawok.com>
next in thread | raw e-mail | index | archive | help
I have a Compaq Presario 910US that dual boots Win2K Pro and FreeBSD 4.9 STABLE. I installed 5.2.1 RC2 on a spare hard drive this morning; but can't get it to detect my wireless card (Linksys WPC11 v.3). In FreeBSD 4.9, I got my wireless card working by: 1. Commenting out the irq and io lines in /etc/defaults/pccard.conf 2. Adding the following lines to /etc/pccard.conf: debuglevel 4 irq 4 7 io 0x278-0x378 3. Adding the following line to /etc/rc.conf: pccard_enable="YES" In FreeBSD 5.2.1 RC2: 1. I performed all of the steps described above for FreeBSD 4.9 2. I added the following line to /etc/rc.conf: devd_enable="YES" Unfortunately, my wireless card is still not detected. Here are some relevant lines from dmesg: cbb0: <TI1410 PCI-CardBus Bridge> mem 0xffbfe000-0xffbfefff at device 10.0 on pci0 cardbus0: <CardBus bus> on cbb0 pccard0: <16-bit PCCard bus> on cbb0 pcib0: device has no interrupts cbb: Unable to map IRQ... device_probe_and_attach: cbb0 attach returned 12 Adding the following lines to /boot/device.hints and rebooting did not help: hint.cbb.0.at="pci" hint.cbb.0.irq="4" hint.cbb.0.maddr="0x278" I am still running the GENERIC kernel. Any advice? Thanks, Andrew Gould
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402240708.35953.algould>