|
DWL-G122 C1 3.00
Submitted by Anonymous on 2006-09-07 17:13:49 This product has a rating of 4 out of 5 running under SUSE Linux Comments: Tested OS: SuSE 9.3 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. |