From owner-freebsd-current@FreeBSD.ORG Thu Jun 14 04:41:20 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6365016A468 for ; Thu, 14 Jun 2007 04:41:20 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 3CC3E13C455 for ; Thu, 14 Jun 2007 04:41:20 +0000 (UTC) (envelope-from sam@errno.com) Received: from sam-lefflers-powerbook-g4-15.local ([10.0.0.178]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id l5E4fJ4H002559 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 13 Jun 2007 21:41:19 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <4670C6F1.9060301@errno.com> Date: Wed, 13 Jun 2007 21:41:21 -0700 From: Sam Leffler Organization: Errno Consulting User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Steve Kargl References: <20070614043216.GA90909@troutmask.apl.washington.edu> In-Reply-To: <20070614043216.GA90909@troutmask.apl.washington.edu> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: ath device appears broken 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: Thu, 14 Jun 2007 04:41:20 -0000 Steve Kargl wrote: > I updated a 23 May 07 kernel and world to today sources, > and ath0 no longer works. The first problem is that I > do not use modules and modules are not built. When I > boot up, the console shows > > ieee80211_load_module: load the wlan_scan_sta module by hand for now. > > Great, I don't have a wlan_scan_sta module. So, I can't get ath0 > to associate. Read UPDATING? > > The second problem is ifconfig appears to have lost channel > setting capabilities. I use this script to init my ath0 > connect > > #! /bin/sh > ifconfig ath0 inet 192.168.0.10 > ifconfig ath0 ssid "MySSID" mode 11g wepmode on > #ifconfig ath0 ssid "MySIDD" mode 11g channel 11 wepmode on > ifconfig ath0 wepkey 0xa_long_hex_number_goes_here deftxkey 1 > > Note I have to comment out the line with "channel 11" in it. > Furthermore, I see > > mobile:root[203] ifconfig ath0 > ath0: flags=8843 metric 0 mtu 1500 > ether 00:13:46:c4:5a:c1 > inet 192.168.0.10 netmask 0xffffff00 broadcast 192.168.0.255 > media: IEEE 802.11 Wireless Ethernet autoselect mode 11g (OFDM/12Mbps) > status: associated > ifconfig: unknown/undefined channel number 11 > What does ifconfig ath0 list chan show? What happens if you remove "mode 11g"? How did you get this far if you don't have wlan_scan_sta? Sam