Re: Re: (No Subject)

Bekir Alpaydin <[email protected]>
Newsgroups gmane.os.freebsd.devel.mobile
Message-ID <[email protected]>
Hello

I'm using the acer ferrari 3000 with includes a broadcom 
wireless NIC.
I've followed the instructions on 
http://lists.freebsd.org/pipermail/freebsd-questions/2004-
August/056835.html
. 

I'm using Freebsd 5.4 with all the ports updated woth 
CURRENT and all the sources
installed.
I'm using the bcmwl5.SYS and bcmwl5.inf windows drivers 
for NDIS. the INF file is
a unicode file, I've convert this
to ASII file.

When I am at the following step:

  Finally you need to build the if_ndis module. This 
requires that you 
  have got the drivers for your NIC availeable.

   # cd /sys/modules/if_ndis << this give no errors
   # ndiscvt -i bcmwl5.inf -s bcmwl5.sys \
   -o ndis_driver_data.h << this give no errors
   [long output snipped]
   # make <<This gives an error:

/usr/src/sys/modules/if_ndis/../../dev/if_ndis/if_ndis.c:49
3: error: `drv_data' undeclared
(first use in this function)
*** Error code 1

Stop in /usr/src/sys/modules/if_ndis.

I got the error above when I want to try to make. I've 
googled hours and hours for
a week, but I got the error.


output of pciconf -lvv command,

Here it is:

************************************
************************************
************************************

agp0@pci0:0:0:  class=0x060000 card=0x72051106 
chip=0x32051106 rev=0x00 hdr=0x00
    vendor   = 'VIA Technologies Inc'
    device   = 'KM400 CPU to PCI Bridge'
    class    = bridge
    subclass = HOST-PCI
pcib1@pci0:1:0: class=0x060400 card=0x00000080 
chip=0xb1681106 rev=0x00 hdr=0x01
    vendor   = 'VIA Technologies Inc'
    device   = 'ProSavageDDR P4X333 CPU to AGP 2.0/3.0 
Bridge'
    class    = bridge
    subclass = PCI-PCI
cbb0@pci0:7:0:  class=0x060700 card=0x003e1025 
chip=0xac50104c rev=0x02 hdr=0x02
    vendor   = 'Texas Instruments (TI)'
    device   = 'PCI1410 PC card cardBus Controller'
    class    = bridge
    subclass = PCI-CardBus
fwohci0@pci0:8:0:       class=0x0c0010 card=0x003e1025 
chip=0x8026104c rev=0x00 hdr=0x00
    vendor   = 'Texas Instruments (TI)'
    device   = 'TSB43AB21 1394a-2000 OHCI PHY/link-layer 
Controller'
    class    = serial bus
    subclass = FireWire
none0@pci0:9:0: class=0x028000 card=0x1220185f 
chip=0x432014e4 rev=0x03 hdr=0x00
    vendor   = 'Broadcom Corporation'
    device   = 'BCM4306 802.11b/g Wireless LAN Controller'
    class    = network
uhci0@pci0:16:0:        class=0x0c0300 card=0x003e1025 
chip=0x30381106 rev=0x80 hdr=0x00
    vendor   = 'VIA Technologies Inc'
    device   = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA 
Chipsets)'
    class    = serial bus
    subclass = USB
uhci1@pci0:16:1:        class=0x0c0300 card=0x003e1025 
chip=0x30381106 rev=0x80 hdr=0x00
    vendor   = 'VIA Technologies Inc'
    device   = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA 
Chipsets)'
    class    = serial bus
    subclass = USB
uhci2@pci0:16:2:        class=0x0c0300 card=0x003e1025 
chip=0x30381106 rev=0x80 hdr=0x00
    vendor   = 'VIA Technologies Inc'
    device   = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA 
Chipsets)'
    class    = serial bus
    subclass = USB
none1@pci0:16:3:        class=0x0c0320 card=0x003e1025 
chip=0x31041106 rev=0x82 hdr=0x00
    vendor   = 'VIA Technologies Inc'
    device   = 'VT6202 USB 2.0 Enhanced Host Controller'
    class    = serial bus
    subclass = USB
isab0@pci0:17:0:        class=0x060100 card=0x003e1025 
chip=0x31771106 rev=0x00 hdr=0x00
    vendor   = 'VIA Technologies Inc'
    device   = 'VT8235 PCI to ISA Bridge'
    class    = bridge
    subclass = PCI-ISA
atapci0@pci0:17:1:      class=0x01018a card=0x003e1025 
chip=0x05711106 rev=0x06 hdr=0x00
    vendor   = 'VIA Technologies Inc'
    device   = 'VT82xxxx EIDE Controller (All VIA 
Chipsets)'
    class    = mass storage
    subclass = ATA
pcm0@pci0:17:5: class=0x040100 card=0x003e1025 
chip=0x30591106 rev=0x50 hdr=0x00
    vendor   = 'VIA Technologies Inc'
    device   = 'VT8233/33A/8235/8237 AC97 Enhanced Audio 
Controller'
    class    = multimedia
    subclass = audio
none2@pci0:17:6:        class=0x078000 card=0x003e1025 
chip=0x30681106 rev=0x80 hdr=0x00
    vendor   = 'VIA Technologies Inc'
    device   = 'VT82C686/686A/686B AC97 Modem controller'
    class    = simple comms
vr0@pci0:18:0:  class=0x020000 card=0x003e1025 
chip=0x30651106 rev=0x74 hdr=0x00
    vendor   = 'VIA Technologies Inc'
    device   = 'VT6102 Rhine II PCI Fast Ethernet 
Controller'
    class    = network
    subclass = ethernet
none3@pci1:0:0: class=0x030000 card=0x003e1025 
chip=0x5c611002 rev=0x01 hdr=0x00
    vendor   = 'ATI Technologies Inc.'
    device   = '??? Mobility Radeon 9200'
    class    = display
    subclass = VGA




Could you help me please?

Greets,

Bekir

Marcin Jessa wrote ..
> On Tue, 26 Jul 2005 13:17:02 +0000 GMT
> "Bekir Alpaydin" <[email protected]> wrote:
> 
> > Hello Dear,
> > 
> > I want to install my wifi card of my acer ferrari 3000 
with freebsd 5.4
> . Everything is working great. Only the wifi card.
> What wlan nic is that?
> # pciconf -lvv
>  
> > I've followed the instructions from ndis, but I got an 
error 'stop in
> /usr/src/sys/modules/if_ndis' when installing.
> That doesn't say anything. Where did it stop? What did 
you exactly do?
>  
> > Could you help me please?
> 
> You need to send more info first.
-----------------------------
Send with my BlackBerry wireless Handheld
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.