mt7601u is detected but not working

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








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.







share|improve this question






















  • 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















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.







share|improve this question






















  • 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













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.







share|improve this question














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.









share|improve this question













share|improve this question




share|improve this question








edited May 16 at 10:02









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

















  • 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
















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















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



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














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













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491