From owner-freebsd-current@FreeBSD.ORG Fri Sep 30 09:44:53 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 1BFEA16A41F for ; Fri, 30 Sep 2005 09:44:53 +0000 (GMT) (envelope-from root@solink.ru) Received: from ns.itam.nsc.ru (ns.itam.nsc.ru [194.226.179.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5582F43D48 for ; Fri, 30 Sep 2005 09:44:51 +0000 (GMT) (envelope-from root@solink.ru) Received: from site.lan (itut.itam.nsc.ru [194.226.179.2]) by ns.itam.nsc.ru (8.13.1/8.12.8) with ESMTP id j8U9inVW012224 for ; Fri, 30 Sep 2005 16:44:49 +0700 Received: from bocha.solink.office ([192.168.66.166]) (authenticated bits=0) by site.lan (8.12.11/8.12.11) with ESMTP id j8U9ig0u008857 for ; Fri, 30 Sep 2005 16:44:43 +0700 From: Bachilo Dmitry Organization: SoLink To: freebsd-current@freebsd.org Date: Fri, 30 Sep 2005 16:44:43 +0700 User-Agent: KMail/1.8 References: <200509280942.05712.root@solink.ru> <433A0F96.6050800@sapo.pt> <200509281103.14658.root@solink.ru> In-Reply-To: <200509281103.14658.root@solink.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200509301644.44477.root@solink.ru> Subject: Re: NDIS 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, 30 Sep 2005 09:44:53 -0000 =D0=92 =D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D0=B8 =D0=BE=D1=82 = =D0=A1=D1=80=D0=B5=D0=B4=D0=B0 28 =D0=A1=D0=B5=D0=BD=D1=82=D1=8F=D0=B1=D1= =80=D1=8C 2005 11:03 Bachilo Dmitry =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0= =BB(a): > =D0=92 =D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D0=B8 =D0=BE=D1= =82 =D0=A1=D1=80=D0=B5=D0=B4=D0=B0 28 =D0=A1=D0=B5=D0=BD=D1=82=D1=8F=D0=B1= =D1=80=D1=8C 2005 10:35 =D0=B2=D1=8B =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0= =D0=BB=D0=B8: > > i've already done all that.what I meant was..it doesn't associate to AP > > > > ndis0: mem > > 0xec020000-0xec02ffff irq 11 at device 9.0 on pci0 > > ndis0: [GIANT-LOCKED] > > can't re-use a leaf (BusType)! > > ndis0: NDIS API version: 5.1 > > NDIS: open file /compat/ndis/regAdd.txt failed: 2 > > ndis0: Ethernet address: 00:11:95:bb:37:c6 > > NDIS: open file /compat/ndis/regAdd.txt failed: 2 > > ndis0: failed to get bssid > > ndis0: failed to get bssid > > ndis0: failed to get bssid > > ndis0: failed to get bssid > > ndis0: failed to get bssid > > ndis0: failed to get bssid > > > > Jo=C3=A3o Mamede > > I was fighting this problem just an hour ago. Everything was fine, but it w= as=20 nat working with this exact output. The problem was that i have typed SSID = in=20 lowercase, i never thought it matters. But it does. So check it out just to= =20 be shure it's not a reason. And to developers - when i do: ifconfig ndis0 add 192.168.1.100 ifconfig ndis0 ssid linksys it works. and when i do ifconfig ndis0 add 192.168.1.100 ssid linksys it panics.