<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>#LinuxTips - Hamradio.my</title>
	<atom:link href="https://hamradio.my/tag/linuxtips/feed/" rel="self" type="application/rss+xml" />
	<link>https://hamradio.my/tag/linuxtips/</link>
	<description>Amateur Radio, Tech Insights and Product Reviews</description>
	<lastBuildDate>Tue, 28 Jan 2025 08:29:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://hamradio.my/wp-content/uploads/2026/02/cropped-cropped-image-removebg-preview-3-32x32.png</url>
	<title>#LinuxTips - Hamradio.my</title>
	<link>https://hamradio.my/tag/linuxtips/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Install TP-Link TXE70UH WiFi Adapter on Debian/Ubuntu</title>
		<link>https://hamradio.my/2025/01/how-to-install-tp-link-txe70uh-wifi-adapter-on-debian-ubuntu/</link>
					<comments>https://hamradio.my/2025/01/how-to-install-tp-link-txe70uh-wifi-adapter-on-debian-ubuntu/#comments</comments>
		
		<dc:creator><![CDATA[9M2PJU]]></dc:creator>
		<pubDate>Tue, 28 Jan 2025 08:29:36 +0000</pubDate>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[#Debian]]></category>
		<category><![CDATA[#DriverInstallation]]></category>
		<category><![CDATA[#Linux]]></category>
		<category><![CDATA[#LinuxCommunity]]></category>
		<category><![CDATA[#LinuxHelp]]></category>
		<category><![CDATA[#LinuxSetup]]></category>
		<category><![CDATA[#LinuxTips]]></category>
		<category><![CDATA[#LinuxTutorial]]></category>
		<category><![CDATA[#Networking]]></category>
		<category><![CDATA[#OpenSource]]></category>
		<category><![CDATA[#RealtekDriver]]></category>
		<category><![CDATA[#TechBlog]]></category>
		<category><![CDATA[#TechGuide]]></category>
		<category><![CDATA[#TPLinkTXE70UH]]></category>
		<category><![CDATA[#Ubuntu]]></category>
		<category><![CDATA[#WiFi6]]></category>
		<category><![CDATA[#WiFiAdapter]]></category>
		<category><![CDATA[#WiFiDriver]]></category>
		<category><![CDATA[#WiFiOnLinux]]></category>
		<category><![CDATA[#WirelessNetworking]]></category>
		<guid isPermaLink="false">https://hamradio.my/?p=6246</guid>

					<description><![CDATA[<p>The TP-Link TXE70UH is a high-performance WiFi 6 adapter that offers blazing-fast speeds and improved connectivity. However, like many modern WiFi adapters, it requires specific drivers to function properly on Linux-based systems such as Debian or Ubuntu. If you’re struggling to get this adapter working on your system, don’t worry—this step-by-step guide will walk you [&#8230;]</p>
<p>The post <a href="https://hamradio.my/2025/01/how-to-install-tp-link-txe70uh-wifi-adapter-on-debian-ubuntu/">How to Install TP-Link TXE70UH WiFi Adapter on Debian/Ubuntu</a> appeared on <a href="https://hamradio.my">Hamradio.my - Amateur Radio, Tech Insights and Product Reviews</a> by <a href="https://hamradio.my/author/9m2pju/">9M2PJU</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h1 class="wp-block-heading"></h1>



<p class="wp-block-paragraph">The TP-Link TXE70UH is a high-performance WiFi 6 adapter that offers blazing-fast speeds and improved connectivity. However, like many modern WiFi adapters, it requires specific drivers to function properly on Linux-based systems such as Debian or Ubuntu. If you’re struggling to get this adapter working on your system, don’t worry—this step-by-step guide will walk you through the entire process, from driver installation to configuration.</p>



<p class="wp-block-paragraph">By the end of this tutorial, your TP-Link TXE70UH will be up and running, allowing you to enjoy the benefits of WiFi 6 on your Linux machine. Let’s dive in!</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Step 1: Check if the Adapter is Recognized</h2>



<p class="wp-block-paragraph">Before installing any drivers, it’s important to verify that your system detects the TP-Link TXE70UH adapter. Here’s how to do it:</p>



<ol class="wp-block-list">
<li><strong>Plug in the Adapter</strong>: Insert the TP-Link TXE70UH into an available USB port on your computer.</li>



<li><strong>Open a Terminal</strong>: Press <code>Ctrl + Alt + T</code> to open a terminal window.</li>



<li><strong>Run the <code>lsusb</code> Command</strong>: Type the following command and press Enter:<br>lsusb</li>



<li><strong>Look for the Adapter</strong>: In the output, search for an entry similar to this:<br>Bus 001 Device 004: ID 35bc:0102 Realtek 802.11ax WLAN Adapter<br>This indicates that your system recognizes the adapter but doesn’t have the necessary drivers installed.</li>
</ol>



<p class="wp-block-paragraph">If you don’t see the adapter listed, try unplugging and re-plugging it or testing it on another USB port.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Step 2: Clone and Prepare the Driver Source</h2>



<p class="wp-block-paragraph">The TP-Link TXE70UH uses a Realtek chipset, and the required drivers are available in a GitHub repository. Here’s how to get the driver source code:</p>



<ol class="wp-block-list">
<li><strong>Install Git</strong>: If you don’t already have Git installed, run:<br>sudo apt update<br>sudo apt install git</li>



<li><strong>Clone the Driver Repository</strong>: Use the following command to download the driver source code:<br>git clone https://github.com/lwfinger/rtw8852cu</li>



<li><strong>Navigate to the Driver Directory</strong>: Move into the newly cloned directory:<br>cd rtw8852cu</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Step 3: Configure the Driver</h2>



<p class="wp-block-paragraph">Before compiling the driver, you’ll need to make a few configuration changes to ensure it works correctly with your TP-Link TXE70UH adapter.</p>



<ol class="wp-block-list">
<li><strong>Edit the Makefile</strong>:</li>
</ol>



<ul class="wp-block-list">
<li>Open the <code>Makefile</code> in a text editor (e.g., <code>vi</code> or <code>nano</code>):<br>vi Makefile</li>



<li>Locate the line that specifies the country code:<br>#CONFIG_RTW_COUNTRY_CODE = XX</li>



<li>Uncomment and modify it to match your region. For example, if you’re in the United States, change it to:<br>CONFIG_RTW_COUNTRY_CODE = US</li>
</ul>



<ol class="wp-block-list">
<li><strong>Update the USB Device List</strong>:</li>
</ol>



<ul class="wp-block-list">
<li>Open the <code>usb_intf.c</code> file:<br>vi os_dep/linux/usb_intf.c</li>



<li>Add the following lines in the appropriate section to ensure the driver recognizes your adapter:<br>{USB_DEVICE_AND_INTERFACE_INFO(0x35b2, 0x0502, 0xff, 0xff, 0xff), .driver_info = RTL8852C}, /* TP-Link AXE5400(RTW8832CU) <em>/ {USB_DEVICE_AND_INTERFACE_INFO(0x35bc, 0x0102, 0xff, 0xff, 0xff), .driver_info = RTL8852C}, /</em> TP-Link AXE5400(RTW8852CU) */</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Step 4: Compile the Driver</h2>



<p class="wp-block-paragraph">Now that the driver is configured, it’s time to compile it. Follow these steps:</p>



<ol class="wp-block-list">
<li><strong>Install Build Tools</strong>: Ensure you have the necessary tools installed:<br>sudo apt install build-essential dkms linux-headers-$(uname -r)</li>



<li><strong>Compile the Driver</strong>: Run the following command to compile the driver:<br>make</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Step 5: Install the Driver</h2>



<p class="wp-block-paragraph">With the driver compiled, you can now install it on your system:</p>



<ol class="wp-block-list">
<li><strong>Create the Driver Directory</strong>:<br>sudo mkdir -p /lib/modules/$(uname -r)/kernel/drivers/net/wireless/</li>



<li><strong>Copy the Driver</strong>:<br>sudo cp 8852cu.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless/</li>



<li><strong>Set Permissions</strong>:<br>sudo chmod 644 /lib/modules/$(uname -r)/kernel/drivers/net/wireless/8852cu.ko</li>



<li><strong>Update Module Dependencies</strong>:<br>sudo depmod -a</li>



<li><strong>Load the Driver</strong>:<br>sudo insmod /lib/modules/$(uname -r)/kernel/drivers/net/wireless/8852cu.ko</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Step 6: Verify the Installation</h2>



<p class="wp-block-paragraph">To ensure the driver is installed and working correctly:</p>



<ol class="wp-block-list">
<li><strong>Check if the Driver is Loaded</strong>:<br>lsmod | grep 8852cu<br>If the driver is loaded, you’ll see an entry for <code>8852cu</code>.</li>



<li><strong>Reboot Your System</strong>:<br>sudo reboot<br>This ensures the driver is properly initialized.</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Conclusion</h2>



<p class="wp-block-paragraph">After following these steps, your TP-Link TXE70UH WiFi adapter should be fully operational on your Debian or Ubuntu system. You can now connect to WiFi networks using tools like <code>iwconfig</code> or <code>nmcli</code>.</p>



<p class="wp-block-paragraph">This guide provides a comprehensive solution for installing the TP-Link TXE70UH on Linux, ensuring you can take full advantage of WiFi 6 speeds. If you encounter any issues, feel free to leave a comment below.</p>
<p>The post <a href="https://hamradio.my/2025/01/how-to-install-tp-link-txe70uh-wifi-adapter-on-debian-ubuntu/">How to Install TP-Link TXE70UH WiFi Adapter on Debian/Ubuntu</a> appeared on <a href="https://hamradio.my">Hamradio.my - Amateur Radio, Tech Insights and Product Reviews</a> by <a href="https://hamradio.my/author/9m2pju/">9M2PJU</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://hamradio.my/2025/01/how-to-install-tp-link-txe70uh-wifi-adapter-on-debian-ubuntu/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
