Howto - Install MT7610U on CentOS 6.6

来源:互联网 发布:淘宝为什么分数低 编辑:程序博客网 时间:2024/06/08 13:11

OS: CentOS release 6.6 (Final)

Kernel: Linux 2.6.32-504.el6.i686

WiFi Dongle: SeaPai SP-WL450U (2.4G + 5G)

MT7610U Driver for CentOS 6.6: 

* http://download.csdn.net/detail/yaorenfeng/9495483

* Adapted from the generic MT7610U linux driver, by fixing some compilation issues.


Installation:

* change to root by su

* download and copy mt7610_centos6.tar.gz to /usr/local/src

* cd /usr/local/src

* tar -xzvf mt7610_centos6.tar.gz

* cd mt7610_centos6/

* make clean

* make

* make install

* modprobe mt7650u_sta


Check Result:

* lsmod | grep mt -> Here you should be able to see "mt7650u_sta           866337  0"

* Plug the USB dongle into your USB port, you can see the LED (on the dongle) light up. :-)

* iwconfig -> You can see ra0 now! :-)


0 0