无线芯片组 RTL8821CE 未被认领,且未在 ifconfig 中显示

无线芯片组 RTL8821CE 未被认领,且未在 ifconfig 中显示

我一直试图将我的内部无线适配器连接到 ubuntu 20.04.3 LTS,但没有成功。我下载了驱动程序,Software & Updates但运行时lshw -C network出现:

  *-network UNCLAIMED       
       description: Network controller
       product: RTL8821CE 802.11ac PCIe Wireless Network Adapter
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: cap_list
       configuration: latency=0
       resources: ioport:e000(size=256) memory:a1100000-a110ffff

运行lspci表明它在那里:

00:1c.0 SD Host controller: Intel Corporation Celeron/Pentium Silver Processor SDA Standard Compliant SD Host Controller (rev 06)
00:1f.0 ISA bridge: Intel Corporation Device 31e8 (rev 06)
00:1f.1 SMBus: Intel Corporation Celeron/Pentium Silver Processor Gaussian Mixture Model (rev 06)
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter

但它没有出现在ifconfig

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
3: wlx0012fb2e0e72: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 00:12:fb:2e:0e:72 brd ff:ff:ff:ff:ff:ff
    inet 10.37.16.191/18 brd 10.37.63.255 scope global dynamic noprefixroute wlx0012fb2e0e72
       valid_lft 13799sec preferred_lft 13799sec
    inet6 fe80::2b88:c4b0:b740:cf2b/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever

它只显示环回和我在这里连接的无线适配器加密狗是我的 ubuntu 版本:

Distributor ID: Ubuntu
Description:    Ubuntu 20.04.3 LTS
Release:    20.04
Codename:   focal

相关内容