Skip to content

Commit

Permalink
README: add install section
Browse files Browse the repository at this point in the history
Issue-id: kuba-moo#12

Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
kuba-moo committed Jun 5, 2015
1 parent 3b81644 commit 5eaf8aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ Now when you connect your device a new network interface should be created. Some

The warning about EEPROM version is harmless but keep an eye on the logs and if you spot any errors please report them here.

If you want the driver to load automatically you can do the following:
```
$ make
# cp mt7601u.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless/
# depmod
```
However, please remember that this installs the driver *only for your current kernel* and you will have to redo those 3 commands every time your kernel is upgraded!

### Supported hardware
The driver was tested for devices with USB ID of 148f:7601. Specifically I tested it with:
* TP-LINK TL-WN727N v4;
Expand Down

0 comments on commit 5eaf8aa

Please sign in to comment.