<?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=7429&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] rtl8188ftv]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7429</link>
		<description><![CDATA[The most recent posts in [SOLVED] rtl8188ftv.]]></description>
		<lastBuildDate>Sun, 28 Sep 2025 15:44:59 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] rtl8188ftv]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=58267#p58267</link>
			<description><![CDATA[<p>🎉 Thank you so much for helping me. After upgrading that package, the dongle is working as expected. <img src="https://dev1galaxy.org/img/smilies/cool.png" width="15" height="15" alt="cool" /></p><p>TLDR, for users who might stumble upon this:</p><p>1. Enable backports by adding the backports repo to the file (For me it was there i just uncommented it): <span class="bbc">/etc/apt/sources.list</span><br />2. Install newer version of the Linux kernel from the backports repo: <span class="bbc">sudo apt install linux-image-amd64/daedalus-backports</span><br />3. Upgrade Realtek packages: <span class="bbc">sudo apt install -t daedalus-backports firmware-realtek</span><br />4. Reboot your system.</p>]]></description>
			<author><![CDATA[dummy@example.com (sysv_penguin)]]></author>
			<pubDate>Sun, 28 Sep 2025 15:44:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=58267#p58267</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] rtl8188ftv]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=58263#p58263</link>
			<description><![CDATA[<div class="quotebox"><cite>rolfie wrote:</cite><blockquote><div><p>I don&#039;t know how new this adapter is. The firmware is from 2023, two years old. In any case installing the backports firmware is worth a try.</p></div></blockquote></div><p>Linux kernel 6.2 was officially released on February19,2023 according to chatgpt. I&#039;ll give it a shot</p><div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>Does the command</p><p># modprobe rtl8xxxu</p><p>change anything?</p></div></blockquote></div><p>It returned nothing and inxi is the same. So probably it did nothing.</p><div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>How did you install Devuan? Which release are you using?</p></div></blockquote></div><p>I installed Devuan from <span class="bbc">desktop-live</span> ISOs.</p>]]></description>
			<author><![CDATA[dummy@example.com (sysv_penguin)]]></author>
			<pubDate>Sun, 28 Sep 2025 14:24:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=58263#p58263</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] rtl8188ftv]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=58262#p58262</link>
			<description><![CDATA[<p>Does the command </p><div class="codebox"><pre><code># modprobe rtl8xxxu</code></pre></div><p> change anything?</p><p>The module is available and obviously the model is recognised but apparently there&#039;s some automagic udev step that is broken for you.</p><p>How did you install Devuan? Which release are you using?</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 28 Sep 2025 12:18:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=58262#p58262</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] rtl8188ftv]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=58261#p58261</link>
			<description><![CDATA[<p>I don&#039;t know how new this adapter is. The firmware is from 2023, two years old. In any case installing the backports firmware is worth a try.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sun, 28 Sep 2025 11:29:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=58261#p58261</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] rtl8188ftv]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=58260#p58260</link>
			<description><![CDATA[<p>Hello, I&#039;m currently testing Devuan on my machine. everything is fine except my WiFi dongle. The RTL8188FTV/FU has been supported by the Linux kernel since 6.2. <br />I enabled backports and upgraded my kernel to 6.12. but nothing changed. Note that on the same machine, Ubuntu and any other distro with a recent kernel brings up the WiFi device, Devuan is the exception here.🙁</p><div class="codebox"><pre><code>~$ inxi -N
Network:
  Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
    driver: r8169
  Device-2: Realtek RTL8188FTV 802.11b/g/n 1T1R 2.4G WLAN Adapter type: USB
    driver: N/A</code></pre></div><p>on ubuntu 25 the output of <span class="bbc">inxi -N</span> for my usb device is <span class="bbc">rtl8xxxu</span> or something like that....</p><p>kernel version:</p><div class="codebox"><pre><code>~$ uname -r
6.12.43+deb12-amd64</code></pre></div><div class="codebox"><pre><code>~$ apt list --installed | grep realtek

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

firmware-realtek/stable,now 20230210-5 all [installed]</code></pre></div><p>maybe I should fetch this firmware from backports? IDK.</p><p>Regards.</p>]]></description>
			<author><![CDATA[dummy@example.com (sysv_penguin)]]></author>
			<pubDate>Sun, 28 Sep 2025 11:24:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=58260#p58260</guid>
		</item>
	</channel>
</rss>
