From owner-freebsd-questions@FreeBSD.ORG Sat Jan 14 10:55:56 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 5928016A41F for ; Sat, 14 Jan 2006 10:55:56 +0000 (GMT) (envelope-from qus2@go2.pl) Received: from poczta.o2.pl (mx.go2.pl [193.17.41.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32D4A43D5C for ; Sat, 14 Jan 2006 10:55:49 +0000 (GMT) (envelope-from qus2@go2.pl) Received: from host35-ursus.spray.net.pl (host35-ursus.spray.net.pl [83.143.43.35]) by poczta.o2.pl (Postfix) with ESMTP id 1C09D1377FF for ; Sat, 14 Jan 2006 11:55:47 +0100 (CET) Date: Sat, 14 Jan 2006 11:55:46 +0100 From: =?windows-1250?Q?Przemys=B3aw_Szczygielski?= X-Mailer: The Bat! (v3.51.10) Professional X-Priority: 3 (Normal) Message-ID: <896595122.20060114115546@go2.pl> To: freebsd-questions@freebsd.org In-Reply-To: <43C8C3A4.8040601@gmx.net> References: <1467968393.20060114090658@go2.pl> <43C8C3A4.8040601@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1250 Content-Transfer-Encoding: 8bit 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 Reply-To: =?windows-1250?Q?Przemys=B3aw_Szczygielski?= List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 10:55:56 -0000 > 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!) > > 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 > Nope, old modules just kill my kernel! That's the problem! I already tried that!