쿠분투의 WiFi 카드에 문제가 있습니다. 가끔 시스템이 인식하지 못하는 경우도 있는데 이상하게 매번 발생하는 것은 아닌데, 시작하면 4번 정도에 한 번씩 발생하는데 왜 그런지 이해가 되지 않습니다. lshw -C network를 실행하면 다음과 같은 결과가 나타납니다.
*-network UNCLAIMED
description: Network controller
product: Wireless 8265 / 8275
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
version: 78
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
resources: memory:ef200000-ef201fff
*-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:04:00.0
logical name: enp4s0
version: 15
serial: 4c:ed:fb:07:64:b1
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.2.131 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:19 ioport:d000(size=256) memory:ef104000-ef104fff memory:ef100000-ef103fff
안정적으로 작동시키는 방법을 아는 사람이 있습니까?
답변1
최신 버전의 Windows가 설치된 듀얼 부팅 컴퓨터를 사용하고 있고 Linux로 부팅하는 동안 WiFi 장치를 초기화하는 데 문제가 발생하는 경우 Windows의 빠른 시작 기능으로 인해 문제가 발생할 수 있습니다.
dmesg | grep iwlwifi
[ 6.540045] iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
[ 7.388211] iwlwifi: probe of 0000:03:00.0 failed with error -110
이 기능이 활성화되면 Windows는 실제로 전체 시스템을 종료하지 않고 시스템의 일부를 실행 상태로 유지하므로 컴퓨터를 더 빨리 다시 시작할 수 있습니다.
이 옵션을 비활성화해 보십시오. Windows 10에서는 다음으로 이동하여 Control Panel→Hardware and Sound→Power Options→System Settings
비활성화합니다.빠른 시작옵션에서종료 설정. 이로 인해 Windows가 완전히 종료되고 문제가 해결될 수도 있습니다.
편집: 전원 옵션 화면에서 시스템 설정으로 이동하려면 "덮개 닫기 기능 선택"을 클릭해야 할 수도 있습니다.