From owner-freebsd-mobile@FreeBSD.ORG Sat Jun 12 01:04:49 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 573DC16A4CE for ; Sat, 12 Jun 2004 01:04:49 +0000 (GMT) Received: from mail.corrupt.co.nz (222-152-14-69.jetstream.xtra.co.nz [222.152.14.69]) by mx1.FreeBSD.org (Postfix) with SMTP id F065F43D49 for ; Sat, 12 Jun 2004 01:04:47 +0000 (GMT) (envelope-from drew@corrupt.co.nz) Received: (qmail 82253 invoked by uid 1011); 12 Jun 2004 01:04:32 -0000 Received: from drew@corrupt.co.nz by tweety.lan.corrupt.co.nz by uid 1009 with qmail-scanner-1.22 Clear:RC:0(202.36.205.29):SA:0(0.0/3.8):. Processed in 7.358007 secs); 12 Jun 2004 01:04:32 -0000 X-Spam-Status: No, hits=0.0 required=3.8 Received: from 202.36.205.29.dts.net.nz (HELO ?10.10.69.142?) (drew@corrupt.co.nz@202.36.205.29) by mail.corrupt.co.nz with SMTP; 12 Jun 2004 01:04:24 -0000 Message-ID: <40CA5667.9000506@corrupt.co.nz> Date: Sat, 12 Jun 2004 13:03:35 +1200 From: Drew Broadley User-Agent: Mozilla Thunderbird 0.6 (X11/20040606) X-Accept-Language: en-us, en MIME-Version: 1.0 To: mobile@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Belkin F5D6020ver2 - not working with NDIS or pccard.conf (Lastpitch effort) 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: Sat, 12 Jun 2004 01:04:49 -0000 Okay I have tried everything, google, pccard.conf entries, ndis driver emulation with the winxp drivers. This is what happens when I plug in the Belkin Card: >>>>>>>>>>>>>>> pccard0: (manufacturer=0x01bf, product=0x3302) at function 0 pccard0: CIS info: Belkin, 11Mbps-Wireless-Notebook-Network-Adapter, (null) >>>>>>>>>>>>>>> In pccard.conf there is an Entry for it (entered it manually and have also tried it without the -'s) >>>>>>>>>>>>>>> card "Belkin" "11Mbps-Wireless-Notebook-Network-Adapter" config auto "wi" ? 0x10000 insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop >>>>>>>>>>>>>>> When I build ndis_driver_data.h with ndiscvt and the Windows XP drivers, I get no errors and when I build the device/module I get no errors. When I plug in the card, NDIS does not want to know ANYTHING about it Here is a copy of my current KERNCONF and pccard.conf at http://proj.corrupt.co.nz/FreeBSD/current/ Please help :/ - Drew