kern/122749: cardbus problem on IBM Thinkpad T60P
Oliver
w00d00 at gmail.com
Tue Apr 15 14:20:04 UTC 2008
The following reply was made to PR kern/122749; it has been noted by GNATS.
From: Oliver <w00d00 at gmail.com>
To: "Josh Paetzel" <josh at tcbug.org>
Cc: bug-followup at freebsd.org
Subject: Re: kern/122749: cardbus problem on IBM Thinkpad T60P
Date: Tue, 15 Apr 2008 13:49:04 +0000
------=_Part_4307_27890074.1208267344470
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi Josh
I borrowed an Netgear card with the atheros 5212 chip to test.
on the two other laptops it's working on the T60p the output is the same as
for the other cards:
pcib6: requested memory range 0x88000000-0xffffffff: good
cbb0: Opening memory:
cbb0: Normal: 0xbfed0000-0xbfedffff
unknown: Lazy allocation of 0x10000 bytes rid 0x10 type 3 at 0xbfed0000
cardbus0: Expecting link target, got 0xa
cbb0: Opening memory:
map[10]: type Memory, range 32, base 0, size 16, enabled
pcib6: requested memory range 0x88000000-0xffffffff: good
found-> vendor=0x168c, dev=0x0013, revid=0x01
domain=0, bus=22, slot=0, func=0
class=02-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x0002, statreg=0x0290, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x0a (2500 ns), maxlat=0x1c (7000 ns)
intpin=a, irq=16
powerspec 2 supports D0 D3 current D0
ath0: <Atheros 5212> mem 0xbfed0000-0xbfedffff irq 16 at device 0.0 on
cardbus0
ath0: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xbfed0000
cbb0: Opening memory:
cbb0: Normal: 0xbfed0000-0xbfedffff
ath0: [MPSAFE]
ath0: [ITHREAD]
ath0: unable to attach hardware; HAL status 13
cbb0: Opening memory:
device_attach: ath0 attach returned 6
and the pciconf output:
ath0 at pci0:22:0:0: class=0x020000 card=0x5b001385 chip=0x0013168c
rev=0x01 hdr=0x00
vendor = 'Atheros Communications Inc.'
device = 'AR5212, AR5213 802.11a/b/g Wireless Adapter'
class = network
subclass = ethernet
I really don't get it, today I installed again FreeBSD 7.0 CURRENT on a T61p
and it's working plug and play :/
What is interesting is also, that it was working once, I installed on my
t60p FreeBSD 6.1 and then just updated/upgraded till I ended up with 7.0
CURRENT, but I wanted to reinstall my system now to have again a clean
installation and since I installed it out of box the cardbus is not working
anymore. If I boot on the Windows partition everything is working. (so my
cardbus is not broken :) )
Do you have any special settings in loader.conf, or in any hints file ?
greets
Oliver
On Mon, Apr 14, 2008 at 4:36 PM, Josh Paetzel <josh at tcbug.org> wrote:
> I have a T60p, I've run 7.0-RC4, 7.0-RELEASE, and 6.3-RELEASE on it. I
> use a
> pair of cardbus cards, one is a netgear atheros based wireless NIC and the
> other is a pantech px-500 EVDO card. I've had some USB trouble with the
> pantech (it has a usb modem on it) but none whatsoever with the atheros
> wireless.
>
> I can post dmesg or other output if needed.
>
> --
> Thanks,
>
> Josh Paetzel
>
> PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB
>
------=_Part_4307_27890074.1208267344470
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi Josh<br><br>I borrowed an Netgear card with the atheros 5212 chip to test.<br>on the two other laptops it's working on the T60p the output is the same as for the other cards:<br><br>pcib6: requested memory range 0x88000000-0xffffffff: good<br>
cbb0: Opening memory:<br>cbb0: Normal: 0xbfed0000-0xbfedffff<br>unknown: Lazy allocation of 0x10000 bytes rid 0x10 type 3 at 0xbfed0000<br>cardbus0: Expecting link target, got 0xa<br>cbb0: Opening memory:<br> map[10]: type Memory, range 32, base 0, size 16, enabled<br>
pcib6: requested memory range 0x88000000-0xffffffff: good<br>found-> vendor=0x168c, dev=0x0013, revid=0x01<br> domain=0, bus=22, slot=0, func=0<br> class=02-00-00, hdrtype=0x00, mfdev=0<br> cmdreg=0x0002, statreg=0x0290, cachelnsz=0 (dwords)<br>
lattimer=0x00 (0 ns), mingnt=0x0a (2500 ns), maxlat=0x1c (7000 ns)<br> intpin=a, irq=16<br> powerspec 2 supports D0 D3 current D0<br>ath0: <Atheros 5212> mem 0xbfed0000-0xbfedffff irq 16 at device 0.0 on cardbus0<br>
ath0: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xbfed0000<br>cbb0: Opening memory:<br>cbb0: Normal: 0xbfed0000-0xbfedffff<br>ath0: [MPSAFE]<br>ath0: [ITHREAD]<br>ath0: unable to attach hardware; HAL status 13<br>cbb0: Opening memory:<br>
device_attach: ath0 attach returned 6<br><br>and the pciconf output:<br><br>ath0 at pci0:22:0:0: class=0x020000 card=0x5b001385 chip=0x0013168c rev=0x01 hdr=0x00<br> vendor = 'Atheros Communications Inc.'<br>
device = 'AR5212, AR5213 802.11a/b/g Wireless Adapter'<br> class = network<br> subclass = ethernet<br><br>I really don't get it, today I installed again FreeBSD 7.0 CURRENT on a T61p and it's working plug and play :/<br>
<br>What is interesting is also, that it was working once, I installed on my t60p FreeBSD 6.1 and then just updated/upgraded till I ended up with 7.0 CURRENT, but I wanted to reinstall my system now to have again a clean installation and since I installed it out of box the cardbus is not working anymore. If I boot on the Windows partition everything is working. (so my cardbus is not broken :) )<br>
<br>Do you have any special settings in loader.conf, or in any hints file ?<br><br>greets<br>Oliver<br><br><div class="gmail_quote">On Mon, Apr 14, 2008 at 4:36 PM, Josh Paetzel <<a href="mailto:josh at tcbug.org">josh at tcbug.org</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I have a T60p, I've run 7.0-RC4, 7.0-RELEASE, and 6.3-RELEASE on it. I use a<br>
pair of cardbus cards, one is a netgear atheros based wireless NIC and the<br>
other is a pantech px-500 EVDO card. I've had some USB trouble with the<br>
pantech (it has a usb modem on it) but none whatsoever with the atheros<br>
wireless.<br>
<br>
I can post dmesg or other output if needed.<br>
<font color="#888888"><br>
--<br>
Thanks,<br>
<br>
Josh Paetzel<br>
<br>
PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB<br>
</font></blockquote></div><br>
------=_Part_4307_27890074.1208267344470--
More information about the freebsd-bugs
mailing list