How to install:
Code: Select all
cd /tmp
wget https://dl.dropboxusercontent.com/u/67643651/mt7601_3.12.26_702.tar.gz
sudo tar xf mt7601_3.12.26_702.tar.gz -C /
sudo depmod -a
sudo reboot
Code: Select all
cd /tmp
wget https://dl.dropboxusercontent.com/u/67643651/mt7601_3.12.26_702.tar.gz
sudo tar xf mt7601_3.12.26_702.tar.gz -C /
sudo depmod -a
sudo reboot
Code: Select all
$ uname -a
Linux octopi 3.12.22+ #691 PREEMPT Wed Jun 18 18:29:58 BST 2014 armv6l GNU/Linux
Code: Select all
cd /tmp
wget https://dl.dropboxusercontent.com/u/67643651/mt7601_3.12.28_710.tar.gz
sudo tar xf mt7601_3.12.28_710.tar.gz -C /
sudo depmod 3.12.28+
sudo reboot
How did you install the driver in OpenElec ? The driver in this thread is aimed at Raspbian Wheezyalbag57 wrote:Hi to all.
I installed the MT7601Usta driver on 3.12.22+ and it works fine but when I use OPENELEC no chances to have my wifi dongle running: I can't configure my network. May it depend because MT7601 uses ra0 instead of wlan0?
Any idea for solving that issue? thanks in advance.
Alberto
The Linux Kernel has support for the Ralink RT5370 and Realtek RTL8188CU / CUS chipset and the later I use as it works in all Linux Distro's including OpenElec without additional drivers:albag57 wrote:Thanks Fruitoftheloom,
no I installed the driver on Debian and I thought it should have been fine for OPENELEC too. Honestly I have not idea about the way for installing it in OPENELEC: it seems the system is closed, no chance in using terminal for giving commands.
Do you know some solution?
Ciao.
Alberto
Hi, I have followed this instruction for the September update of raspbian, but I still can't get wifi config to detect the dongle after reboot.alfonder wrote:Here comes the driver for kernel 3.12.28+ #710
How to install (better copy-paste to avoid typos):Code: Select all
cd /tmp wget https://dl.dropboxusercontent.com/u/67643651/mt7601_3.12.28_710.tar.gz sudo tar xf mt7601_3.12.28_710.tar.gz -C / sudo depmod 3.12.28+ sudo reboot
You should modify /etc/network/interfaces and /etc/wpa-supplicant/wpa-supplicant.conf to get it work.Wckoek wrote: Hi, I have followed this instruction for the September update of raspbian, but I still can't get wifi config to detect the dongle after reboot.
This works also with kernel 3.12.28+ #709alfonder wrote:Here comes the driver for kernel 3.12.28+ #710
How to install (better copy-paste to avoid typos):Code: Select all
cd /tmp wget https://dl.dropboxusercontent.com/u/67643651/mt7601_3.12.28_710.tar.gz sudo tar xf mt7601_3.12.28_710.tar.gz -C / sudo depmod 3.12.28+ sudo reboot
With this driver it is impossible. Ralink's STA-mode software package is freely distributed under the GPL license. But AP-mode package is closed-source commercial product under a certain license. So you don't get AP-enabled driver source unless you're Ralink's partner.charlesanjos wrote:i'm trying to use a mt7601 dongle in AP mode. is it possible?
Code: Select all
cd /tmp
wget https://dl.dropboxusercontent.com/u/67643651/mt7601_3.12.32_721.tar.gz
sudo tar xf mt7601_3.12.32_721.tar.gz -C /
sudo depmod 3.12.32+
sudo reboot
i've been looking for this since i updated my pi to 3.12.32+, thanks.alfonder wrote:Here is the driver for kernel 3.12.32+ #721
How to install (better copy-paste to avoid typos):Code: Select all
cd /tmp wget https://dl.dropboxusercontent.com/u/67643651/mt7601_3.12.32_721.tar.gz sudo tar xf mt7601_3.12.32_721.tar.gz -C / sudo depmod 3.12.32+ sudo reboot
The source is the same as for previous kernels. I just built it against the current kernel version.5Forward wrote: do you have any source of updated drivers ?
I`ve tried 3.12.26+ #702 drivers, but it dont work.Linux RPi 3.12.26+ #7 PREEMPT Wed Sep 17 14:25:24 EDT 2014 armv6l GNU/Linux
I have a driver for 148f:7601 that is working on my PI with "3.12.26+ #7 PREEMPT Wed Sep 17 14:25:24 EDT 2014 "Vitold wrote:Hi all!
I have trouble with driver instalation for 148f:7601 after installing Adafruit 2.8" tft touchscreen display.
uname -aI`ve tried 3.12.26+ #702 drivers, but it dont work.Linux RPi 3.12.26+ #7 PREEMPT Wed Sep 17 14:25:24 EDT 2014 armv6l GNU/Linux
Has anyone else encountered this problem? Please tell me what to do.
Code: Select all
wget https://dl.dropboxusercontent.com/u/80256631/MT7601U-Adafruit-3.12.26-7.tar.gz
tar -xzvf MT7601U-Adafruit-3.12.26-7.tar.gz
sudo install -p -m 644 mtutil7601Usta.ko /lib/modules/3.12.26+/kernel/drivers/net/wireless/
sudo mkdir -p /etc/Wireless/RT2870STA
sudo cp RT2870STA.dat /etc/Wireless/RT2870STA/.
sudo install -p -m 644 mt7601Usta.ko /lib/modules/3.12.26+/kernel/drivers/net/wireless/
sudo install -p -m 644 mtnet7601Usta.ko /lib/modules/3.12.26+/kernel/drivers/net/wireless/
sudo depmod 3.12.26+
Thank you, it worksMrEngman wrote:You should be able to download and install it with the following commands...
Code: Select all
cd /tmp
wget https://dl.dropboxusercontent.com/u/67643651/mt7601_3.12.33_722.tar.gz
sudo tar xf mt7601_3.12.33_722.tar.gz -C /
sudo depmod 3.12.33+
sudo reboot
Mr EngmanMrEngman wrote:I have a driver for 148f:7601 that is working on my PI with "3.12.26+ #7 PREEMPT Wed Sep 17 14:25:24 EDT 2014 "Vitold wrote:Hi all!
I have trouble with driver instalation for 148f:7601 after installing Adafruit 2.8" tft touchscreen display.
uname -aI`ve tried 3.12.26+ #702 drivers, but it dont work.Linux RPi 3.12.26+ #7 PREEMPT Wed Sep 17 14:25:24 EDT 2014 armv6l GNU/Linux
Has anyone else encountered this problem? Please tell me what to do.
You should be able to download and install it with the following commandsCode: Select all
wget https://dl.dropboxusercontent.com/u/80256631/MT7601U-Adafruit-3.12.26-7.tar.gz tar -xzvf MT7601U-Adafruit-3.12.26-7.tar.gz sudo install -p -m 644 mtutil7601Usta.ko /lib/modules/3.12.26+/kernel/drivers/net/wireless/ sudo mkdir -p /etc/Wireless/RT2870STA sudo cp RT2870STA.dat /etc/Wireless/RT2870STA/. sudo install -p -m 644 mt7601Usta.ko /lib/modules/3.12.26+/kernel/drivers/net/wireless/ sudo install -p -m 644 mtnet7601Usta.ko /lib/modules/3.12.26+/kernel/drivers/net/wireless/ sudo depmod 3.12.26+
MrEngman