새로운 데비안에 Wi-Fi를 설치하려고 하는데 혼란스럽습니다. 생각보다 복잡한 것 같네요. 내가 아는 바로는 칩셋에 따라 달라지는 라우터 드라이버를 수동으로 다운로드해야 합니다. 라우터의 칩셋을 확인하는 방법은 무엇입니까?
문제가 생겼어요! 박스 7430.
노트
$ lspci -knn |grep Net -A3
01:00.0 Network controller [0280]: Intel Corporation Wireless 8260 [8086:24f3] (rev 3a)
Subsystem: Intel Corporation Wireless 8260 (Dual Band Wireless-AC 8260) [8086:1010]
Kernel modules: iwlwifi
$ uname -a
Linux debian-sgtechedge 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64 GNU/Linux
답변1
Wi-Fi 드라이버를 설치해야 합니다.듀얼 밴드 무선-AC 8260, 따르다설치 설명서데비안 위키에서 ( stretch
로 대체됨 buster
):
non-free
다음과 같은 구성요소를 추가합니다/etc/apt/sources.list
.
deb http://httpredir.debian.org/debian/ buster main contrib non-free
사용 가능한 패키지 목록을 업데이트하고
firmware-iwlwifi
패키지를 설치합니다.
apt-get update && apt-get install firmware-iwlwifi
지원되는 장치에 대해 모듈
iwlwifi
이 자동으로 로드되므로 설치된 펌웨어에 액세스하려면 모듈을 다시 삽입하십시오.
modprobe -r iwlwifi ; modprobe iwlwifi