Giter VIP home page Giter VIP logo

synology-mt7601u's Introduction

Synology-MT7601u

please give a star, if it is usefull! thank you!

this is mt7601u wifi for Synology DS918+, DSM 6.2.1, linux kernel 4.4.59+.

using

I have compiled so lib in output folder. you can copy wireless folder into /lib/modules.

$ unzip Synology-MT7601u-master.zip
$ cd Synology-MT7601u-master/output
$ cp ./wireless /lib/modules
$ cp ./mt7601u.bin /lib/firmware
$ sudo mkdir /etc/wpa_supplicant/
$ sudo wpa_passphrase SSID passphrase > /etc/wpa_supplicant/wpa_supplicant.conf   //SSID is  your wifi name, passphrase is your wifi passwd
$ sudo ./mt7601u_start.sh
$ ifconfig

then the wlan0 will get ip

build

if you want compile other so, you need compile kernel, I use Ubuntu 14.04

$ sudo export CC=/your_path/x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu-gcc
$ sudo export RANLIB=/your_path/x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu-ranlib
$ sudo export LD=/your_path/x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu-ld
$ sudo export LDFLAGS=-L/your_path/x86_64-pc-linux-gnu/x86_64-pc-linux-gnu/sys-root/lib
$ sudo export CFLAGS=-I/your_path/x86_64-pc-linux-gnu/x86_64-pc-linux-gnu/sys-root/usr/include
$ sudo export PATH=$PATH:/your_path/x86_64-pc-linux-gnu/bin/
$ sudo cd Synology-MT7601u-master/kernel/linux-4.4.x
$ sudo cp SynoBuildConf/apollolake .config
$ sudo make menuconfig
$ sudo make modules
$ sudo mkdir modules
$ make modules_install INSTALL_MOD_PATH=./modules

you can find so in modules folder.

if your Synology device was not DS918+

you need download your kernel and toolchain, then compile like above.

synology-mt7601u's People

Contributors

wellfrogliu avatar

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.