Drivers
Linux Mint 18.2 中的 Realtek rtl8821ce wifi 驅動程序問題
我在 ThinkPad E470 上安裝了 Linux Mint 18.2。我無法連接到 wifi,因為沒有顯示無線選項。我四處搜尋,發現一個與我的確切問題的舊文章 - https://ubuntuforums.org/showthread.php?t=2187780。但它的解決方案是舊的,不適用於新的 linux。而且,lspci 沒有列出我的 wifi 適配器型號。我還嘗試了 Pilot6 給出的解決方案(無法發布連結,因為我的連結數量有上限)。但它不起作用。這是 的輸出
lspci -knn | grep Net -A2
。https://pastebin.com/mma6465h04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10) Subsystem: Lenovo RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [17aa:505b] Kernel driver in use: r8169 Kernel modules: r8169 05:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:c821] Subsystem: Lenovo Device [17aa:c024]
請進一步指導。
工作解決方案(要求:核心> = 4.11):
(UPD:在最新版本的無盡m中,您需要核心版本 4.15)
您可以通過此連結進行操作: https ://minhaskamal.github.io/DownGit/#/home?url=https://github.com/endlessm/linux/tree/master/drivers/net/wireless/rtl8821ce
- 解壓縮 zip 存檔。
- 更改Makefile。行“export TopDIR ?= …”以導出“TopDIR ?= PATH TO EXTRACTED DIRECTORY”。
- 製作
- 須藤使安裝
- sudo modprobe -a 8821ce