From owner-freebsd-mobile@FreeBSD.ORG Sun Sep 19 18:49:23 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 9B86A16A4CE for ; Sun, 19 Sep 2004 18:49:23 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 9E94243D41 for ; Sun, 19 Sep 2004 18:49:22 +0000 (GMT) (envelope-from incmc@gmx.de) Received: (qmail 27341 invoked by uid 65534); 19 Sep 2004 18:49:18 -0000 Received: from pD9FF18D3.dip.t-dialin.net (EHLO ms.homeip.net) (217.255.24.211) by mail.gmx.net (mp023) with SMTP; 19 Sep 2004 20:49:18 +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 1C96kW-0007MH-GA for freebsd-mobile@freebsd.org; Sun, 19 Sep 2004 20:49:24 +0200 Message-ID: <414DD4AB.6000006@gmx.de> Date: Sun, 19 Sep 2004 20:49:15 +0200 From: Jochen Gensch User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040826) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 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: Sun, 19 Sep 2004 18:49:23 -0000 Hi, I'm trying to set a a 3Com 3Com, 3CRSHPW_96 Wireless LAN PC Card bu use of the ndissulator. However, this does not work, maybe someone has an idea. I did the following: cd /sys/modules/ndis make; make load cd /sys/modules/if_ndis ndiscvt -i /cdrom/Drivers/netwpx96.inf -s /cdrom/Drivers/wlpx96e.sys -o ndis_driver_data.h make; make load kldstat shows me, modules ndis and if_ndis are loaded, but I neither have the corresponding sysctl entries, nor an interface ndis0. A dmesg | grep pccard shows the following: pccard0: <16-bit PCCard bus> on cbb0 pccard1: <16-bit PCCard bus> on cbb1 pccard0: (manufacturer=0x0101, product=0x0696) at function 0 pccard0: CIS info: 3Com, 3CRSHPW_96 Wireless LAN PC Card, (null) Any hints? Jochen