Linux Mint 20 Wi-Fi 어댑터 케이블이 연결되지 않음

Linux Mint 20 Wi-Fi 어댑터 케이블이 연결되지 않음

이것은 자작 컴퓨터이며 Windows에서 작동하고 Linux 드라이버가 있는 WiFi 어댑터가 있습니다. 설치했는데 뭘 해도 네트워크에서 뽑힌 유선케이블만 보이는군요. 인터넷에 연결하려면 휴대폰을 연결해야 해요. Realtek의 단계별 가이드에 따라 드라이버를 수동으로 설치했지만 여전히 감지되지 않습니다. RTL8111/8168 입니다. dkms status실행해도 아무 일도 일어나지 않는 것 같습니다. USB 블루투스 어댑터도 있는데 잘 작동합니다. WiFi 어댑터가 작동하지 않습니다.

rfkill출력 은 다음 과 같습니다 .

$ rfkill list all
0: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no

sudo lshw -C network출력 은 다음 과 같습니다 .

yoshi@Luccio:~$ sudo lshw -C network
[sudo] password for yoshi:             
  *-network                 
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:08:00.0
       logical name: enp8s0
       version: 15
       serial: a8:a1:59:11:4b:10
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8168 driverversion=8.048.03-NAPI latency=0 link=no multicast=yes port=twisted pair
       resources: irq:47 ioport:f000(size=256) memory:fcc04000-fcc04fff memory:fcc00000-fcc03fff

ifconfig출력 은 다음 과 같습니다 .

yoshi@Luccio:~$ ifconfig
enp8s0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether a8:a1:59:11:4b:10  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 47  base 0x1000  

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 16480  bytes 1233200 (1.2 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 16480  bytes 1233200 (1.2 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

도와주세요.

죄송합니다. 실제로 이미지를 삽입할 수는 없습니다.

이것은 lsusb입니다

yoshi@Luccio:~$ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 046d:c248 Logitech, Inc. G105 Gaming Keyboard
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 001 Device 002: ID 1532:0060 Razer USA, Ltd Razer Lancehead Tournament Edition
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

이것은 dmesg입니다

https://pastebin.com/uabfiu8J

답변1

안녕하세요, 이는 5.4 커널에 문제가 있는 것 같습니다. 4.6 커널과 함께 19.3 Linux Mint를 설치하고 5.8 커널이 나올 때까지 기다립니다.

관련 정보