其实方法很简单,但因为有很多朋友不知道,所以在此说明一下,希望对大家有所帮助!
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...


Linux第1 于 2007-07-24 21:52:15发表:
:0(1 请问英特尔的无线网卡也可以按照这个步骤安装嘛?