-
2008-02-19
DWL-G122 在 archlinux下的安装 - [网络相关]
版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明
http://lnote.blogbus.com/logs/15655095.html
先下载驱动
http://www.ralink.com.tw/data/RT73_Linux_STA_Drv1.0.3.6.tar.gz解压后进入
RT73_Linux_STA_Drv1.0.3.6/Module
chmod -R 775 *cp Makefile.6 Makefile
编辑 rtmp_def.h 在 #define RT73_USB_DEVICES 下加入
#define RT73_USB_DEVICES { \
{USB_DEVICE(0x050d,0x705a)}, /* Belkin F5D7050 ver 3000 */ \
{USB_DEVICE(0x13b1,0x0020)}, /* Linksys WUSB54GC */ \
{USB_DEVICE(0x2001,0x3c00)}, /* D-LINK DWL-G122 Rev: B1 */ \
{USB_DEVICE(0x07d1,0x3c03)}, /* D-LINK DWL-G122 Rev: C1 */ \
{USB_DEVICE(0x148f,0x2573)}, /* Ralink */ \rtmp_main.c
找到 #if WIRELESS_EXT >= 12 注释掉 它下面的那一行(新的内核不支持这个了)#if WIRELESS_EXT >= 12
// net_dev->get_wireless_stats = rt73_get_wireless_stats;
net_dev->wireless_handlers = (struct iw_handler_def *) &rt7_iw_handler_def;
#endif
make clean
make
make install这时 ls /lib/modules/`uname -r`/extra 应该可以看见 rt73.ko 了
建立目录
mkdir -p /etc/Wireless/RT73STA拷贝文件
cp rt73.bin /etc/Wireless/RT73STA
cp rt73sta.dat /etc/Wireless/RT73STA加载模块
modprobe rt73
okifconfig rausb0 up 就可以了
随机文章:
手机的功能讨论兼Symbian上的putty 2008-01-06蓝芽:Linux与手机 2008-01-03转发语句(iptables) 共享上网 2007-12-09Mldonkey 2007-10-12x11VNC 2007-10-12
收藏到:Del.icio.us







