From owner-freebsd-questions@FreeBSD.ORG Tue Aug 14 11:26:29 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19A9116A417 for ; Tue, 14 Aug 2007 11:26:29 +0000 (UTC) (envelope-from jaj@hcl-club.lu) Received: from 0b10111.de (hcl-club.lu [62.75.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id D5DB513C457 for ; Tue, 14 Aug 2007 11:26:28 +0000 (UTC) (envelope-from jaj@hcl-club.lu) Received: from spaceman.my.domain (d90-129-9-224.cust.tele2.lu [90.129.9.224]) by 0b10111.de (Postfix) with ESMTP id 8651D872C4B2; Tue, 14 Aug 2007 13:04:11 +0200 (CEST) Date: Tue, 14 Aug 2007 13:04:08 +0200 From: Jona Joachim To: Doug Poland Message-ID: <20070814130408.28f38eee@spaceman.my.domain> In-Reply-To: <20070814014345.GA9824@polands.org> References: <20070814014345.GA9824@polands.org> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; x86_64-unknown-openbsd4.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: ndis wrapped Intel wireless driver causes panic 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: Tue, 14 Aug 2007 11:26:29 -0000 On Mon, 13 Aug 2007 20:43:45 -0500 Doug Poland wrote: > Hello, > > I've got an HP/Compaq nx7400 and am having trouble with kernel > loadable object generated by ndisgen. (6.2-STABLE, i386). > > Following the man page for ndisgen(4), I have the following files: > > -rwx------ 1 dpoland wheel 27546 May 4 14:14:52 2007 > NETw4x32.CAT* -rwx------ 1 dpoland wheel 180005 May 4 14:14:52 > 2007 NETw4x32.INF* -rwx------ 1 dpoland wheel 2206976 May 4 > 14:14:52 2007 NETw4x32.SYS* -rwxr-xr-x 1 root wheel 4185539 Aug > 13 16:42:25 2007 NETw4x32_SYS.ko* > > I've copied the .ko file to /boot/kernel and when I type: > > root# kldload NETw4x32_SYS > > the system panics. I can confirm this. The FreeBSD ndis layer doesn't support the whole set of ndis features and is slippery when wet. Damien Bergamini wrote an OpenBSD driver for the 3945ABG chipset and he ported it to FreeBSD at some point. It works on fbsd 6.2 i386 only. Damien stopped developing the FreeBSD version for some reason so it may be a bit outdated but it works for many people. You should be able to find the sources for the driver by googling a bit. Good luck! Jona