From owner-freebsd-mobile@FreeBSD.ORG Tue Sep 21 10:08:52 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DCF316A4CE for ; Tue, 21 Sep 2004 10:08:52 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 4709943D46 for ; Tue, 21 Sep 2004 10:08:51 +0000 (GMT) (envelope-from incmc@gmx.de) Received: (qmail 10794 invoked by uid 65534); 21 Sep 2004 10:08:50 -0000 Received: from p5089E2EB.dip.t-dialin.net (EHLO ms.homeip.net) (80.137.226.235) by mail.gmx.net (mp024) with SMTP; 21 Sep 2004 12:08:50 +0200 X-Authenticated: #15946415 Received: from [10.0.0.101] (helo=[10.0.0.101]) by ms.homeip.net with asmtp (TLSv1:AES256-SHA:256) id 1C9hZr-0005EX-LM; Tue, 21 Sep 2004 12:08:51 +0200 Message-ID: <414FFDAF.80907@gmx.de> Date: Tue, 21 Sep 2004 12:08:47 +0200 From: Jochen Gensch User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040826) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ted Lindgreen , freebsd-mobile@freebsd.org References: <200409210945.i8L9jCPS071852@sanne.nlnetlabs.nl> In-Reply-To: <200409210945.i8L9jCPS071852@sanne.nlnetlabs.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: NDISsulator: Setting up a 3Com pc card X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 10:08:52 -0000 I'm reposting this message I received from Ted Lingren ted at sanne.nlnetlabs.nl to the group. He had some problems posting here. ----- Hi, I read about this in mailing.freebsd.mobile, but posting there does not work. I have got the same card and the same problem. The hint from Tim Bishop does not work anymore, but an easy hack on ndis_driver_data.h probably has the same effect: substitute "3CRSHPW 96" into "3CRSHPW_96" in the NDIS_PCMCIA_DEV_TABLE define. Then make;make clean;make load in /usr/src/sys/modules/if_ndis and your card is recognised. However, then more serious problems pop up: the kernel will panic as soon as you type "ifconfig ndis0 up". When I find out more, I'll let you know. Regards, -- ted