I've tracked this down to an error in src/share/misc/pci_vendors.h,v
1.30.2.2; and from browsing in cvsweb it appears that no current version
of this file has the correct data:

168C    Atheros Communications Inc.
        0007    AR5000 802.11a Wireless Adapter
        0011    AR5210 802.11a Wireless Adapter
        0012    AR5211 802.11a/b/g Mini-PCI Wireless Adapter
        0013    AR5213 802.11a/b/g Wireless Adapter

but the current output of
http://www.pcidatabase.com/reports.php?type=tab-delimeted is this:

168C    Atheros Communications Inc.
        0007    AR5000 802.11a Wireless Adapter
        0011    AR5210 802.11a Wireless Adapter
        0012    AR5211 802.11a/b/g Mini-PCI Wireless Adapter
        0013    AR5212, AR5213 802.11a/b/g Wireless Adapter

In the current pci vendors list, 168C 0013 should indicate both AR5212
and AR5213. The 5213 is apparently an a/b/g chip used in the DWL-G530,
and since I have the DWL-G520 that uses the AR5212 I do have a supported
card under the ath driver.. but the driver failed to load, so something
is wrong. I will try the ath driver again soon and post results for it.

On 1/24/2005, "Hendrik Spiegel" <[EMAIL PROTECTED]> wrote:

>Hi,
>
>I use the same D_Link card as you do, although I use it successfully
>with the native ath driver.
>
>On Sun, 2005-01-23 at 22:23 -0600, [EMAIL PROTECTED] wrote:
>> I am running FreeBSD 5.3-stable and have had limited success with a
>> d-link DWL-G520 card, rev B3 (atheros ar5213 chipset). I had hoped that
>> I would have purchased a card with a supported native driver (ath),
>
>You probably did ;)
>> The card works well, albeit only in 802.11b 11mb/s adhoc mode,
>
>I can reproduce this with the native driver. 11g is sometimes down to a
>few kBit and 500-1000ms when I switch to 11b speed is ok and times are
>25-40ms.
>
>
>> that I can't figure out. After about an hour or so of idle time on the
>> link, the interface brings itself down and cannot be resurrected unless
>> I issue a command through ifconfig to bring the interface up again. Does
>> anyone else experience this problem and/or have a solution?
>
>I will watch this - I do not remember exactly if there were such
>problems.
>
>FreeBSD mars.local 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #0: Mon Jan 10
>23:27:32 CET 2005     [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BTKERNEL
>i386
>
>[EMAIL PROTECTED]:9:0:  class=0x020000 card=0x3a131186 chip=0x0013168c rev=0x01
>hdr=0x00
>    vendor   = 'Atheros Communications Inc.'
>    device   = 'AR5213 802.11a/b/g Wireless Adapter'
>    class    = network
>    subclass = ethernet
>
>ath0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
>        inet 192.168.0.2 netmask 0xffffff00 broadcast 192.168.0.255
>        ether 00:0f:3d:ab:9a:b6
>        media: IEEE 802.11 Wireless Ethernet autoselect mode 11b
>(DS/11Mbps)
>        status: associated
>        ssid LokalHorst 1:LokalHorst
>        channel 4 authmode OPEN powersavemode OFF powersavesleep 100
>        rtsthreshold 2312 protmode CTS
>        wepmode MIXED weptxkey 1
>        wepkey 1:104-bit
>
>
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to