You are not logged in.
Is it even possible?
Last edited by aghasee (2022-11-30 18:26:32)
- a collision at sea can ruin your entire day -
Offline
It might be...
Offline
It is! Larry Finger will have you covered if it isn't in the kernel.
My crystal ball says the OP has an RTL8852 of some description. Let's see if I'm correct...
Brianna Ghey — Rest In Power
Offline
It is! Larry Finger will have you covered if it isn't in the kernel.
My crystal ball says the OP has an RTL8852 of some description. Let's see if I'm correct...
RTL8821CE...
- a collision at sea can ruin your entire day -
Offline
Entering the card name into a search engine and adding "Linux" gives some useful results, for example:
https://linux-hardware.org/index.php?id … -17aa-c024
Devuan's stable release is currently on kernel 5.10 so you should be fine as long as you install the firmware for the card.
Brianna Ghey — Rest In Power
Offline
Entering the card name into a search engine and adding "Linux" gives some useful results, for example:
https://linux-hardware.org/index.php?id … -17aa-c024
Devuan's stable release is currently on kernel 5.10 so you should be fine as long as you install the firmware for the card.
Currently I have the tomaspinho version installed. The card works err, somewhat. VERY poor reception and totally unreliable.
- a collision at sea can ruin your entire day -
Offline
Which kernel are you running? I've had good experiences with Larry's drivers but I don't have an 8821CE.
EDIT: please add "RTL8821CE" to the thread title (edit the first post), it will aid SEO and may attract the attention of others who use the device under Devuan.
Last edited by Head_on_a_Stick (2022-11-30 17:40:39)
Brianna Ghey — Rest In Power
Offline
Which kernel are you running? I've had good experiences with Larry's drivers but I don't have an 8821CE.
EDIT: please add "RTL8821CE" to the thread title (edit the first post), it will aid SEO and may attract the attention of others who use the device under Devuan.
5.10 something. Current Cimaera bog standard.
Tried with other kernels to no avail.
- a collision at sea can ruin your entire day -
Offline
Tried with other kernels
Devuan's stable-backports repository has >6, have you tried that? Newer is probably better for that card, upstream is on v6.0.10 at the moment.
There are also some driver parameters that can be tweaked to aid performance:
# tee /etc/modprobe.d/rtw8821ce.conf >/dev/null <<!
options rtw88_pci disable_aspm=y
options rtw88_core disable_lps=y
!
# update-initramfs -u -k all
# reboot
^ The tee command creates a file at /etc/modprobe.d/rtw8821ce.conf that disables ASPM & Deep PowerSaving, which might help maintain the connection. Delete the file & run update-initramfs -u -k all again if it doesn't help.
Brianna Ghey — Rest In Power
Offline
aghasee wrote:Tried with other kernels
Devuan's stable-backports repository has >6, have you tried that? Newer is probably better for that card, upstream is on v6.0.10 at the moment.
There are also some driver parameters that can be tweaked to aid performance:
# tee /etc/modprobe.d/rtw8821ce.conf >/dev/null <<! options rtw88_pci disable_aspm=y options rtw88_core disable_lps=y ! # update-initramfs -u -k all # reboot
^ The tee command creates a file at /etc/modprobe.d/rtw8821ce.conf that disables ASPM & Deep PowerSaving, which might help maintain the connection. Delete the file & run update-initramfs -u -k all again if it doesn't help.
Iirc it was 6.0.9 amongst others I tried.
Thanks for the info, I'll give it a try.
- a collision at sea can ruin your entire day -
Offline
Which kernel are you running? I've had good experiences with Larry's drivers but I don't have an 8821CE.
No results.
- a collision at sea can ruin your entire day -
Offline
Ok. New install, nonfree and backports enabled.
Available kernels:
dpkg --list | grep linux-image
ii linux-image-5.10.0-19-amd64 5.10.149-2 amd64 Linux 5.10 for 64-bit PCs (signed)
ii linux-image-5.10.0-9-amd64 5.10.70-1 amd64 Linux 5.10 for 64-bit PCs (signed)
ii linux-image-5.18.0-0.deb11.4-amd64 5.18.16-1~bpo11+1 amd64 Linux 5.18 for 64-bit PCs (signed)
ii linux-image-amd64 5.10.149-2 amd64 Linux for 64-bit PCs (meta-package)
Only driver I did install extra is firmware-amd-graphics from the official repo.
Now running
uname -r
5.18.0-0.deb11.4-amd64
WiFi card is recognised, but has very poor reception (sitting right next to the router). Fails to login to the network. Bluetooth non functional. USB tethering works a charm.
lspci -v
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter
DeviceName: Realtek Chopard RTL8821CE 802.11ac 1x1 +BT 4.2 M.2 2230 PCI-e+USB WW
Subsystem: Hewlett-Packard Company RTL8821CE 802.11ac PCIe Wireless Network Adapter
Flags: bus master, fast devsel, latency 0, IRQ 63, IOMMU group 9
I/O ports at f000 [size=256]
Memory at fce00000 (64-bit, non-prefetchable) [size=64K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [148] Device Serial Number 00-e0-4c-ff-fe-c8-21-01
Capabilities: [158] Latency Tolerance Reporting
Capabilities: [160] L1 PM Substates
Capabilities: [170] Precision Time Measurement
Capabilities: [17c] Vendor Specific Information: ID=0003 Rev=1 Len=054 <?>
Kernel driver in use: rtw_8821ce
Kernel modules: rtw88_8821ce
Where do I go from here?
- a collision at sea can ruin your entire day -
Offline
You should have installed the metapackage rather than an individual kernel. 5.18 is old now.
# apt install -t stable-backports linux-image-amd64
Last edited by Head_on_a_Stick (2022-12-02 16:51:56)
Brianna Ghey — Rest In Power
Offline
You should have installed the metapackage rather than an individual kernel. 5.18 is old now.
# apt install -t stable-backports linux-image-amd64
Even worse with 6.0xxx, it doesnt even try to connect.
Guess I'm gonna buy a new laptop w/o Realtek, or downgrade to windows, coz no linux distro I tried in the last few days gets the job done, systemd'd or not.
- a collision at sea can ruin your entire day -
Offline
Head_on_a_Stick wrote:You should have installed the metapackage rather than an individual kernel. 5.18 is old now.
# apt install -t stable-backports linux-image-amd64
Even worse with 6.0xxx, it doesnt even try to connect.
Guess I'm gonna buy a new laptop w/o Realtek, or downgrade to windows, coz no linux distro I tried in the last few days gets the job done, systemd'd or not.
~# dpkg --list | grep linux-image
ii linux-image-5.10.0-19-amd64 5.10.149-2 amd64 Linux 5.10 for 64-bit PCs (signed)
ii linux-image-5.10.0-9-amd64 5.10.70-1 amd64 Linux 5.10 for 64-bit PCs (signed)
ii linux-image-5.18.0-0.deb11.4-amd64 5.18.16-1~bpo11+1 amd64 Linux 5.18 for 64-bit PCs (signed)
ii linux-image-6.0.0-0.deb11.2-amd64 6.0.3-1~bpo11+1 amd64 Linux 6.0 for 64-bit PCs (signed)
ii linux-image-amd64 6.0.3-1~bpo11+1 amd64 Linux for 64-bit PCs (meta-package)
- a collision at sea can ruin your entire day -
Offline
I'll ask just in case.
Does the wireless regulatory domain match your country?
Offline
I'll ask just in case.
Does the wireless regulatory domain match your country?
I guess so, but I'll check later today. Thanks.
- a collision at sea can ruin your entire day -
Offline
it doesnt even try to connect
Did you remove the Tomas Pinho driver version? It might conflict or override the mainline version.
Otherwise check the logs.
Brianna Ghey — Rest In Power
Offline
aghasee wrote:it doesnt even try to connect
Did you remove the Tomas Pinho driver version? It might conflict or override the mainline version.
Clean install Chimaera. Only driver installed is firmware-amd-graphics from the official repo.
- a collision at sea can ruin your entire day -
Offline
Only driver installed is firmware-amd-graphics
Firmware != driver.
Did you install the relevant Realtek non-free firmware package as well?
Brianna Ghey — Rest In Power
Offline
aghasee wrote:Only driver installed is firmware-amd-graphics
Firmware != driver.
Did you install the relevant Realtek non-free firmware package as well?
No.
It gets installed by default.
- a collision at sea can ruin your entire day -
Offline
Installed a non-realtek wifi antenna.
Marked as solved.
- a collision at sea can ruin your entire day -
Offline