Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Sep 2004 23:39:53 +0950
From:      "jyppy@internode.on.net" <jyppy@internode.on.net>
To:        freebsd-hardware@freebsd.org
Subject:   Project Evil - WLAN card using NDIS for Belkin F5D6020 ver 3
Message-ID:  <414c41b1.cf.65c1.1947@internode.on.net>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?414c41b1.cf.65c1.1947>