
Estou tentando instalar o driver do Netgear a6210.
Eu executei:
git clone https://github.com/genodeftest/Netgear-A6210.git
make
E recebi esta mensagem de erro:
In function ‘memcpy’,
inlined from ‘rt_ioctl_iwaplist’ at /media/angelo/Elements1/netgear_linux/Netgear-A6210/os/linux/../../os/linux/sta_ioctl.c:549: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();
Alguma ideia?
Responder1
Tente por favor:
wget https://github.com/genodeftest/Netgear-A6210/archive/port-to-4.13.zip
unzip port-to-4.13.zip
cd Netgear-A6210-port-to-4.13
make
sudo make install
Reinicie e diga-nos se o wireless está funcionando; provavelmente teremos mais um passo.