Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Oct 2005 17:03:17 -0600
From:      "Harry Barrantes" <hbarrantes@diotronic.co.cr>
To:        <freebsd-mobile@freebsd.org>
Subject:   RE: D-Link DWL-G650 H/W Ver.: C3
Message-ID:  <20051021230309.CB24F43D45@mx1.FreeBSD.org>
In-Reply-To: <43591529.1070301@libero.it>

next in thread | previous in thread | raw e-mail | index | archive | help

Thanks Daniele, I tried your steps, check this:

daemon# ndiscvt -i NetA3AB.inf -s A3AB.sys -o ndis_driver_data.h
ndiscvt: line 422: "D:ARAI(A;;GA;;;BA)(A;;GA;;;SY)(A;CI;GA;;;IU)": =
syntax
error.
daemon#

I'm running FBSD 6 RC1

Let me know...


Ing. Harry Barrantes
Diotronic de Centroam=E9rica S.A.
Ingenier=EDa en Redes, Electr=F3nica e Internet
M=F3vil: (506) 841-5957
Oficina: (506) 226-7406
Email: hbarrantes@diotronic.co.cr
Web Site: www.diotronic.co.cr
San Jos=E9, Costa Rica=20

-----Mensaje original-----
De: Daniele Pilenga [mailto:dpilenga@libero.it]=20
Enviado el: Viernes, 21 de Octubre de 2005 10:20 a.m.
Para: hbarrantes@diotronic.co.cr
Asunto: Re: D-Link DWL-G650 H/W Ver.: C3

Harry Barrantes wrote:
>=20
> Hi, does anybody had success with the D-Link DWL-G650 H/W Ver.: C3 on
> FreeBSD and can guide me to make it work?

I have the same card, and made it work throu the NDIS wrapper.

It was a little hard, at first, 'cause the docs aren't exactly clear,=20
but here are the steps:

1) copy the two files A3AB.sys and NetA3AB.inf in your=20
working/source/whatever directory

2) from this dir run:
	ndiscvt -i NetA3AB.inf -s A3AB.sys -o ndis_driver_data.h

3) copy the ndis_driver_data.h file (3MB more or less) in=20
/usr/src/sys/modules/if_ndis

4) from this directory: make && make install

5) kldload if_ndis should load the driver and you should see the message =

in console/dmesg output.

By the way, when you load the driver it tries to load a regAdd.txt file, =

does anybody know what this is and how can/should it be used?

HTH,
D.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051021230309.CB24F43D45>