红联Linux门户
Linux帮助

F7下TP-Link321G无线上网问题快速解决方法

发布时间:2007-06-13 21:26:59来源:红联作者:Dragoncity
其实方法很简单,但因为有很多朋友不知道,所以在此说明一下,希望对大家有所帮助!
1、下载TP-Link321G无线网卡linux版驱动
2、下载后,解压到某个目录
然后请按照其解压文件里边的说明进行即可!附说明如下:
1. Unpack the driver sources and go to the Module directory:
$ tar -xvzf rt73-cvs-daily.tar.gz
$ cd ./rt73-cvs-YYYYMMDDHH/Module

2. Compile the driver sources:
$ make

3. Install the driver (as root):
# make install

4. Check your install (load module, bring interface up and scan):
# modprobe rt73
# ifconfig wlan0 up
# iwlist wlan0 scan

If everything is ok, you should see a list of surrounding Access Points. It
means you can jump to the configuration section.
Otherwise, check out the following install notes...
文章评论

共有 1 条评论

  1. Linux第1 于 2007-07-24 21:52:15发表:

    :0(1 请问英特尔的无线网卡也可以按照这个步骤安装嘛?