From owner-freebsd-current@FreeBSD.ORG Fri Jul 22 00:22:14 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 4FC9216A41F for ; Fri, 22 Jul 2005 00:22:14 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CA2B43D79 for ; Fri, 22 Jul 2005 00:21:55 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 6851A46B2A; Thu, 21 Jul 2005 20:21:52 -0400 (EDT) Date: Fri, 22 Jul 2005 01:22:24 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Kevin Oberman In-Reply-To: <20050721183852.074415D07@ptavv.es.net> Message-ID: <20050722012111.P16902@fledge.watson.org> References: <20050721183852.074415D07@ptavv.es.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-current@freebsd.org Subject: Re: More wi odd behavior 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: Fri, 22 Jul 2005 00:22:14 -0000 On Thu, 21 Jul 2005, Kevin Oberman wrote: > # ifconfig wi0 > wi0: flags=8943 mtu 1500 > inet6 fe80::205:3cff:fe03:86b9%wi0 prefixlen 64 scopeid 0x3 > inet 142.231.19.178 netmask 0xfffffe00 broadcast 142.231.19.255 > ether 00:05:3c:03:86:b9 > # wicontrol > wicontrol: SIOCGWAVELAN: Operation not supported by device > # dhclient wi0 > ifconfig: ioctl (SIOCAIFADDR): Operation not supported by device > wi0: not found If you dmesg, is there a partial driver detach? I saw that problem fairly frequently when I was using WEP a few months ago, but haven't seen it recently. At some point it seemed like the driver got upset and basically detatched or partially detached. Ejecting and re-inserting "fixed" the problem. Robert N M Watson