From owner-freebsd-current@FreeBSD.ORG Mon Sep 29 22:42:27 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87A4C1065699 for ; Mon, 29 Sep 2008 22:42:27 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (72-12-2-19.static.networktel.net [72.12.2.19]) by mx1.freebsd.org (Postfix) with ESMTP id 5120A8FC21 for ; Mon, 29 Sep 2008 22:42:27 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.190.8.164]) by ns2.bafirst.com with esmtp; Mon, 29 Sep 2008 17:32:23 -0500 id 000D53CE.48E15778.00006DAF Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Mon, 29 Sep 2008 17:32:23 -0500 id 0004AC28.48E15777.0000422D Received: from 172.16.0.7 (172.16.0.7 [172.16.0.7]) by econet.encontacto.net (Horde Framework) with HTTP; Mon, 29 Sep 2008 17:32:23 -0500 Message-ID: <20080929173223.183035ohkgl7jk3b@econet.encontacto.net> Date: Mon, 29 Sep 2008 17:32:23 -0500 From: eculp To: freebsd-current MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (5.0-cvs) X-Remote-Browser: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.17) Gecko/20080925 Firefox/2.0.0.17 X-IMP-Server: 189.190.8.164 X-Originating-IP: 201.155.7.3 X-Originating-User: eculp@encontacto.net Subject: I lost ath0 support on current sometime between Sept 20 and Sept 26. 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: Mon, 29 Sep 2008 22:42:27 -0000 For a long time I was successfully using the ath_hal-20080528 patch =20 successfully and IIRC it was committed to current and I compiled sever =20 kernels with it and they worked perfectly but a few days ago I begin =20 to not be able to obtain an IP with dhcp but when I boot the kernel: FreeBSD ed.local.net.mx 8.0-CURRENT FreeBSD 8.0-CURRENT #34: Sat Sep =20 20 05:37:05 CDT 2008 all is well but newer kernels aren't. Some general information follows. Todays kernel: ath0: flags=3D8843 metric 0 mtu 2290 ether 00:1d:d9:27:5c:e5 media: IEEE 802.11 Wireless Ethernet autoselect mode 11g status: associated pflog0: flags=3D0<> metric 0 mtu 33204 lo0: flags=3D8049 metric 0 mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x6 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 pfsync0: flags=3D0<> metric 0 mtu 1460 syncpeer: 224.0.0.240 maxupd: 128 wlan0: flags=3D8843 metric 0 mtu 150= 0 ether 00:1d:d9:27:5c:e5 inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255 media: IEEE 802.11 Wireless Ethernet OFDM/48Mbps mode 11g status: associated ssid virus channel 6 (2437 Mhz 11g) bssid 00:1d:7e:51:e1:4d regdomain 101 indoor ecm authmode OPEN privacy ON deftxkey 1 wepkey 1:40-bit txpower 16 bmiss 7 scanvalid 60 bgscan bgscanintvl = 300 bgscanidle 250 roam:rssi 7 roam:rate 5 protmode CTS wme burst Kernel from 20080920: # ifconfig wlan0 list scan SSID BSSID CHAN RATE S:N INT CAPS virus 00:1d:7e:51:e1:4d 6 54M -79:-96 100 EP HTCAP WME codasport 00:1d:7e:2e:b8:6b 6 54M -88:-96 100 EP Ponti.tel 08:10:74:18:21:0c 11 54M -88:-96 100 EP # ifconfig ath0: flags=3D8843 metric 0 mtu 2290 ether 00:1d:d9:27:5c:e5 media: IEEE 802.11 Wireless Ethernet autoselect mode 11g status: associated pflog0: flags=3D0<> metric 0 mtu 33204 lo0: flags=3D8049 metric 0 mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x6 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 pfsync0: flags=3D0<> metric 0 mtu 1460 syncpeer: 224.0.0.240 maxupd: 128 wlan0: flags=3D8843 metric 0 mtu 150= 0 ether 00:1d:d9:27:5c:e5 inet 172.16.0.7 netmask 0xffffff00 broadcast 172.16.0.255 media: IEEE 802.11 Wireless Ethernet DS/11Mbps mode 11g status: associated ssid virus channel 6 (2437 Mhz 11g) bssid 00:1d:7e:51:e1:4d regdomain 101 indoor ecm authmode OPEN privacy ON deftxkey 1 wepkey 1:40-bit txpower 16 bmiss 7 scanvalid 60 bgscan bgscanintvl = 300 bgscanidle 250 roam:rssi 7 roam:rate 5 protmode CTS wme burst Any suggestions appreciated, ed