mt7601u is detected but not working
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I am trying to install this:
ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless on Linux ***-notebook 4.13.0-41-generic #46~16.04.1-Ubuntu SMP Thu May 3 10:06:03 UTC 2018 i686 athlon i686 GNU/Linux
using the following steps
sudo apt-get install linux-headers-generic build-essential git
git clone https://github.com/art567/mt7601usta.git
cd mt7601usta/src
make
sudo make install
sudo mkdir -p /etc/Wireless/RT2870STA/
sudo cp RT2870STA.dat /etc/Wireless/RT2870STA/
sudo modprobe mt7601Usta
obtained from Ralink MT7601U (148f:7601) Wi-Fi adapter installation
but on the make command is always obtained the same error
from /home/****/mt7601usta/src/os/linux/../../os/linux/sta_ioctl.c:30:
In function âÂÂmemcpyâÂÂ,
inlined from âÂÂrt_ioctl_iwaplistâ at /home/jjss/mt7601usta/src/os/linux/../../os/linux/sta_ioctl.c:701:2:
./include/linux/string.h:305:4: error: call to âÂÂ__read_overflow2â declared with attribute error: detected read beyond size of object passed as 2nd parameter
__read_overflow2();
^
scripts/Makefile.build:316: recipe for target '/home/****/mt7601usta/src/os/linux/../../os/linux/sta_ioctl.o' failed
make[2]: *** [/home/****/mt7601usta/src/os/linux/../../os/linux/sta_ioctl.o] Error 1
Makefile:1550: recipe for target '_module_/home/****/mt7601usta/src/os/linux' failed
make[1]: *** [_module_/home/****/mt7601usta/src/os/linux] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.13.0-41-generic'
Makefile:418: recipe for target 'LINUX' failed
make: *** [LINUX] Error 2
I already upgrade the system, also reinstall linux-headers
.
dmesg
output:
[ 6650.043118] mt7601u 5-1:1.0: ASIC revision: 76010001 MAC revision: 76010500
[ 6650.047234] mt7601u 5-1:1.0: Firmware Version: 0.1.00 Build: 7640 Build time: 201302052146____
[ 6650.316189] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6650.500194] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6650.684160] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6650.868154] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6651.048102] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6651.232163] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6651.412317] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
...
[ 6668.812151] mt7601u: probe of 5-1:1.0 failed with error -110
Anything else I can do try to fix it? The dongle works fine on any Windows.
drivers usb kernel compiling make
add a comment |Â
up vote
0
down vote
favorite
I am trying to install this:
ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless on Linux ***-notebook 4.13.0-41-generic #46~16.04.1-Ubuntu SMP Thu May 3 10:06:03 UTC 2018 i686 athlon i686 GNU/Linux
using the following steps
sudo apt-get install linux-headers-generic build-essential git
git clone https://github.com/art567/mt7601usta.git
cd mt7601usta/src
make
sudo make install
sudo mkdir -p /etc/Wireless/RT2870STA/
sudo cp RT2870STA.dat /etc/Wireless/RT2870STA/
sudo modprobe mt7601Usta
obtained from Ralink MT7601U (148f:7601) Wi-Fi adapter installation
but on the make command is always obtained the same error
from /home/****/mt7601usta/src/os/linux/../../os/linux/sta_ioctl.c:30:
In function âÂÂmemcpyâÂÂ,
inlined from âÂÂrt_ioctl_iwaplistâ at /home/jjss/mt7601usta/src/os/linux/../../os/linux/sta_ioctl.c:701:2:
./include/linux/string.h:305:4: error: call to âÂÂ__read_overflow2â declared with attribute error: detected read beyond size of object passed as 2nd parameter
__read_overflow2();
^
scripts/Makefile.build:316: recipe for target '/home/****/mt7601usta/src/os/linux/../../os/linux/sta_ioctl.o' failed
make[2]: *** [/home/****/mt7601usta/src/os/linux/../../os/linux/sta_ioctl.o] Error 1
Makefile:1550: recipe for target '_module_/home/****/mt7601usta/src/os/linux' failed
make[1]: *** [_module_/home/****/mt7601usta/src/os/linux] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.13.0-41-generic'
Makefile:418: recipe for target 'LINUX' failed
make: *** [LINUX] Error 2
I already upgrade the system, also reinstall linux-headers
.
dmesg
output:
[ 6650.043118] mt7601u 5-1:1.0: ASIC revision: 76010001 MAC revision: 76010500
[ 6650.047234] mt7601u 5-1:1.0: Firmware Version: 0.1.00 Build: 7640 Build time: 201302052146____
[ 6650.316189] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6650.500194] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6650.684160] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6650.868154] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6651.048102] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6651.232163] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6651.412317] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
...
[ 6668.812151] mt7601u: probe of 5-1:1.0 failed with error -110
Anything else I can do try to fix it? The dongle works fine on any Windows.
drivers usb kernel compiling make
Welcome to Ask Ubuntu! Is there any reason why you don't install the Deb package from the Apt repository mentioned in the linked question? It looks like the code in Git repository is incompatible with your kernel version. What's your Ubuntu release anyway? (Please edit your post when you want to clarify something or add information? ItâÂÂs best to have everything relevant in one place. Additionally, comments may be deleted for various reasons. Thanks.)
â David Foerster
May 16 at 10:09
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to install this:
ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless on Linux ***-notebook 4.13.0-41-generic #46~16.04.1-Ubuntu SMP Thu May 3 10:06:03 UTC 2018 i686 athlon i686 GNU/Linux
using the following steps
sudo apt-get install linux-headers-generic build-essential git
git clone https://github.com/art567/mt7601usta.git
cd mt7601usta/src
make
sudo make install
sudo mkdir -p /etc/Wireless/RT2870STA/
sudo cp RT2870STA.dat /etc/Wireless/RT2870STA/
sudo modprobe mt7601Usta
obtained from Ralink MT7601U (148f:7601) Wi-Fi adapter installation
but on the make command is always obtained the same error
from /home/****/mt7601usta/src/os/linux/../../os/linux/sta_ioctl.c:30:
In function âÂÂmemcpyâÂÂ,
inlined from âÂÂrt_ioctl_iwaplistâ at /home/jjss/mt7601usta/src/os/linux/../../os/linux/sta_ioctl.c:701:2:
./include/linux/string.h:305:4: error: call to âÂÂ__read_overflow2â declared with attribute error: detected read beyond size of object passed as 2nd parameter
__read_overflow2();
^
scripts/Makefile.build:316: recipe for target '/home/****/mt7601usta/src/os/linux/../../os/linux/sta_ioctl.o' failed
make[2]: *** [/home/****/mt7601usta/src/os/linux/../../os/linux/sta_ioctl.o] Error 1
Makefile:1550: recipe for target '_module_/home/****/mt7601usta/src/os/linux' failed
make[1]: *** [_module_/home/****/mt7601usta/src/os/linux] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.13.0-41-generic'
Makefile:418: recipe for target 'LINUX' failed
make: *** [LINUX] Error 2
I already upgrade the system, also reinstall linux-headers
.
dmesg
output:
[ 6650.043118] mt7601u 5-1:1.0: ASIC revision: 76010001 MAC revision: 76010500
[ 6650.047234] mt7601u 5-1:1.0: Firmware Version: 0.1.00 Build: 7640 Build time: 201302052146____
[ 6650.316189] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6650.500194] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6650.684160] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6650.868154] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6651.048102] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6651.232163] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6651.412317] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
...
[ 6668.812151] mt7601u: probe of 5-1:1.0 failed with error -110
Anything else I can do try to fix it? The dongle works fine on any Windows.
drivers usb kernel compiling make
I am trying to install this:
ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless on Linux ***-notebook 4.13.0-41-generic #46~16.04.1-Ubuntu SMP Thu May 3 10:06:03 UTC 2018 i686 athlon i686 GNU/Linux
using the following steps
sudo apt-get install linux-headers-generic build-essential git
git clone https://github.com/art567/mt7601usta.git
cd mt7601usta/src
make
sudo make install
sudo mkdir -p /etc/Wireless/RT2870STA/
sudo cp RT2870STA.dat /etc/Wireless/RT2870STA/
sudo modprobe mt7601Usta
obtained from Ralink MT7601U (148f:7601) Wi-Fi adapter installation
but on the make command is always obtained the same error
from /home/****/mt7601usta/src/os/linux/../../os/linux/sta_ioctl.c:30:
In function âÂÂmemcpyâÂÂ,
inlined from âÂÂrt_ioctl_iwaplistâ at /home/jjss/mt7601usta/src/os/linux/../../os/linux/sta_ioctl.c:701:2:
./include/linux/string.h:305:4: error: call to âÂÂ__read_overflow2â declared with attribute error: detected read beyond size of object passed as 2nd parameter
__read_overflow2();
^
scripts/Makefile.build:316: recipe for target '/home/****/mt7601usta/src/os/linux/../../os/linux/sta_ioctl.o' failed
make[2]: *** [/home/****/mt7601usta/src/os/linux/../../os/linux/sta_ioctl.o] Error 1
Makefile:1550: recipe for target '_module_/home/****/mt7601usta/src/os/linux' failed
make[1]: *** [_module_/home/****/mt7601usta/src/os/linux] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.13.0-41-generic'
Makefile:418: recipe for target 'LINUX' failed
make: *** [LINUX] Error 2
I already upgrade the system, also reinstall linux-headers
.
dmesg
output:
[ 6650.043118] mt7601u 5-1:1.0: ASIC revision: 76010001 MAC revision: 76010500
[ 6650.047234] mt7601u 5-1:1.0: Firmware Version: 0.1.00 Build: 7640 Build time: 201302052146____
[ 6650.316189] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6650.500194] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6650.684160] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6650.868154] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6651.048102] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6651.232163] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
[ 6651.412317] mt7601u 5-1:1.0: Vendor request req:07 off:0730 failed:-71
...
[ 6668.812151] mt7601u: probe of 5-1:1.0 failed with error -110
Anything else I can do try to fix it? The dongle works fine on any Windows.
drivers usb kernel compiling make
edited May 16 at 10:02
![](https://i.stack.imgur.com/E0SEH.png?s=32&g=1)
![](https://i.stack.imgur.com/E0SEH.png?s=32&g=1)
David Foerster
25.9k1361106
25.9k1361106
asked May 16 at 9:55
John Jairo Sanabria Sarmiento
1
1
Welcome to Ask Ubuntu! Is there any reason why you don't install the Deb package from the Apt repository mentioned in the linked question? It looks like the code in Git repository is incompatible with your kernel version. What's your Ubuntu release anyway? (Please edit your post when you want to clarify something or add information? ItâÂÂs best to have everything relevant in one place. Additionally, comments may be deleted for various reasons. Thanks.)
â David Foerster
May 16 at 10:09
add a comment |Â
Welcome to Ask Ubuntu! Is there any reason why you don't install the Deb package from the Apt repository mentioned in the linked question? It looks like the code in Git repository is incompatible with your kernel version. What's your Ubuntu release anyway? (Please edit your post when you want to clarify something or add information? ItâÂÂs best to have everything relevant in one place. Additionally, comments may be deleted for various reasons. Thanks.)
â David Foerster
May 16 at 10:09
Welcome to Ask Ubuntu! Is there any reason why you don't install the Deb package from the Apt repository mentioned in the linked question? It looks like the code in Git repository is incompatible with your kernel version. What's your Ubuntu release anyway? (Please edit your post when you want to clarify something or add information? ItâÂÂs best to have everything relevant in one place. Additionally, comments may be deleted for various reasons. Thanks.)
â David Foerster
May 16 at 10:09
Welcome to Ask Ubuntu! Is there any reason why you don't install the Deb package from the Apt repository mentioned in the linked question? It looks like the code in Git repository is incompatible with your kernel version. What's your Ubuntu release anyway? (Please edit your post when you want to clarify something or add information? ItâÂÂs best to have everything relevant in one place. Additionally, comments may be deleted for various reasons. Thanks.)
â David Foerster
May 16 at 10:09
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036873%2fmt7601u-is-detected-but-not-working%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Welcome to Ask Ubuntu! Is there any reason why you don't install the Deb package from the Apt repository mentioned in the linked question? It looks like the code in Git repository is incompatible with your kernel version. What's your Ubuntu release anyway? (Please edit your post when you want to clarify something or add information? ItâÂÂs best to have everything relevant in one place. Additionally, comments may be deleted for various reasons. Thanks.)
â David Foerster
May 16 at 10:09