advertisement
|
Summary
Product:
DWL-G122 C1 3.00
Vendor:
D-Link
Tested operating systems:
Ark Linux, Debian GNU/Linux, Fedora Core, Linux other, SUSE Linux, Ubuntu Linux
Most recent version of this submission:
DWL-G122 C1 3.00
Average Rating:
Submit a new result for this product
2006-09-07 17:13:49 - Operating System/Rating: SUSE Linux
2006-09-30 15:58:42 - Operating System/Rating: SUSE Linux
Anonymous
Post License:
GNU LGPL
Post License:
GNU LGPL
Is seems to be possible to use the original sources by changing the rtmp_def.h.
-----
rtmp_def.h has to be modified so that the DWL-G122 H/WVer: C1 is recognized.
diff:
813a814
> {USB_DEVICE(0x07d1,0x3c03)}, /* D-Link */
-----
Thanks to the guys from the ralinktech-forum
-----
rtmp_def.h has to be modified so that the DWL-G122 H/WVer: C1 is recognized.
diff:
813a814
> {USB_DEVICE(0x07d1,0x3c03)}, /* D-Link */
-----
Thanks to the guys from the ralinktech-forum
2007-05-17 11:37:13 - Operating System/Rating: Linux other
Anonymous
Post License:
GNU LGPL
Post License:
GNU LGPL
Driver also availible here:
http://rt2x00.serialmonkey.com
DWL-G122 C1 3.00 Dirver:
http://rt2x00.serialmonkey.com/rt73-cvs-daily.tar.gz
http://rt2x00.serialmonkey.com
DWL-G122 C1 3.00 Dirver:
http://rt2x00.serialmonkey.com/rt73-cvs-daily.tar.gz
2007-10-04 12:38:12 - Operating System/Rating: Ubuntu Linux
Anonymous
Post License:
GNU LGPL
Post License:
GNU LGPL
Having issues under Feisty and Gutsy. The dongle kind of work, but hangs often. I have tried ralink and serial monkey drivers without improving the situation. I do not know how it works with other distributions, but for ubuntu I definitely not recommend this network adaptor.
2008-02-08 10:40:12 - Operating System/Rating: Debian GNU/Linux
Anonymous
Post License:
GNU LGPL
Post License:
GNU LGPL
Version: HW c1 FW 3.10 - id 07d1:3c03
Tested only connection without encription.
Tested under 'Debian testing' with new kernel 2.6.24 compiled by myself, internal driver.
Tested only connection without encription.
Tested under 'Debian testing' with new kernel 2.6.24 compiled by myself, internal driver.
2008-02-16 13:03:04 - Operating System/Rating: SUSE Linux
didis
Post License:
GNU LGPL
Post License:
GNU LGPL
thanx for the driver info, now I can use my DWL-G122 C1 3.00 for my Open Suse 10.3, great guys
2008-10-07 10:14:42 - Operating System/Rating: Debian GNU/Linux
Anonymous
Post License:
GNU LGPL
Post License:
GNU LGPL
http://forum.dlink.de/phpbb2/viewtopic.php?t=12898
2008-10-15 09:24:53 - Operating System/Rating: Fedora Core
Anonymous
Post License:
GNU LGPL
Post License:
GNU LGPL
Tested under fedora core 9 ppc (Apple iBook G4).
works fine ! you dont need any driver!
only LED is'nt blinking !
works fine ! you dont need any driver!
only LED is'nt blinking !
2008-12-09 10:53:29 - Operating System/Rating: Fedora Core
Anonymous
Post License:
GNU LGPL
Post License:
GNU LGPL
Worked perfect on Fedora 10. Plugged it in, added the SSID of the network and WPA2 password to the Wireless dialog that Fedora provides, and it connected up perfect. Only issue I have is the range is not great....
Has anybody ever tried to connect an external antenna to the REV C1? This has a completely different circuit board to the REV B1 for which people have been successful adding external antennas.
Has anybody ever tried to connect an external antenna to the REV C1? This has a completely different circuit board to the REV B1 for which people have been successful adding external antennas.
Post License:
GNU LGPL
Stick: DWL-G122 C1 3.00
For all people, who had problems which bringing up
the rausb0 with "insmod rt73.ko", from Ralinktech Source RT73_Linux_STA_Drv1.0.3.6.tar.gz.
D-Link in Taiwan provides an older revision of rt73 and
this works pretty nice on my system.
Links were found at D-Link-Forum, thanks alot :)
RevB1
http://tsd.dlink.com.tw/temp/download/1525/DWL-G122_B1_Linux%20Driver_v2.0.3.0_050610.tar.gz
RevC1
http://tsd.dlink.com.tw/temp/download/1971/6512664.2006_0214_rt73_g122c_wua1340_linux_sta_drv1.0.2.0.tar.gz
Tested on Mandrake 10/FC4/RedHat9/SuSE9.3
!! USE THE README FOR INSTALL !!
issues:
The Makefile hasn't got a make install rule,
so you have to copy the rt73.ko yourself to
/lib/modules/`uname -r`/.... .
(anywhere you want. I took the net folder)
After "depmod -a" you can load rt73 via modprobe.
Sometimes you need to copy the frimware-file to
/lib/firmware too.
There is no wpa_supplicant support, so you can't
configure the stick via Yast.
Take your favourite editor and create your own
/etc/sysconfig/network/ifcfg-rausb0
example:
STARTMODE=hotplug
IPADDR=192.168.3.20
NETMASK=255.255.255.0
BROADCAST=192.254.3.255
NETWORK='192.168.3.0'
PREFIXLEN=''
Thats all.