From owner-freebsd-questions@FreeBSD.ORG Tue Aug 14 01:43:50 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 C00A916A417 for ; Tue, 14 Aug 2007 01:43:50 +0000 (UTC) (envelope-from djp@polands.org) Received: from ms-smtp-01.rdc-kc.rr.com (ms-smtp-01.rdc-kc.rr.com [24.94.166.115]) by mx1.freebsd.org (Postfix) with ESMTP id 847E513C428 for ; Tue, 14 Aug 2007 01:43:50 +0000 (UTC) (envelope-from djp@polands.org) Received: from corinth.polands.org (CPE-75-87-219-217.new.res.rr.com [75.87.219.217]) by ms-smtp-01.rdc-kc.rr.com (8.13.6/8.13.6) with ESMTP id l7E1fXkw017707 for ; Mon, 13 Aug 2007 20:41:34 -0500 (CDT) Received: from ammon.polands.org (ammon.polands.org [172.16.1.7]) by corinth.polands.org (8.13.8/8.13.8) with ESMTP id l7E1hkVU039729 for ; Mon, 13 Aug 2007 20:43:46 -0500 (CDT) (envelope-from djp@polands.org) Received: from ammon.polands.org (localhost [127.0.0.1]) by ammon.polands.org (8.13.8/8.13.8) with ESMTP id l7E1hkMh009848 for ; Mon, 13 Aug 2007 20:43:46 -0500 (CDT) (envelope-from djp@ammon.polands.org) Received: (from djp@localhost) by ammon.polands.org (8.13.8/8.13.8/Submit) id l7E1hkUq009847 for questions@freebsd.org; Mon, 13 Aug 2007 20:43:46 -0500 (CDT) (envelope-from djp) Date: Mon, 13 Aug 2007 20:43:45 -0500 From: Doug Poland To: questions@freebsd.org Message-ID: <20070814014345.GA9824@polands.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: ClamAV 0.88.4/3953/Mon Aug 13 19:56:49 2007 on corinth.polands.org X-Virus-Status: Clean Cc: Subject: 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 01:43:50 -0000 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. Aug 13 16:44:42 hpnx7400 kernel: no match for NdisIMCopySendPerPacketInfo Aug 13 16:44:42 hpnx7400 kernel: no match for strncat Aug 13 16:44:42 hpnx7400 kernel: no match for KeQuerySystemTime Aug 13 16:44:42 hpnx7400 kernel: no match for KeBugCheckEx Aug 13 16:44:42 hpnx7400 kernel: no match for KeTickCount Aug 13 16:44:42 hpnx7400 kernel: ndis0: mem 0xf4000000-0xf4000fff irq 17 at device 0.0 on pci16 Aug 13 16:44:42 hpnx7400 kernel: ndis0: NDIS API version: 5.1 Aug 13 16:44:42 hpnx7400 kernel: ndis0: NDIS ERROR: 40001b7c (unknown error) Aug 13 16:44:42 hpnx7400 kernel: ntoskrnl dummy called... Aug 13 16:44:42 hpnx7400 last message repeated 15 times Aug 13 16:44:42 hpnx7400 kernel: Aug 13 16:44:42 hpnx7400 kernel: Aug 13 16:44:42 hpnx7400 kernel: Fatal trap 12: page fault while in kernel mode Aug 13 16:44:42 hpnx7400 kernel: cpuid = 1; apic id = 01 Aug 13 16:44:42 hpnx7400 kernel: fault virtual address = 0x48 Aug 13 16:44:42 hpnx7400 kernel: fault code = supervisor read, page not present Aug 13 16:44:42 hpnx7400 kernel: instruction pointer = 0x20:0xc06a38ca Aug 13 16:44:42 hpnx7400 kernel: stack pointer = 0x28:0xebbfa5f0 Aug 13 16:44:42 hpnx7400 kernel: frame pointer = 0x28:0xebbfa5f0 Aug 13 16:44:42 hpnx7400 kernel: code segment = base 0x0, limit 0xfffff, type 0x1b Aug 13 16:44:42 hpnx7400 kernel: = DPL 0, pres 1, def32 1, gran 1 Aug 13 16:44:42 hpnx7400 kernel: processor eflags = interrupt enabled, resume, IOPL = 0 Aug 13 16:44:42 hpnx7400 kernel: current process = 5822 (kldload) Aug 13 16:44:42 hpnx7400 kernel: trap number = 12 Aug 13 16:44:42 hpnx7400 kernel: panic: page fault Aug 13 16:44:42 hpnx7400 kernel: cpuid = 1 Aug 13 16:44:42 hpnx7400 kernel: Uptime: 8m45s Aug 13 16:44:42 hpnx7400 kernel: Cannot dump. No dump device defined. Aug 13 16:44:42 hpnx7400 kernel: Automatic reboot in 15 seconds - press a key on the console to abort Aug 13 16:44:42 hpnx7400 kernel: Rebooting... Aug 13 16:44:42 hpnx7400 kernel: cpu_reset: Stopping other CPUs I've googled around but haven't been able to identify a solution. Any help would be greatly appreciated. -- Regards, Doug