From owner-freebsd-current@FreeBSD.ORG Tue Jun 14 20:01:31 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16FCA16A41C for ; Tue, 14 Jun 2005 20:01:31 +0000 (GMT) (envelope-from nakal@nurfuerspam.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 5DB4743D48 for ; Tue, 14 Jun 2005 20:01:30 +0000 (GMT) (envelope-from nakal@nurfuerspam.de) Received: (qmail invoked by alias); 14 Jun 2005 20:01:28 -0000 Received: from p5090D354.dip.t-dialin.net (EHLO klotz.local) [80.144.211.84] by mail.gmx.net (mp007) with SMTP; 14 Jun 2005 22:01:28 +0200 X-Authenticated: #989277 Received: from [127.0.0.1] (localhost [127.0.0.1]) by klotz.local (8.13.3/8.13.3) with ESMTP id j5EK0c6j003135; Tue, 14 Jun 2005 22:00:39 +0200 (CEST) (envelope-from nakal@nurfuerspam.de) Message-ID: <42AF3766.9060204@nurfuerspam.de> Date: Tue, 14 Jun 2005 22:00:38 +0200 From: Martin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050403) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sam Leffler References: <42AF0F8E.20309@nurfuerspam.de> <42AF2DD9.4080503@errno.com> In-Reply-To: <42AF2DD9.4080503@errno.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-current@freebsd.org Subject: Re: Problems with latest ath(4) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2005 20:01:31 -0000 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 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