以下では、この特定の問題に対する解決策を見つけることができます。

以下では、この特定の問題に対する解決策を見つけることができます。

lspciこのコンピュータにどのワイヤレスカードがあるかを確認できるように、全体の出力を表示します。

00:00.0 Host bridge: Intel Corporation 8th Gen Core Processor Host Bridge/DRAM Registers (rev 07)
00:01.0 PCI bridge: Intel Corporation Skylake PCIe Controller (x16) (rev 07)
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Mobile)
00:04.0 Signal processing controller: Intel Corporation Skylake Processor Thermal Subsystem (rev 07)
00:08.0 System peripheral: Intel Corporation Skylake Gaussian Mixture Model
00:12.0 Signal processing controller: Intel Corporation Cannon Lake PCH Thermal Controller (rev 10)
00:14.0 USB controller: Intel Corporation Cannon Lake PCH USB 3.1 xHCI Host Controller (rev 10)
00:14.2 RAM memory: Intel Corporation Cannon Lake PCH Shared SRAM (rev 10)
00:15.0 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH Serial IO I2C Controller (rev 10)
00:16.0 Communication controller: Intel Corporation Cannon Lake PCH HECI Controller (rev 10)
00:17.0 SATA controller: Intel Corporation Cannon Lake Mobile PCH SATA AHCI Controller (rev 10)
00:1d.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port (rev f0)
00:1d.5 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port (rev f0)
00:1d.6 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port (rev f0)
00:1f.0 ISA bridge: Intel Corporation Device a30d (rev 10)
00:1f.3 Audio device: Intel Corporation Cannon Lake PCH cAVS (rev 10)
00:1f.4 SMBus: Intel Corporation Cannon Lake PCH SMBus Controller (rev 10)
00:1f.5 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH SPI Controller (rev 10)
01:00.0 3D controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Mobile] (rev a1)
02:00.0 Non-Volatile memory controller: Kingston Technologies Device 5008 (rev 01)
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)

ご覧のとおり、この行には自分のワイヤレスカードが表示されます。

03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter

まあ、私はネットワークカードを動作させるために多くのことを試しましたが、私が従ったプロセスのようにここでもう一度繰り返します。

最初

このドライバをインストールするために必要なすべてが含まれているこのリポジトリをgithubで見つけました。

https://github.com/tomaspinho/rtl8821ce

Readmeファイルを見ると、ドライバをインストールする前に2つのコマンドを実行する必要があります。

sudo apt install bc module-assistant build-essential dkms

私の結果:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
bc is already the newest version (1.07.1-2+b1).
build-essential is already the newest version (12.6).
dkms is already the newest version (2.6.1-4).
module-assistant is already the newest version (0.11.10).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

もちろんすでにやってみたのでわかります。次に、2番目のコマンドを使用します。

sudo m-a prepare

私の結果:

Getting source for kernel version: 4.19.0-6-amd64
Kernel headers available in /lib/modules/4.19.0-6-amd64/build
apt-get install build-essential 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
build-essential is already the newest version (12.6).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Done!

今回もこの手順を行いましたが、これまで何の問題も見つかりませんでした。

第二

私はこれを見つけました動画、インストール手順に従いました。

sudo apt update
私の結果:

Hit:1 http://security.debian.org/debian-security buster/updates InRelease                                          
Hit:2 http://ftp.es.debian.org/debian buster-backports InRelease                                                   
Hit:3 http://ftp.es.debian.org/debian buster InRelease
Hit:4 http://ftp.es.debian.org/debian buster-updates InRelease
Reading package lists... Done                       
Building dependency tree       
Reading state information... Done
All packages are up to date.

sudo apt install -y dkms git
私の結果:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
dkms is already the newest version (2.6.1-4).
git is already the newest version (1:2.20.1-2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

git clone https://github.com/tomaspinho/rtl8821ce
私の結果:

Cloning into 'rtl8821ce'...
remote: Enumerating objects: 33, done.
remote: Counting objects: 100% (33/33), done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 1456 (delta 10), reused 16 (delta 8), pack-reused 1423
Receiving objects: 100% (1456/1456), 5.87 MiB | 4.01 MiB/s, done.
Resolving deltas: 100% (782/782), done.

cd rtl8821ce
5° 有線接続オフ
sudo ./dkms-install.sh
耐出力:

About to run dkms install steps...
Error! DKMS tree already contains: rtl8821ce-v5.5.2_34066.20190614
You cannot add the same module/version combo more than once.
Module rtl8821ce/v5.5.2_34066.20190614 already built for kernel 4.19.0-6-amd64/4
Module rtl8821ce/v5.5.2_34066.20190614 already installed on kernel 4.19.0-6-amd64/x86_64
Finished running dkms install steps.

sudo modprobe 8821ce
私の結果:

modprobe: ERROR: could not insert '8821ce': Required key not available

以下では、この特定の問題に対する解決策を見つけることができます。

ベストアンサー1

私の質問に答える

解決策が見つかりましたここ。そこに行って探してもいいですが、ここにまとめます。

sudo apt install mokutil
sudo mokutil --disable-validation
パスワードを入力するように求められます。その後、ノートブックを再起動すると、パスワードを入力するように求められます。パスワード全体を入力しないで、必要な文字だけを入力するとメッセージが表示されます。
たとえば、パスワードは「12345678」で、再起動時に最初と3番目の文字を要求します。 「1」と「3」を入力する必要があります。完了したら、セキュアブートを無効にします。

これをすべて行った後は、Wi-Fiが機能するはずです。

おすすめ記事