
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
再起動して、ワイヤレスが機能しているかどうかをお知らせください。おそらくもう 1 つの手順が必要になります。