Realtek r8169 Wi-Fi 카드용 드라이버를 구하는 방법

Realtek r8169 Wi-Fi 카드용 드라이버를 구하는 방법

내가 본 모든 솔루션을 시도했지만 이 문제를 해결할 수 없는 것 같습니다. 최근 Elementary OS를 설치했는데 Wi-Fi 옵션이 표시되지 않습니다. Wi-Fi 칩은 Realtek r8169칩입니다.

이건 내가 달릴 때 얻는 거야sudo lshw -C network

*-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:01:00.0
       logical name: eno1
       version: 15
       serial: ac:e2:d3:d1:03:da
       size: 10Mbit/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 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8168h-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
       resources: irq:16 ioport:4000(size=256) memory:b1104000-b1104fff memory:b1100000-b1103fff
  *-network UNCLAIMED
       description: Network controller
       product: Realtek Semiconductor Co., Ltd.
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress cap_list
       configuration: latency=0
       resources: ioport:3000(size=256) memory:b1000000-b100ffff
  *-network
       description: Ethernet interface
       physical id: 3
       logical name: enx0c5b8f279a64
       serial: 0c:5b:8f:27:9a:64
       capabilities: ethernet physical
       configuration: broadcast=yes driver=cdc_ether driverversion=22-Aug-2005 firmware=CDC Ethernet Device ip=192.168.8.100 link=yes multicast=yes

Windows 드라이버를 설치하기 위해 ndiswrapper를 사용해 보았지만 작동하지 않았습니다.

iwlwifi.conf파일이 있는데 /etc/modprobe.d/왜 거기에 있는지는 잘 모르겠지만 Realtek과 관련이 있으면 안되는 것 아닌가요? .

답변1

Ndis는 XP 드라이버와 가장 잘 작동합니다(사실 XP를 염두에 두고 설계되었습니다). Ndis가 작동하려면 혼동을 피하기 위해 Linux 드라이버를 "블랙리스트"에 추가해야 합니다.

이 파일은 매개변수를 설정하는 데 사용됩니다. "옵션"을 입력하고 연결 손실 등을 방지하기 위해 배터리 절약을 비활성화할 수 있습니다.

관련 정보