From owner-freebsd-questions@FreeBSD.ORG Sun Sep 17 17:07:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 C4D5B16A407 for ; Sun, 17 Sep 2006 17:07:06 +0000 (UTC) (envelope-from sashome@m-lan.ru) Received: from m-lan.ru (mail.m-lan.ru [195.234.109.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id C811543D62 for ; Sun, 17 Sep 2006 17:07:05 +0000 (GMT) (envelope-from sashome@m-lan.ru) Received: from afg.lan (account sashome [10.6.5.102] verified) by m-lan.ru (CommuniGate Pro SMTP 5.0.8) with ESMTPA id 8181775; Sun, 17 Sep 2006 21:07:03 +0400 Received: from [172.16.0.201] (account zetroot [172.16.0.201] verified) by afg.lan (CommuniGate Pro SMTP 5.0.10) with ESMTPA id 160045; Sun, 17 Sep 2006 21:07:03 +0400 Message-ID: <450D80B8.6000701@m-lan.ru> Date: Sun, 17 Sep 2006 21:07:04 +0400 From: Alexander Sashurin User-Agent: Thunderbird 1.5 (X11/20060317) MIME-Version: 1.0 To: Joel Adamson , freebsd-questions@freebsd.org References: <20060917151544.53937.qmail@web50405.mail.yahoo.com> In-Reply-To: <20060917151544.53937.qmail@web50405.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: NDIS/KLDload X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: alexander.sashurin@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2006 17:07:06 -0000 *This message was transferred with a trial version of CommuniGate(r) Pro* Joel Adamson wrote: > Dear List, > > I need to get the internet up and running on my new FreeBSD6.1 install. I'm using a Belkin F5D7050 wireless adapter that is not recognized as a network interface in install. This thing works perfectly with ndiswrapper under linux, which is how I'm writing this message. > > I tried using NDISulator (ndis), following the handbook instructions to the keystroke and when I submit the last step > > kldload if_ndis > > I get "cannot load if_ndis: file exists" > > What does this mean and how do I get it to actually work? > > Thank you very much, > Joel > > Joel J. Adamson Unfortunately, I don't know what's the reason of this bug, but i have found a way to get over it. I had the same problems with my MSI PC11B2 adapter. try this method, using ndisgen: ndisgen ... here we answer interactive questions and get tnet1130_sys.ko on out... cp tnet1130_sys.ko /boot/kernel/ kldload ndis kldload if_ndis kldload tnet1130_sys for automatic load write the following into /boot/loader.conf : ndis_load="YES" if_ndis_load="YES" tnet1130_sys_load="YES" this method had helped me, i think it'll work in your case too. -- With best regards, Alexander Sashurin a.k.a. ZetRooT or ZetDaemonRoot - - - - - - - - - - - - - - - - - - - | Mailto: alexander.sashurin@gmail.com | | ICQ: 258820442 | | Mobile: +7-916-195-89-11 | | irc: irc.wenet.ru, _ZetRooT_ | - - - - - - - - - - - - - - - - - - -