From owner-freebsd-questions@FreeBSD.ORG Thu May 27 01:22:06 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 C846116A4CE for ; Thu, 27 May 2004 01:22:05 -0700 (PDT) Received: from dyer.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE4D043D4C for ; Thu, 27 May 2004 01:22:00 -0700 (PDT) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) i4R8LkIw002655; Thu, 27 May 2004 09:21:47 +0100 (BST) (envelope-from peter@circlesquared.com) Message-ID: <40B5A51A.7050502@circlesquared.com> Date: Thu, 27 May 2004 09:21:46 +0100 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7b) Gecko/20040327 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dani Irinchev References: <200405260613.i4Q6DIGs001012@smtp.hispeed.ch> In-Reply-To: <200405260613.i4Q6DIGs001012@smtp.hispeed.ch> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: cannot load ndis module into kernel, FB 5.2.1, TrueMobile 1300 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: Thu, 27 May 2004 08:22:07 -0000 Dani Irinchev wrote: >Hi all, > >I am willing to try the ndis wrapper for my TrueMobile 1300 card on a Dell >Inspiron 8500 notebook. I installed FreeBSD 5.2.1 and did a cvsup to >CURRENT(25th of May). No custom kernel as of yet. > I'm having problems with this myself, but you do need some custom kernel configuration (see man 4 ndis): options NDISAPI device ndis and a default one device wlan PWR. >The module builds but make >load fails. Same is for if_ndis but it is because /sys/modules/ndis load >fails. Error that I get is: > > > >/sbin/kldload -v /usr/src/sys/modules/ndis/ndis.ko > >link_elf: symbol __panic undefined > >kldload: can't load /usr/src/sys/modules/ndis/ndis.ko: No such file or >directory > > > >*** Error code 1 > > > >Any idea about what could be wrong? > >Cheers, Dani > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > >