From owner-freebsd-questions@FreeBSD.ORG Sat Jan 14 09:25:22 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 B8B6A16A47B for ; Sat, 14 Jan 2006 09:25:22 +0000 (GMT) (envelope-from frankstaals@gmx.net) Received: from smtp1.versatel.nl (smtp1.versatel.nl [62.58.50.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3A4643D45 for ; Sat, 14 Jan 2006 09:25:20 +0000 (GMT) (envelope-from frankstaals@gmx.net) Received: (qmail 15782 invoked by uid 0); 14 Jan 2006 09:25:19 -0000 Received: from ip176-173-59-62.adsl.versatel.nl (HELO [192.168.2.5]) ([62.59.173.176]) (envelope-sender ) by smtp1.versatel.nl (qmail-ldap-1.03) with SMTP for < >; 14 Jan 2006 09:25:19 -0000 Message-ID: <43C8C3A4.8040601@gmx.net> Date: Sat, 14 Jan 2006 10:25:56 +0100 From: Frank Staals User-Agent: Mozilla Thunderbird 1.0.7 (X11/20060105) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?windows-1250?Q?Przemys=B3aw_Szczygielski?= References: <1467968393.20060114090658@go2.pl> In-Reply-To: <1467968393.20060114090658@go2.pl> Content-Type: text/plain; charset=windows-1250; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: ndis.ko and if_ndis.ko not compiled during buildkernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 09:25:23 -0000 Przemysław Szczygielski wrote: >Hello, > >I am setting up a wiereless network at home, using D-Link DWL-G520+ and >ndis wrapper (project Evil) on FreeBSD machine. It works great with >default FreeBSD 6.0 installation - no problems here, but I have to >compile IPSEC into kernel to get proper encryption. Unfortunately, new >kernel doesn't have ndis.ko and if_ndis.ko in /boot/kernel directory >(and old modules don't work with new kernel). > >Yesterday I emailed Project Evil author and he claims ndis.ko and >if_ndis.ko should be rebuilt automatically by: > > > >>Would it kill you do just do a regular kernel build? >> >># cd /sys/i386/conf >># config MYKERNEL >># cd /sys/i386/compile/MYKERNEL >># make >># make install >> >>Notice how all the kernel modules get compiled for you, including ndis.ko and >>if_ndis.ko. If you'd really read and understood that article, you would have >>realized that you don't need to rebuild them for each driver anymore. You >>just need to convert the .sys and .inf files with ndisgen. That's it. >> >> > >Well - they don't get built (at least for me). Is anyone able to tell me how to >get these? (note: ndisgen generates only card driver, NOT ndis.ko and >if_ndis.ko!, also the old way won't work!) > >TIA, > >Przemek > > >_______________________________________________ >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" > > > > You can most probably just copy the files back from /boot/kernel.old/ ( or run locate ndis.ko to see where they can be find ) that should work Good luck, -- -Frank Staals