데비안에는 Wi-Fi 버튼도 없고 wlan0도 없습니다

데비안에는 Wi-Fi 버튼도 없고 wlan0도 없습니다

최근에 데비안을 설치했지만 Wi-Fi와 wlan0이 없습니다.

출력 ifconfig:

enp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
    inet 192.168.0.193  netmask 255.255.255.0  broadcast 192.168.0.255
    inet6 fe80::5648:10ff:feca:63f9  prefixlen 64  scopeid 0x20<link>
    ether 54:48:10:ca:63:f9  txqueuelen 1000  (Ethernet)
    RX packets 90224  bytes 95178748 (90.7 MiB)
    RX errors 0  dropped 0  overruns 0  frame 0
    TX packets 62997  bytes 7432087 (7.0 MiB)
    TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
    inet 127.0.0.1  netmask 255.0.0.0
    inet6 ::1  prefixlen 128  scopeid 0x10<host>
    loop  txqueuelen 1000  (Local Loopback)
    RX packets 8  bytes 396 (396.0 B)
    RX errors 0  dropped 0  overruns 0  frame 0
    TX packets 8  bytes 396 (396.0 B)
    TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

출력 lspci -nn | grep Wireless:

01:00.0 Network controller [0280]: Qualcomm Atheros QCA9377 802.11ac 
Wireless Network Adapter [168c:0042] (rev 31)

답변1

전용 드라이버를 설치해야 합니다.데비안 펌웨어 다운로드 페이지-atheros_20161130-5_all.deb을 클릭한 다음 해당 링크에서 드라이버를 다운로드하면 .deb 파일이 생성되고 터미널을 열고 CD를 다운로드한 디렉터리로 이동한 후 다음을 수행합니다.

sudo dpkg -i "the file".deb

sudo apt-get install -f

시스템을 다시 시작해야 할 수도 있습니다.

관련 정보