From owner-freebsd-questions@FreeBSD.ORG Mon Jul 19 00:37:46 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 C7FFD16A4CE for ; Mon, 19 Jul 2004 00:37:46 +0000 (GMT) Received: from mirrorball.theloosingend.net (m069c.studby.ntnu.no [129.241.130.69]) by mx1.FreeBSD.org (Postfix) with SMTP id D244743D46 for ; Mon, 19 Jul 2004 00:37:45 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: (qmail 8833 invoked by uid 1001); 19 Jul 2004 00:37:44 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 19 Jul 2004 00:37:44 -0000 Date: Mon, 19 Jul 2004 02:37:44 +0200 (CEST) From: Svein Halvor Halvorsen X-X-Sender: sveinhal@mirrorball.theloosingend.net To: questions@freebsd.org Message-ID: <20040719022721.V3415@mirrorball.theloosingend.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: smc 2602w r3 using if_ndis on 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 00:37:46 -0000 Copying src/sys/modules/if_ndis src/sys/modules/ndis src/sys/compat/ndis src/sys/dev/if_ndis ... from a current source-tree to my 5.2.1-box, and compiling using a ndis_driver_data.h made from the latest driver found on SMC's website using a ndisctl on my current system, seems to work fine. kldload-ing ndis also seems to work. But when I kldload if_ndis, the system freezes. No error messages, no response. A cold boot is the only thing that seems to fix it. Is this supposed to work, or am I trying to do the impossible here? Any hints would be appreciated. Svein Halvor Btw: ndisctl choked on the inf-file, because of a missing newline at the end. The fact that the syntax error occured on the last line, hinted on a missing newline, but I think ndisctl should either give a more precise error message, or preferable just cope with a missing newline.