在linux下安裝TPLINK無線網絡卡驅動

2021-06-17 01:03:41 字數 1626 閱讀 9156

使用的是tp-link出的tl-wdn3321,官網上只有windows下的驅動

萬事問谷歌,它依然沒有讓我失望,方法如下

然後按下面的方法安裝

1、cd /home/myuser/downloads
2、tar xvf dpo_rt5572_linuxsta_2.6.0.1_20120629.tar.bz2.bz2
3、edit the fileos/linux/config.mk.  set toythe two variableshas_wpa_supplicantandhas_native_wpa_supplicant_support.  your file shall shows
# support wpa_supplicant

# i.e. wpa_supplicant -dralink

has_wpa_supplicant=y

# support native wpasupplicant for network maganger

# i.e. wpa_supplicant -dwext

has_native_wpa_supplicant_support=y

4、edit the file os/linux/usb_main_dev.c. add a line containingmodule_license(「gpl」);. this line is important. the position of the line is important. your file shall shows
module_description("rt2870 wireless lan linux driver");

module_license("gpl");

#ifdef config_sta_support

#ifdef module_version

5、edit thefile common/cmm_mac_usb.cand add the lines 「#define usb_buffer_alloc(a, b, c, d) usb_alloc_coherent(a, b, c, d)」 and 「#define usb_buffer_free(a, b, c, d) usb_free_coherent(a, b, c, d)「. the position of the lines is important. your file shall shows
#ifdef rtmp_mac_usb

#define usb_buffer_alloc(a, b, c, d) usb_alloc_coherent(a, b, c, d)

#define usb_buffer_free(a, b, c, d) usb_free_coherent(a, b, c, d)

#include "rt_config.h"

6、
sudo make
7、
sudo make install
然後

ifconfig 檢視可以看到出現新的介面ra0

這樣就可以無線上網了

在Linux下安裝DNW

2.編譯pc端usb驅動和寫入工具 2.1 解壓縮 tar xzvf path to dnw linux.tgz dnw linux dnw linux secbulk dnw linux secbulk makefile dnw linux secbulk secbulk.c dnw linux ...

在Linux下安裝Python

在linux下安裝python的操作相當簡單,按如下步驟操作即可 2 解壓 root www.linuxidc.com python tar zxvf python 3.2.2.tgz 3 開啟安裝目錄,執行 root www.linuxidc.com python cd python 3.2.2 ...

在linux下安裝mysql

在linux環境中安裝mysql需要 mysql standard 4.0.24 pc linux gnu i686.tar.gz這個檔案 mysql standard 4.0.24 pc linux gnu i686.tar.gz 是mysql4.0.24版本的安裝檔案,是乙個二進位制的壓縮包,所...