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

重新啟動並告訴我們無線是否正常運作;我們可能還會再踏出一步。

相關內容