Netgear A6210 未安装在 ubuntu 17.10 上

Netgear A6210 未安装在 ubuntu 17.10 上

我正在尝试为 Netgear a6210 安装驱动程序。

我执行了:

git clone https://github.com/genodeftest/Netgear-A6210.git
make

我收到了这个错误信息:

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();

有任何想法吗?

答案1

请尝试:

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

重新启动并告诉我们无线是否正常工作;我们可能还需要再执行一步。

相关内容