riotimus
(usa Ubuntu)
Enviado em 16/05/2018 - 06:16h
ola galera
alguem tive problema com o adaptador usb mt7601u ?
uso ubuntu Linux jjss-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
e estou tentando configurar o dongle wifi com as intrucoes obtidas em
https://askubuntu.com/questions/457061/ralink-mt7601u-148f7601-wi-fi-adapter-installation?utm_medium...
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
mas em o "make" sao obtidas como saidas os erros "from /home/jjss/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/jjss/mt7601usta/src/os/linux/../../os/linux/sta_ioctl.o' failed
make[2]: *** [/home/jjss/mt7601usta/src/os/linux/../../os/linux/sta_ioctl.o] Error 1
Makefile:1550: recipe for target '_module_/home/jjss/mt7601usta/src/os/linux' failed
make[1]: *** [_module_/home/jjss/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 " como posso resolver ?