From owner-freebsd-current@FreeBSD.ORG Mon Apr 20 22:04:07 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED42A106566C for ; Mon, 20 Apr 2009 22:04:07 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-fx0-f167.google.com (mail-fx0-f167.google.com [209.85.220.167]) by mx1.freebsd.org (Postfix) with ESMTP id 5AD738FC08 for ; Mon, 20 Apr 2009 22:04:07 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by fxm11 with SMTP id 11so2239090fxm.43 for ; Mon, 20 Apr 2009 15:04:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=SmhT5SZJeh9IVkQsKcMtyY/mYgtBcJ2SlkyBdUdJ/mI=; b=U69KnyBx8se2wVfcCcxcFXaDTIbvDZJSj/ZYK4dm7ZOdqfMSrNtiGq/83HVRZCHeys KFJzTMuj2HoHTJacfJTfdgUw0rKr+XKPxgYQaP8EsBBsKzxac+u0ROXrth4gzStbdeMo ABKNw/Fjxnin5ncPCmUdPnDz/JVNxuJuZxpKA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=D7iF/QB+41W6iX9Ewgl4lDsSDoZg2nWqvQt40WCoJpSAcVRZdmTi+8tWEck/aqN9ke F0Udskq1IPbZs3OqCJoZF7tOKyDGSLRAu67GuvsWnL3yqun5cHMbFnp2nagqROCbjQQY ZRf4iTGdjmNoIUFibTr1RdeTS1vKcbmgeO1T4= MIME-Version: 1.0 Received: by 10.239.153.147 with SMTP id z19mr266020hbb.170.1240265046407; Mon, 20 Apr 2009 15:04:06 -0700 (PDT) In-Reply-To: <49ECD335.1010905@gmail.com> References: <20090419172905.9EB201065697@hub.freebsd.org> <49ECD335.1010905@gmail.com> Date: Tue, 21 Apr 2009 00:04:06 +0200 Message-ID: <3a142e750904201504y5a5b74cfp81e4326e0e45c390@mail.gmail.com> From: "Paul B. Mahol" To: Sukhorukov Alexander Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: freebsd-current Digest, Vol 287, Issue 13 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: Mon, 20 Apr 2009 22:04:08 -0000 On 4/20/09, Sukhorukov Alexander wrote: > *[root@mail /home/emoxam]# kldload ndis > kldload: can't load ndis: File exists > [root@mail /home/emoxam]# kldload if_ndis > kldload: can't load if_ndis: File exists > [root@mail /home/emoxam]#* > > so what if this exists ? > > *[root@mail /home/emoxam]# ifconfig > sk0: flags=8843 metric 0 mtu 1500 > options=b > ether 00:1e:58:99:ec:53 > inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255 > media: Ethernet autoselect (1000baseT ) > status: active > ral0: flags=8802 metric 0 mtu 2290 > ether 00:21:91:82:31:9b > media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) > status: no carrier > fxp0: flags=8843 metric 0 mtu 1500 > options=8 > ether 00:1f:c6:4f:02:1a > inet 192.168.0.2 netmask 0xffffff00 broadcast 192.168.0.255 > media: Ethernet autoselect (100baseTX ) > status: active > lo0: flags=8049 metric 0 mtu 16384 > options=3 > inet 127.0.0.1 netmask 0xff000000 > [root@mail /home/emoxam]#* > > > i don't see any ndis... > > god.. what should i do ? read ndisgen(8) manual, just loading ndis.ko and if_ndis.ko will not make ndis0 from nothing. -- Paul