Giter Club home page Giter Club logo

mt7601's Introduction

mt7601

Mediatek MT7601 driver (copy of oryginal Mediatek driver Copyright 2002-2010, Ralink Technology, Inc.)

usage:

sudo apt-get install linux-headers-generic build-essential git

sudo apt-get install git

git clone https://github.com/flexiti/mt7601.git

cd mt7601

make clean

make

sudo make install

sudo mkdir -p /etc/Wireless/RT2870STA/

sudo cp RT2870STA.dat /etc/Wireless/RT2870STA/

sudo modprobe mt7601Usta

Your wireless should now be working. Tested on Armbian (Debian Jessy and Ubuntu Trusty) ps. network config example:

    auto ra0
iface ra0 inet static     
    address 192.168.0.2
    netmask 255.255.255.0
    gateway 192.168.0.1 
    wpa-ssid YOURSID
    wpa-psk YOURPASS
    dns-nameservers 8.8.8.8 8.8.4.4 

The original vendor driver can be downloaded from MediaTek's website (http://www.mediatek.com/en/downloads1/downloads/mt7601u-usb/).

mt7601's People

Contributors

flexiti avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

mt7601's Issues

Why

install -d /lib/modules/5.15.146.1-microsoft-standard-WSL2/kernel/drivers/net/wireless/
install -m 644 -c mt7601Usta.ko /lib/modules/5.15.146.1-microsoft-standard-WSL2/kernel/drivers/net/wireless/
install: cannot stat 'mt7601Usta.ko': No such file or directory
make[1]: *** [Makefile.6:560: install] Error 1
make[1]: Leaving directory '/home/gedh/mt7601-2/3/mt7601/os/linux'
make: *** [Makefile:503: install] Error 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.