Rtl8821ce linux driver manjaro

Arch Linux User Repository

Search Criteria

Package Details: rtl8821ce-dkms-git 1.0.5.r36.gca4abd8-1

Package Actions

Git Clone URL: https://aur.archlinux.org/rtl8821ce-dkms-git.git (read-only, click to copy)
Package Base: rtl8821ce-dkms-git
Description: rtl8821CE driver with firmware
Upstream URL: https://github.com/tomaspinho/rtl8821ce
Keywords: dkms git rtl8821ce
Licenses: GPL2
Conflicts: rtl8821ce
Submitter: tomaspinho
Maintainer: tomaspinho
Last Packager: tomaspinho
Votes: 26
Popularity: 0.008738
First Submitted: 2018-03-04 12:12
Last Updated: 2019-12-22 19:26

Dependencies (6)

  • bc (bc-gh)
  • dkms
  • linux-headers (linux-surfacepro3-git-headers, linux-aarch64-rock64-bin-headers, linux-ec2-headers, linux-galliumos-headers, linux-zest-git-headers, linux-lts49-kallsyms-headers, linux-bootsplash-headers, linux-sumavision-q5-headers, linux-phicomm-n1-headers, linux-tqc-a01-headers, linux-beikeyun-p1-headers, linux-rk3328-headers)
  • bc (bc-gh) (make)
  • git (git-git, git-vfs) (make)
  • linux-headers (linux-surfacepro3-git-headers, linux-aarch64-rock64-bin-headers, linux-ec2-headers, linux-galliumos-headers, linux-zest-git-headers, linux-lts49-kallsyms-headers, linux-bootsplash-headers, linux-sumavision-q5-headers, linux-phicomm-n1-headers, linux-tqc-a01-headers, linux-beikeyun-p1-headers, linux-rk3328-headers) (make)

Required by (0)

Sources (1)

Latest Comments

senorsnor commented on 2021-07-27 18:05

@jackoneill I’ve been running with those options in modprobe.d using the built-in kernel module for a few days now and my system hasn’t crashed so far. I’ll report back if it does

jackoneill commented on 2021-07-11 10:58

@senorsnor: Those patches do the same thing as putting „options rtw_pci disable_aspm=1” in a file in /etc/modprobe.d/, but only for those specific machines. („rtw88_pci” for the built-in module, and „rtw_pci” for lwfinger’s version.)

Have you tried that option? I tried it and it didn’t help. My laptop is HP 250 G7.

senorsnor commented on 2021-07-11 10:35

Recently some patches were done describing the exact same symptoms some of us face:

Both «disable pci capabilities» based on hardware model: Protempo Ltd L116HTN6SPW and HP Pavilion Laptop 14-ce0xxx respectively. I’m not familiar with C or kernel/driver development so I don’t know exactly what this is about, but this solution worries me:

My laptop, which shows the exact same symptoms, is an HP Pavilion Laptop 15-cs0xxx (note the 15-cs, rather than the 14-ce as in the patch).

Before I reply with this to the mailing list, I thought I make an inventory here with the people that run into the same issue. Which hardware are you using?

You can find the info with the command sudo dmidecode | grep -A3 ‘^System Information’

senorsnor commented on 2021-05-28 08:38

For me the screen doesn’t update either, mouse movements and key presses are not processed anymore. System is completely frozen. Not sure about the fan speed during a system freeze.

When using the kernel drivers, my system feels unstable. Fan speed goes up and down at seemingly random moments. When I tested with rtw88-dkms-git that seemed to have disappeared, unfortunately my system still freezes.

jackoneill commented on 2021-05-27 12:21

@CodingEagle02: It doesn’t look like that here. The screen looks normal, it just doesn’t update anymore. The mouse cursor doesn’t move. Ctrl+Alt+F1..6 have no effect. The fan may speed up a little after a while. It doesn’t go full speed. I didn’t try the Sysrq stuff.

CodingEagle02 commented on 2021-05-26 21:50

What kinds of freezes are you all getting? I’ve noticed I get a really weird and specific, where my screen suddenly goes black, and my fan starts going at full speed. The kill X server command doesn’t work, but REISUB mostly does. I never used to get these. I’m too lazy to post the logs somewhere at the moment, but if people are dealing with the same thing, then I guess it’s just a matter of waiting until Linus and Realtek get their shit together.

Читайте также:  Hp палец вход windows

senorsnor commented on 2021-05-21 09:20

@jackoneill ok too soon .. system just froze twice with rtw_8821ce

senorsnor commented on 2021-05-21 08:50

@jackoneill Thanks for that, then indeed I tested with the current kernel driver. Now testing rtw88-dkms-git for a few hours and so far it works great. If the system crashes then i’ll report here.

jackoneill commented on 2021-05-20 21:19

The driver that comes with the kernel is called rtw88_8821ce (and rtw88_<8821c,pci,core>). The driver in the rtw88-dkms-git package is called rtw_8821ce (and rtw_<8821c,pci,core>). The driver from the kernel seems to have higher priority. So the file in /etc/modprobe.d/ needs to contain these lines:

blacklist rtw88_8821ce blacklist 8821ce

senorsnor commented on 2021-05-20 19:54

@jackoneill I just installed rtl88-dkms-git, removed rtl8821ce-dkms-git, unblacklisted the rtw88-driver. Rebooted, system froze within an hour. I didn’t know how to verify that the driver from the package is used, and not the driver supplied with the kernel? Oh, and the system seemed to use excessive cpu as well, but not sure.

Copyright © 2004-2021 aurweb Development Team.

AUR packages are user produced content. Any use of the provided files is at your own risk.

Источник

Rtl8821ce linux driver manjaro

Realtek RTL8821CE Driver

This repository hosts the code for the Arch Linux AUR Package. It’s targeting Linux > 4.14 and is being developed for Arch Linux and Ubuntu 18.10. No support will be provided for other Linux distributions or Linux Kernel versions outside of that range.

The maintainers of this repository are not Realtek employees and are maintaining this repository for their own usage. Further feature development (such as proper power saving, etc.) will not be pursued here, but will be gladly integrated if newer driver sources are provided by Realtek. Use at your own risk.

This driver can be installed using DKMS. This is a system which will automatically recompile and install a kernel module when a new kernel gets installed or updated. To make use of DKMS, install the dkms package.

Installation of Driver

Make sure you have a proper build environment and dkms installed.

The following steps are required prior to building the driver on Ubuntu/Debian:

Ubuntu users may also install the prebuilt rtl8821ce-dkms package, an older version of the driver maintained by the Ubuntu MOTU Developers group for bionic, eoan and focal. It has been known to work in cases where the newer driver available here does not. Bugs and issues with that package should be reported at Launchpad rather than here.

Make sure you have the base-devel package group installed before you proceed for the necessary compilation tools.

Installing from AUR

Dependencies for manual installation on Arch Linux

If you are running a non-vanilla kernel then install the headers to match the kernel package. Proceed to the section below.

An unofficial Gentoo package is available, using this repository as upstream. It is available from the trolltoo overlay. Gentoo does not use or require dkms for packaged drivers.

Manual installation of driver

In order to install the driver open a terminal in the directory with the source code and execute the following command:

Removal of Driver

Open a terminal window and git clone the repository to your local disk

Then run the installation script:

Remove the driver:

Make sure you have your local copy of this repository fully updated:

Clean any stale binaries:

When reporting issues, please make sure that debugging is enabled. To enable debugging either set MAKEFLAGS=»CONFIG_RTW_DEBUG = y» before compilation or edit Makefile:

This will enable verbose debug logging, helpful to developers.

Читайте также:  Не удаляется macaffy с windows 10

PCIe Activate State Power Management

Your distribution may come with PCIe Active State Power Management enabled by default. That may conflict with this driver. To disable:

Add pci=noaer at the end of GRUB_CMDLINE_LINUX_DEFAULT. Line should look like this:

Then update your GRUB configuration:

Lenovo Yoga laptops

Some new Yoga laptops (like the Yoga 530) come with rtl8821ce as the Wi-Fi/Bluetooth chip. But the ideapad-laptop module, which may come included in your distribution, may conflict with this driver. To disable:

BlueTooth is not working

This may be due to the Kernel loading up the wrong firmware file for this card. Please take a look at @wahsot’s tutorial at https://github.com/tomaspinho/rtl8821ce/issues/19#issuecomment-452196840 to see if that helps you out.

If your system uses Secure Boot, disable it via BIOS settings, otherwise the kernel will not accept user-supplied modules.

Unstable connection — slowdowns or dropouts

The problem may be due to the periodic scanning of access points by the network applet.

This fix worked helpful on Pop! _OS/Ubuntu 20.10 and Fedora 33. Both with GNOME and NetworkManager. #179

Set the BSSID from your network applet. In GNOME this can be done in WiFi Settings > Your profile > Identity > BSSID .

We are going to disable the Connectivity Check option in NetworkManager. This by editing the file in /var/lib/NetworkManager/NetworkManager-intern.conf and adding the following instructions at the end:

Then, just reboot or restart the NetworkManager unit to fix the problem.

Wi-Fi not working for kernel >= 5.9

The Linux Kernel 5.9 version comes with a broken rtw88 module developed by Realtek that has poor compatibility with most revision of the 8821ce chip.

You must disable it by adding the following to your module blacklists ( /etc/modprobe.d/blacklist.conf ):

Then, make sure you have the rtl8821ce module correctly installed.

Turn off your computer, wait a few seconds (to force firmware reload) and then turn it on again.

Wi-Fi and Bluetooth don’t work after suspend

This is a bug that won’t be fixed until/if Realtek implements proper power management themselves. Given they are now only working in rtw88 , this driver will most likely never be fixed in this regard. Please avoid opening issues about this.

Monitor (promiscuous) mode doesn’t work

This driver doesn’t support it and never will. Please avoid opening issues about this.

Источник

Установка драйвера wi fi rtl8821 CE

Коротко говоря установил Manjaro KDE 5.4. При установке, собственно сам установщик ругнулся насчет того что не все компоненты ОС буду работать корректно после установки. Я рискнул и установил и как итог у меня не определяются точки Wi Fi (вообще не ловит сеть). Покопался в диспетчере оборудования и понял, что не установлен драйвер от Realtek — rtl8821 ce 802.11 и т.д.

Прошу помочь в установке данного драйвера, так как я полный профан в линуксе и практически не разбираюсь в консоле (только знакомлюсь с кодами)

Ниже прилагаю информацию которая должна помочь продвинутым.
Заранее спасибо.

System:
Host: archi-pc Kernel: 5.4.17-1-MANJARO x86_64 bits: 64 compiler: gcc
v: 9.2.0 Console: tty 2 Distro: Manjaro Linux
Machine:
Type: Laptop System: TIMI product: TM1709 v: Mi Laptop 15.6
serial: Mobo: TIMI model: TM1709 v: D3A serial: UEFI: TIMI
v: RMRKB5R0P0706 date: 02/14/2019
Battery:
ID-1: BAT1 charge: 22.5 Wh condition: 38.2/40.0 Wh (95%)
model: SUNWODA N15B01W status: Charging
CPU:
Topology: Quad Core model: Intel Core i5-8250U bits: 64 type: MT MCP
arch: Kaby Lake rev: A L2 cache: 6144 KiB
flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
bogomips: 28808
Speed: 801 MHz min/max: 400/3400 MHz Core speeds (MHz): 1: 799 2: 800
3: 801 4: 800 5: 800 6: 800 7: 800 8: 800
Graphics:
Device-1: Intel UHD Graphics 620 vendor: Xiaomi driver: i915 v: kernel
bus ID: 00:02.0
Device-2: NVIDIA GM108M [GeForce MX110] vendor: Xiaomi driver: nvidia
v: 440.59 bus ID: 01:00.0
Display: server: X.Org 1.20.7 driver: modesetting,nvidia
unloaded: intel,nouveau resolution: 1920×1080

Читайте также:  Windows 10 символ собаки

60Hz
OpenGL: renderer: Mesa DRI Intel UHD Graphics 620 (Kabylake GT2)
v: 4.6 Mesa 19.3.3 direct render: Yes
Audio:
Device-1: Intel Sunrise Point-LP HD Audio vendor: Xiaomi
driver: snd_hda_intel v: kernel bus ID: 00:1f.3
Sound Server: ALSA v: k5.4.17-1-MANJARO
Network:
Device-1: Realtek RTL8821CE 802.11ac PCIe Wireless Network Adapter
driver: N/A port: 4000 bus ID: 02:00.0
Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
vendor: Xiaomi driver: r8168 v: 8.048.00-NAPI port: 3000
bus ID: 03:00.0
IF: enp3s0 state: down mac: IF-ID-1: enp0s20f0u1 state: unknown speed: N/A duplex: N/A
mac: Drives:
Local Storage: total: 476.94 GiB used: 9.36 GiB (2.0%)
ID-1: /dev/sda model: Phison SSO512GTLC9-SBC-4 size: 476.94 GiB
Partition:
ID-1: / size: 23.91 GiB used: 9.04 GiB (37.8%) fs: ext4 dev: /dev/sda7
ID-2: /home size: 40.99 GiB used: 330.3 MiB (0.8%) fs: ext4
dev: /dev/sda9
ID-3: swap-1 size: 1.95 GiB used: 0 KiB (0.0%) fs: swap dev: /dev/sda8
Sensors:
System Temperatures: cpu: 47.0 C mobo: 41.0 C
Fan Speeds (RPM): N/A
Info:
Processes: 220 Uptime: 12m Memory: 7.69 GiB used: 1.29 GiB (16.7%)
Init: systemd Compilers: gcc: 9.2.0 Shell: bash v: 5.0.11 inxi: 3.0.37

также прилагаю скрин устройства

Источник

Проблемы с WIFI адаптерами RTL8821CE в Linux

Добрый день всем, кто оказался на данном сайте. В последнее время можно сталкнуться с тем, что нет драйвера на WIFI адаптер RTL8821CE. К примеру, я сталкнулся с этой проблемой когда приобрел новый ноутбук. Хотя например в Ubuntu 19.10 этот драйвер есть в репозиториях. Но, например в Debian и MX Linux его нет. Решается это довольно просто. Установкой его с gihub. И так, приступ. Для начала установим git:

Теперь можно приступать к скачиванию исходного пакета с gihub:

После чего переходим в папку с нашим исходником и приступаем к установке. Для начала скомпилируем исходник командой “make” и потом установим при помощи команды “install”

После успешной установки, нужно перезагрузить систему. После чего WIFI устройство обнаружиться системой и будет работать. А на этом сегоня все. Надеюсь данная статья будет вам полезна.

Вам также может понравиться

Установка TorGhost

Установка VirtualBoax на Debian 10

Обзор новой Ubuntu 20.04 Focal Fossa

18 комментариев к « Проблемы с WIFI адаптерами RTL8821CE в Linux »

не сработало, у меня elementary os

введи команду inxi -F и скинь мне на мыло скрин, или на форуме можно посмотреть решение проблемы может кто и сталкивался http://linuxhome.spiritfamily.ru/forums/

У меня elementary os и всё сработало ноутбук HP 255 G7

HP, Elementary – нет wifi, Linux Mint – тоже нет. Просмотрел, перечитал кучу информации -ничего. Случайно наткнулся на ваш сайт – 10 минут и проблема решена. Благодарю Вас за краткость и доступность.

Спасибо, все понятно.

Сработало на Ubuntu 20.04.1! Спасибо!

как скачать, если нет интернета?

Можно подключиться по витой паре – по проводу, скачать и установить. А вообще, щас в ядро Linux уже добавили данный драйвер, его только в настройках активировать и все работает

Я подключил телефон через USB кабель.

автор, спасибо. супер статья и , главное, что без ошибок. множество статей на эту тему в сети, но ,видимо, авторы не сильно понимали, о чем пишут.. поэтому в статьях ошибки. у тебя все в порядке. спасибо. помогло решить задачу и не скатиться к использованию винды )))

Блаеодарю! думал уже на другую OS переходить
Все сработало на отлично, я снова с WIFI
ядро 5.10.6-desktop-1.mga7
ноут ASUS 2019 г.
карточка RTL8821ce
OS Mageia 7

Спасибо автору. Всё чётко и разумно. Для первичного подключения к сети использовал телефон через USB кабель.

Супер! Все получилось. Спасибо огромное.

Чуть было не забыл! Первым шагом отключаем Secure Boot в Биосе!

Источник

Оцените статью