Ubuntu 18.04에서 Wi-Fi 어댑터를 찾을 수 없습니다.

Ubuntu 18.04에서 Wi-Fi 어댑터를 찾을 수 없습니다.

갑자기 Wi-Fi가 작동하지 않아서 거의 모든 것을 시도했지만 아무것도 작동하지 않았습니다. 내가 시도한 몇 가지 명령은 다음과 같습니다.

1) lspci | grep 네트워크는 echo $?? 이후에 어떤 결과도 표시하지 않습니다. 1을 보여줍니다.

I tried this method -

sudo apt install build-essential git dkms
git clone https://github.com/tomaspinho/rtl8821ce
cd rtl8821ce
sudo ./dkms-install.sh
sudo modprobe 8821ce
reboot

3) 애드온 드라이버에 아무것도 없습니다

4)lshw -C net *-네트워크

description: Ethernet interface
   product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
   vendor: Realtek Semiconductor Co., Ltd.
   physical id: 0
   bus info: pci@0000:07:00.0
   logical name: enp7s0
   version: 0c
   serial: 84:7b:eb:2a:2c:a9
   size: 1Gbit/s
   capacity: 1Gbit/s
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress msix vpd 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=full firmware=rtl8168g-2_0.0.1 02/06/13 ip=192.168.1.23 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
   resources: irq:19 ioport:e000(size=256) memory:f7000000-f7000fff memory:f0000000-f0003fff

일하다

sudo cat /etc/network/interfaces

// interfaces(5) file used by ifup(8) and ifdown(8) auto lo

iface lo inet loopback

6) lspci -knn | grep 네트워크-A3;

0: hci0: 블루투스 소프트 차단: 없음 하드 차단: 없음

누구든지 나를 도와줄 수 있나요?

관련 정보