From owner-freebsd-questions@FreeBSD.ORG Fri Oct 29 01:17:22 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 488D016A4CE for ; Fri, 29 Oct 2004 01:17:22 +0000 (GMT) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB3D043D49 for ; Fri, 29 Oct 2004 01:17:21 +0000 (GMT) (envelope-from jester@panix.com) Received: from panix2.panix.com (panix2.panix.com [166.84.1.2]) by mail1.panix.com (Postfix) with ESMTP id 0451758ABA for ; Thu, 28 Oct 2004 21:17:20 -0400 (EDT) Received: (from jester@localhost) by panix2.panix.com (8.11.6p2-a/8.8.8/PanixN1.1) id i9T1HKA10008 for freebsd-questions@freebsd.org; Thu, 28 Oct 2004 21:17:20 -0400 (EDT) Date: Thu, 28 Oct 2004 21:17:20 -0400 From: Jesse Sheidlower To: freebsd-questions@freebsd.org Message-ID: <20041029011720.GA4992@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Wireless problems after upgrade to 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2004 01:17:22 -0000 I'm running FreeBSD on an IBM ThinkPad X23. For wireless access, I've been using an Orinoco Gold 802.11b card that's been working fine for two years or so. I just got around to upgrading from 4.9 to 4.10, and in the process something seems to have gotten screwed up with my wireless networking. I've made buildworld and made kernel, but not installworld or mergemaster yet. On boot, I get something like this from ifconfig: --- wi0: flags=8843 mtu 1500 inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255 ether [editorially deleted] media: IEEE 802.11 Wireless Ethernet autoselect (DS/2Mbps) status: associated ssid linksys 1:"" stationname "FreeBSD WaveLAN/IEEE node" channel 6 authmode OPEN powersavemode OFF powersavesleep 100 wepmode OFF weptxkey 1 --- When I run dhclient, I get an IP address from my Linksys router, but am unable to reach anything outside. I can successfully ping the router, but trying to hit any outside address, by name or IP, just hangs indefinitely. My usual array of troubleshooting tips--killing the dhclient process, deleting the dhclient.leases file, flushing the routing table--has no effect. Rolling back the kernel fixes this up. There wasn't anything about this in UPDATING. I can get on perfectly well by plugging in an Ethernet cable to the same router. Any suggestions? Jesse Sheidlower