Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jun 2005 22:00:38 +0200
From:      Martin <nakal@nurfuerspam.de>
To:        Sam Leffler <sam@errno.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Problems with latest ath(4)
Message-ID:  <42AF3766.9060204@nurfuerspam.de>
In-Reply-To: <42AF2DD9.4080503@errno.com>
References:  <42AF0F8E.20309@nurfuerspam.de> <42AF2DD9.4080503@errno.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Sam Leffler wrote:

> ifconfig/setup?

/etc/start_if.ath0:
-------------------
ifconfig ath0 ssid "SSID" channel -1 wepmode on wepkey xxx mode 11b
media DS/11Mbps

It is configured with DHCP. Looks like this when it works:

ath0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet6 xxx%ath0 prefixlen 64 scopeid 0x4
        inet 192.168.0.2 netmask 0xffffff00 broadcast 192.168.1.255
        ether xx:xx:xx:xx:xx:xx
        media: IEEE 802.11 Wireless Ethernet DS/11Mbps mode 11b
        status: associated
        ssid SSID channel 6 bssid xx:xx:xx:xx:xx:xx
        authmode OPEN privacy ON deftxkey UNDEF wepkey 1:104-bit txpowmax 14
        protmode CTS bintval 1

Kernel configuration:
---------------------
device          ath
device          ath_hal
device          ath_rate_onoe
device          wlan
device          wlan_wep
device          wlan_ccmp
device          wlan_tkip
device          wlan_xauth

pciconf -lv
-----------
ath0@pci3:0:0:  class=0x020000 card=0x4b001385 chip=0x0013168c rev=0x01
hdr=0x00
    vendor   = 'Atheros Communications Inc.'
    device   = 'AR5212, AR5213 802.11a/b/g Wireless Adapter'
    class    = network
    subclass = ethernet

Kernel version:
---------------
6.0-CURRENT FreeBSD 6.0-CURRENT #1: Tue May 31 00:42:01 CEST 2005 i386


Did I forget anything?

Martin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42AF3766.9060204>