<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=5124&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] new systems lose wireless (RTL8821CE) connectivity]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5124</link>
		<description><![CDATA[The most recent posts in [SOLVED] new systems lose wireless (RTL8821CE) connectivity.]]></description>
		<lastBuildDate>Thu, 14 Jul 2022 14:46:52 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] new systems lose wireless (RTL8821CE) connectivity]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=36629#p36629</link>
			<description><![CDATA[<p>It seems that the 5.15 kernel is needed to run Debian-based systems with RTL8821CE.</p>]]></description>
			<author><![CDATA[dummy@example.com (nobodyuknow)]]></author>
			<pubDate>Thu, 14 Jul 2022 14:46:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=36629#p36629</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] new systems lose wireless (RTL8821CE) connectivity]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=36622#p36622</link>
			<description><![CDATA[<p>After doing some surfing, I discovered that a driver for RTL8821CE is problematic. Some distributions include it and some (Devuan) don&#039;t. I suspect that when a new kernel is installed, my external systems die. I still don&#039;t understand why an internally-installed system does not die as well. I think I&#039;ll make make multiple backups of the internally-installed system.</p>]]></description>
			<author><![CDATA[dummy@example.com (nobodyuknow)]]></author>
			<pubDate>Wed, 13 Jul 2022 21:47:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=36622#p36622</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] new systems lose wireless (RTL8821CE) connectivity]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=36620#p36620</link>
			<description><![CDATA[<p>On the Devuan Xfce system, I tried dpkg-ing the .deb file again, but then I was informed that kernel headers were missing.</p><p>And things could be worse. A Linux Mint MATE system I created the same way on another external SSD has completely died, refusing to boot with never-ending &quot;read-only filesystem&quot; errors.</p><p>Maybe this laptop is Arch-only for external systems. Good thing the extra SSDs were bought cheap.</p>]]></description>
			<author><![CDATA[dummy@example.com (nobodyuknow)]]></author>
			<pubDate>Wed, 13 Jul 2022 18:53:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=36620#p36620</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] new systems lose wireless (RTL8821CE) connectivity]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=36619#p36619</link>
			<description><![CDATA[<p>Below is the output. I had to go back and verify that in the &quot;ip link&quot; section, the USB-connected system really was missing the wlan0 entry. Also, in the lspci output, the entries for Realtek wireless are rather different, even though I dpkg-ed the same .deb file. This is bizarre. I will never again buy a &quot;refurbished&quot; laptop from Newegg.</p><div class="codebox"><pre class="vscroll"><code>FOR THE CINNAMON SYSTEM RUNNING ON INTERNAL NVME SSD:

~$ lspci -knn | grep -A3 Network
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821]
	Subsystem: Hewlett-Packard Company RTL8821CE 802.11ac PCIe Wireless Network Adapter [103c:831a]
	Kernel driver in use: rtl8821ce
	Kernel modules: rtw88_8821ce, rtl8821ce
04:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Picasso [1002:15d8] (rev c2)

:~$ ip link
1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc pfifo_fast state DOWN mode DEFAULT group default qlen 1000
    link/ether 14:cb:19:1a:4e:50 brd ff:ff:ff:ff:ff:ff
3: wlan0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc mq state UP mode DORMANT group default qlen 1000
    link/ether 64:6c:80:91:0a:a9 brd ff:ff:ff:ff:ff:ff

FOR THE MATE SYSTEM RUNNING ON EXTERNAL SSD VIA USB 3.0:

~$ lspci -knn | grep -A3 Network
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821]
	Subsystem: Hewlett-Packard Company RTL8821CE 802.11ac PCIe Wireless Network Adapter [103c:831a]
	Kernel modules: rtw88_8821ce
04:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Picasso [1002:15d8] (rev c2)
	DeviceName:  Onboard IGD

~$ ip link
1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc pfifo_fast state DOWN mode DEFAULT group default qlen 1000
    link/ether 14:cb:19:1a:4e:50 brd ff:ff:ff:ff:ff:ff</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (nobodyuknow)]]></author>
			<pubDate>Wed, 13 Jul 2022 18:41:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=36619#p36619</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] new systems lose wireless (RTL8821CE) connectivity]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=36618#p36618</link>
			<description><![CDATA[<p>Compare the outputs of these commands in the various systems:</p><div class="codebox"><pre><code>lspci -knn | grep -A3 Network
ip link</code></pre></div><p>The first will show your card and drivers, the second will list all network interfaces. Post them all here (using code tags) if you can&#039;t make any sense of them.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 13 Jul 2022 16:22:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=36618#p36618</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] new systems lose wireless (RTL8821CE) connectivity]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=36613#p36613</link>
			<description><![CDATA[<p>I have a strange laptop, with AMD hardware (it&#039;s a gray market from Asia). I&#039;ve got Devuan Cinnamon installed on the internal NVMe SSD. It has gone through many updates.</p><p>But as a hobby, and because I had spare hardware lying around, I installed Devuan Xfce on a USB flash drive and Devuan MATE on an external SSD. Both were initially installed on a different laptop, one with Intel hardware, simply because it&#039;s older and can have its internal SSD easily removed (I don&#039;t like dual-boots). I installed the necessary hardware packages, same as I did with the internal system, and then tried to use it on the AMD laptop.</p><p>On all systems, I must install firmware-amd-graphics and rtl8821ce-dkms_5.5.2.1-7~mx21+1_all.deb, though with the latter, I must first install dkms and other prerequisites.</p><p>But that&#039;s where the trouble begins. The Xfce and MATE systems do not have wireless connectivity on the AMD laptop even though I followed the exact same steps as with the Cinnamon system.</p><p>Anyone have a guess why the internal system keeps running fine, while the two external systems died a premature death? I don&#039;t think the choice of desktop has anything to do with it. All of the above are Chimaera 4.0.</p><p>And some Linux distributions run fine on external SSDs and USB flash drives, for example, Manjaro KDE/Plasma and Xfce.</p>]]></description>
			<author><![CDATA[dummy@example.com (nobodyuknow)]]></author>
			<pubDate>Tue, 12 Jul 2022 22:55:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=36613#p36613</guid>
		</item>
	</channel>
</rss>
