From owner-cvs-src@FreeBSD.ORG Sat Aug 13 04:51:35 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB38E16A420; Sat, 13 Aug 2005 04:51:35 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 288A343D46; Sat, 13 Aug 2005 04:51:35 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j7D4pVBd075151 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 12 Aug 2005 21:51:31 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42FD7D9D.3020709@errno.com> Date: Fri, 12 Aug 2005 21:57:01 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Daniel O'Connor" References: <200508101622.j7AGMUah041503@repoman.freebsd.org> <200508131344.30433.doconnor@gsoft.com.au> In-Reply-To: <200508131344.30433.doconnor@gsoft.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net80211 ieee80211.c ieee80211_input.c ieee80211_ioctl.c ieee80211_node.c ieee80211_node.h ieee80211_output.c ieee80211_proto.c ieee80211_proto.h ieee80211_var.h src/sys/dev/ath if_ath.c src/sys/dev/ipw if_ipw.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Aug 2005 04:51:36 -0000 [Not sure why you're sending this to cvs-all] Daniel O'Connor wrote: > ipw is still broken [for me].. Sorry but that wasn't the question. I don't believe the commit you are responding to changed the behaviour of the ipw driver and that was what I wanted to confirm. > > Some time before 6 was branched I could use ipw with no encryption or WEP (but not WPA), but recently ipw doesn't work at all. > > It loads OK, and I can scan for stations, eg.. > [inchoate 13:18] ~ >sudo kldload if_ipw > [inchoate 13:19] ~ >sudo ipwcontrol -f /usr/local/share/ipw-firmware/ipw2100-1.3.fw > [inchoate 13:20] ~ >sudo ifconfig ipw0 up > [inchoate 13:20] ~ >sudo ifconfig ipw0 scan > SSID BSSID CHAN RATE S:N INT CAPS > dons 00:13:10:9b:52:d4 6 11M 55:0 100 E > > However when I try and associate.. > [inchoate 13:20] ~ >sudo ifconfig ipw0 up 192.168.1.100 ssid dons > [inchoate 13:20] ~ >sudo ifconfig ipw0 > ipw0: flags=8802 mtu 1500 > inet 192.168.1.100 netmask 0xffffff00 broadcast 192.168.1.255 > ether 00:04:23:a4:12:74 > media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) > status: no carrier > ssid dons channel 6 > authmode OPEN privacy OFF txpowmax 100 Someone reported the ipw driver at the author's web site works (better); you might try that. Unfortunately the code in the tree is not being maintained so far as I can tell. > > ipwcontrol output looks pretty suspicious too.. > [inchoate 13:21] ~ >ipwcontrol ... > > I tried ./80211debug -i ipw0 +scan +debug +assoc but I couldn't get > anything logged to dmesg :( > I don't believe the ipw driver does honors any of the net80211 debug controls. Sam