
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
재부팅하고 무선이 작동하는지 알려주세요. 아마도 한 단계 더 남았을 것입니다.