Discussion:
D-Link DWL-G650 H/W Ver.: C3
(too old to reply)
Harry Barrantes
2005-10-16 16:48:55 UTC
Permalink
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?


Thanks!



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: ***@diotronic.co.cr
Web Site: www.diotronic.co.cr
San Jos=E9, Costa Rica=20
Harry Barrantes
2005-10-21 23:04:16 UTC
Permalink
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: ***@diotronic.co.cr
Web Site: www.diotronic.co.cr
San Jos=E9, Costa Rica=20

-----Mensaje original-----
De: Daniele Pilenga [mailto:***@libero.it]=20
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
Post by Harry Barrantes
=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.
Eric Masson
2005-10-22 09:12:00 UTC
Permalink
"Harry Barrantes" <***@diotronic.co.cr> writes:

Hi,
Post by Harry Barrantes
does anybody had success with the D-Link DWL-G650 H/W Ver.: C3 on
FreeBSD and can guide me to make it work?
Works here with ath(4)

Éric Masson
--
WIn95 a même réussi à indiquer des millions de couleurs sur un écran
alors que celui-ci n'était qu'en 256...
Bon faut dire que c'était sur un moniteur plug&play non reconnu par win
-+- LT in Guide du Macounet Pervers : le Plug & Play selon Redmond -+-
Fabian Keil
2005-10-22 10:20:11 UTC
Permalink
--Signature_Sat__22_Oct_2005_12_17_20_+0200_r5yt/opxYLdbfjC7
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable
Post by Harry Barrantes
=20
daemon# ndiscvt -i NetA3AB.inf -s A3AB.sys -o ndis_driver_data.h
syntax error.
daemon#
=20
I'm running FBSD 6 RC1
Try ndisgen.

Fabian
--=20
http://www.fabiankeil.de/

--Signature_Sat__22_Oct_2005_12_17_20_+0200_r5yt/opxYLdbfjC7
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (FreeBSD)

iD8DBQFDWhG4jV8GA4rMKUQRAhUhAJ4xKRSOH8QZyeOjbyK+DkFAZuuqoACgwG/n
iFuuaiZbCH0S2NpTPDu7mFw=
=NybT
-----END PGP SIGNATURE-----

--Signature_Sat__22_Oct_2005_12_17_20_+0200_r5yt/opxYLdbfjC7--
Harry Barrantes
2005-10-22 19:01:33 UTC
Permalink
Ok, I downloaded the C driver from Dlink Site, and

ndiscvt -i NetA3AB.inf -s A3AB.sys -o ndis_driver_data.h

Copied the file into /usr/src/sys/modules/if_ndis and from this =
directory
make && make install

Then kldload if_ndis ; the Act led blinks but on the dmesg appears

carbus0: <network, ethernet> at device 0.0 (no driver attached)

ifconfig doesn=92t show anything.





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: ***@diotronic.co.cr
Web Site: www.diotronic.co.cr
San Jos=E9, Costa Rica=20
-----Mensaje original-----
De: Daniele Pilenga [mailto:***@libero.it]=20
Enviado el: Viernes, 21 de Octubre de 2005 10:32 p.m.
Para: ***@diotronic.co.cr
Asunto: Re: D-Link DWL-G650 H/W Ver.: C3
Post by Harry Barrantes
=20
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
Post by Harry Barrantes
error.
daemon#
=20
I'm running FBSD 6 RC1
Mmh... that's strange, it seems there is a problem with you .inf file. I =

don't think that 6.0RC1 is much different from my 5.4, but have you=20
tried downloading the Windows' drivers directly from the d-link site?

Ciao,
D.
Daniele Pilenga
2005-10-23 21:02:47 UTC
Permalink
Post by Harry Barrantes
Ok, I downloaded the C driver from Dlink Site, and
ndiscvt -i NetA3AB.inf -s A3AB.sys -o ndis_driver_data.h
Copied the file into /usr/src/sys/modules/if_ndis and from this directory
make && make install
Then kldload if_ndis ; the Act led blinks but on the dmesg appears
carbus0: <network, ethernet> at device 0.0 (no driver attached)
ifconfig doesn’t show anything.
Are you sure the cardbus driver works as expected? Have you got any
other cardbus device you could try out?

I, at first, had problems with my notebook, until the "cannot assign
irq" (or something like this) went away.

Sorry, I can't think of anything else.

Ciao,
D.
Kirill Bezzubets
2005-10-24 06:33:55 UTC
Permalink
Post by Harry Barrantes
Ok, I downloaded the C driver from Dlink Site, and
ndiscvt -i NetA3AB.inf -s A3AB.sys -o ndis_driver_data.h
Copied the file into /usr/src/sys/modules/if_ndis and from this directory
make && make install
Then kldload if_ndis ; the Act led blinks but on the dmesg appears
carbus0: <network, ethernet> at device 0.0 (no driver attached)
ifconfig doesn?t show anything.
Use ndisgen instead of ndiscvt - actually, things are changed some time ago
and now we have ndisgen to build modules.
The way you've done build is no use now.
--
BR,
Kirill Bezzubets CASE-RIPE CASE-RIPN
CTO / Head Of N.O.C. mailto:***@solaris.ru
Solaris ISP & Telecommunications Co. Ltd http://www.solaris.ru
AT Matik
2005-10-24 09:43:46 UTC
Permalink
Use ndisgen instead of ndiscvt - actually, things are changed some time a=
go
and now we have ndisgen to build modules.
The way you've done build is no use now.
=2D-=20
please explain what ndisgen does different
thanks, Jo=E3o







A mensagem foi scaneada pelo sistema de e-mail e pode ser considerada segura.
Service fornecido pelo Datacenter Matik https://datacenter.matik.com.br
Harry Barrantes
2005-10-27 15:07:51 UTC
Permalink
Hi people, finally I used the ndisgen method with the latest "C" driver
downloaded from Dlink Site, and works!!

Now I want to show you this to be sure that it's working fine.

With ifconfig:

ndis0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
ether 00:13:46:70:10:16
media: IEEE 802.11 Wireless Ethernet autoselect
status: no carrier
ssid "" channel 1
authmode OPEN privacy OFF txpowmax 100 protmode CTS


And Dmesg

ndis0: <D-Link AirPlus DWL-G650 Wireless Cardbus Adapter(rev.C)> mem
0x88000000-0x8800ffff irq 11 at device 0.0 on cardbus0
can't re-use a leaf (BusType)!
ndis0: NDIS API version: 5.1
NDIS: open file /compat/ndis/regAdd.txt failed: 2
ndis0: Ethernet address: 00:13:46:70:10:16

Let me know..


Harry Barrantes




-----Mensaje original-----
De: owner-freebsd-***@freebsd.org
[mailto:owner-freebsd-***@freebsd.org] En nombre de Kirill Bezzubets
Enviado el: Lunes, 24 de Octubre de 2005 12:33 a.m.
Para: Harry Barrantes
CC: freebsd-***@freebsd.org
Asunto: Re: D-Link DWL-G650 H/W Ver.: C3
Post by Harry Barrantes
Ok, I downloaded the C driver from Dlink Site, and
ndiscvt -i NetA3AB.inf -s A3AB.sys -o ndis_driver_data.h
Copied the file into /usr/src/sys/modules/if_ndis and from this directory
make && make install
Then kldload if_ndis ; the Act led blinks but on the dmesg appears
carbus0: <network, ethernet> at device 0.0 (no driver attached)
ifconfig doesn?t show anything.
Use ndisgen instead of ndiscvt - actually, things are changed some time ago
and now we have ndisgen to build modules.
The way you've done build is no use now.
--
BR,
Kirill Bezzubets CASE-RIPE CASE-RIPN
CTO / Head Of N.O.C. mailto:***@solaris.ru
Solaris ISP & Telecommunications Co. Ltd http://www.solaris.ru
_______________________________________________
freebsd-***@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to "freebsd-mobile-***@freebsd.org"
Loading...