Manjaro Linux에 Netgear/MT7612U 드라이버를 설치하는 방법은 무엇입니까?

Manjaro Linux에 Netgear/MT7612U 드라이버를 설치하는 방법은 무엇입니까?

Linux PC에 AP를 설정하고 싶습니다.이 지침iw addr하지만 명령 에 장치가 표시되지 않습니다

$ iw addr
nl80211 not found.

$ iw list
nl80211 not found.

$ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
    link/ether c8:9c:dc:a4:9d:0e brd ff:ff:ff:ff:ff:ff

그러나 연결된 USB 섹션에 나열되어 있습니다.

$lsusb
...
Bus 002 Device 011: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter
...

tar 파일을 다운로드 받은 후미디어텍그리고 그 내용을 추출합니다. make바이너리를 빌드하기 위해 실행을 시도했습니다 . 그러면 다음 오류가 발생합니다.

make -C tools
make[1]: Entering directory '/home/ebe/Downloads/DPO/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory '/home/ebe/Downloads/DPO/tools'
/home/ebe/Downloads/DPO/tools/bin2h
chipset = mt7662u
chipset = mt7632u
chipset = mt7612u
cp -f os/linux/Makefile.6 /home/ebe/Downloads/DPO/os/linux/Makefile
make -C /lib/modules/4.16.7-rt1-MANJARO/build SUBDIRS=/home/ebe/Downloads/DPO/os/linux modules
make[1]: *** /lib/modules/4.16.7-rt1-MANJARO/build: No such file or directory.  Stop.
make: *** [Makefile:391: LINUX] Error 2

이 문제를 해결할 방법이 있나요?

Arch/Manjaro용 드라이버를 설치하는 다른 방법이 있습니까?

답변1

잘못된 모델에 대한 Wi-Fi 드라이버를 컴파일하려고 합니다.

그러나 Manjaro를 사용하면 아무것도 컴파일할 필요가 없습니다.

칩셋의 경우 패키지 를 설치하십시오 mt7601u-dkms. 제조업체에서 제공하는 소스 코드보다 더 안정적인 커널 모듈을 제공합니다.

관련 정보