Harry Barrantes
2005-10-21 23:03:17 UTC
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érica S.A.
Ingeniería en Redes, Electrónica e Internet
Móvil: (506) 841-5957
Oficina: (506) 226-7406
Email: ***@diotronic.co.cr
Web Site: www.diotronic.co.cr
San José, Costa Rica
-----Mensaje original-----
De: Daniele Pilenga [mailto:***@libero.it]
Enviado el: Viernes, 21 de Octubre de 2005 10:20 a.m.
Para: ***@diotronic.co.cr
Asunto: Re: D-Link DWL-G650 H/W Ver.: C3
It was a little hard, at first, 'cause the docs aren't exactly clear,
but here are the steps:
1) copy the two files A3AB.sys and NetA3AB.inf in your
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
/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.
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érica S.A.
Ingeniería en Redes, Electrónica e Internet
Móvil: (506) 841-5957
Oficina: (506) 226-7406
Email: ***@diotronic.co.cr
Web Site: www.diotronic.co.cr
San José, Costa Rica
-----Mensaje original-----
De: Daniele Pilenga [mailto:***@libero.it]
Enviado el: Viernes, 21 de Octubre de 2005 10:20 a.m.
Para: ***@diotronic.co.cr
Asunto: Re: D-Link DWL-G650 H/W Ver.: C3
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.FreeBSD and can guide me to make it work?
It was a little hard, at first, 'cause the docs aren't exactly clear,
but here are the steps:
1) copy the two files A3AB.sys and NetA3AB.inf in your
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
/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.