From owner-freebsd-stable Mon Mar 18 17:28:56 2002 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id C4C8737B402 for ; Mon, 18 Mar 2002 17:28:51 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g2J1Sli65673; Mon, 18 Mar 2002 18:28:47 -0700 (MST) (envelope-from imp@village.org) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g2J1SjL97797; Mon, 18 Mar 2002 18:28:46 -0700 (MST) (envelope-from imp@village.org) Date: Mon, 18 Mar 2002 18:28:44 -0700 (MST) Message-Id: <20020318.182844.22165854.imp@village.org> To: ambrisko@ambrisko.com Cc: morgan.davis@hosting.com, freebsd-stable@FreeBSD.ORG Subject: Re: wi broken? From: "M. Warner Losh" In-Reply-To: <200203182127.g2ILRDY70537@ambrisko.com> References: <001201c1cd52$76ecb040$0600a8c0@mars> <200203182127.g2ILRDY70537@ambrisko.com> X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <200203182127.g2ILRDY70537@ambrisko.com> Doug Ambrisko writes: : Morgan Davis writes: : | After updating to the latest -STABLE as of 3/6/2002, wi refused to work : | anymore. I updated my kernel as of 4:30PM PST today since wi_if.c was : | changed. Still, no good. Relevant networking details on my system: : | : | FreeBSD 4.5-STABLE #0: Sat Mar 16 16:32:51 PST 2002 : | : | wi0: port : | 0xdc00-0xdc3f,0xd800-0xd87f mem 0xde000000-0xde000fff irq 10 at device : | 10.0 on pci0 : | wi0: 802.11 address: 00:90:d1:07:3b:61 : | wi0: using RF:PRISM2 MAC:HFA3841 CARD:HWB3163 rev.A, Firmware: 0.7 : | variant 6 : | rl0: port 0xe000-0xe0ff mem : | 0xde001000-0xde0010ff irq 11 at device 12.0 on pci0 : | rl0: Ethernet address: 00:30:1b:07:63:76 : | miibus0: on rl0 : | rlphy0: on miibus0 : | rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto : | : | I read where others have had to do a "ifconfig fxp0 down" first before : | they can bring their wi devices up, but "ifconfig rl0 down" didn't work : | for me. When I try to invoke dhclient on wi0, I immediately get this: : | : | ifconfig: ioctl (SIOCDIFADDR): Can't assign requested address : | : | ...and it never does communicate with the DHCP server. All the : | wicontrol details appear to be correct. : | : | How can I help debug this? : : I think this all due to the change in sys/netinet/in.c. Try to use : version 1.44.2.7 and see if it fixes this. This commit also broke : kernel BOOTP/DHCP configuration. Maybe this need code needs to : verify that the duplicate 0.0.0.0 addresses are okay and not report : an error. If it does you might want to ping the authors of the commit. I have verified that ed and ep have similar problems in -stable. Likely it is this change. I think we should back it out in -current and in -stable personally, but haven't had time to pursue it. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message