From owner-freebsd-hardware@FreeBSD.ORG Sat Sep 18 14:09:55 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA89D16A4CE for ; Sat, 18 Sep 2004 14:09:55 +0000 (GMT) Received: from smtp3.adl2.internode.on.net (smtp3.adl2.internode.on.net [203.16.214.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54B7843D3F for ; Sat, 18 Sep 2004 14:09:55 +0000 (GMT) (envelope-from jyppy@internode.on.net) Received: from internode.on.net (webmail1.adl2.internode.on.net [203.16.214.245])i8IE9rOU058327 for ; Sat, 18 Sep 2004 23:39:53 +0930 (CST) Sender: jyppy@internode.on.net From: "jyppy@internode.on.net" To: freebsd-hardware@freebsd.org X-Mailer: Internode Webmail v3.1f (http://www.internode.on.net/) X-Originating-IP: 203.122.209.2 Date: Sat, 18 Sep 2004 23:39:53 +0950 Message-id: <414c41b1.cf.65c1.1947@internode.on.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: Project Evil - WLAN card using NDIS for Belkin F5D6020 ver 3 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jyppy@internode.on.net List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Sep 2004 14:09:56 -0000 Great work. I have this card working with the Linux (ndiswrapper kernel module) but despite all my efforts I can not get this card (Belkin F5D6020 ver 3) to use the driver compiled using the same .inf and .sys files The module compiles OK. Since the chipset on the card is a RTL8180, I tried compiling the mod with the belkin and RealTech drivers but no luck The card is picked up by the OS (FreeBSD 5.2.1-RELEASE) I noticed the ndis_driver_data.h has the PCI ID is the inverse order: #define NDIS_PCI_DEV_TABLE \ { 0x1799, 0x6020, 0xFFFFFFFF, \ "Belkin 11Mbps Wireless Notebook Network Card" }, #pciconf -lv none2@pci4:0:0: class=0x020000 card=0x60201799 chip=0x60201799 rev=0x20 hdr=0x00 vendor = 'Belkin Research and Development Labs' class = network subclass = ethernet Happy to assist resolving this one