Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (29 loc) · 1.1 KB

File metadata and controls

35 lines (29 loc) · 1.1 KB

mt7610u_wifi_sta_v3002_dpo_20130916

Modified usb wifi driver for TP-Link TL-WDN5200 AC600 T2U and Cisco Linksys AE6000 / AC580 on Linux.

  1. modified: common/rtusb_dev_id.c
  • add product id for TL-WDN5200
  • add product id for Cisco Linksys AE6000 / AC580
  1. modified: include/os/rt_linux.h
  2. modified: os/linux/rt_linux.c
  • fix compile error from struct OS_FS_INFO
  • fix problem on 64bit
  1. modified: os/linux/config.mk
  • change default setting for Ubuntu
  1. modified common/cmm_info.c
  • fix compile with gcc 4.9.2 newer Kernel (Ubuntu 15.04)

#prepare Ubuntu: sudo apt-get install git build-essential

how to use

$ mkdir ~/src
$ cd ~/src
$ git clone https://github.com/Myria-de/mt7610u_wifi_sta_v3002_dpo_20130916.git
$ make
$ make install
$ cp RT2870STA.dat  /etc/Wireless/RT2870STA/RT2870STA.dat
$ reboot

refer to: http://hprath.com/2014/06/cisco-linksys-ae6000-ac580-media-tek-mt7610u-mt7630u-mt7650u-linux-x64-driver-patch/ On this page you'll find also details about configuration in RT2870STA.dat.

https://github.com/chenhaiq/mt7610u_wifi_sta_v3002_dpo_20130916 (TP-Link T2U)