<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with esay]]></title><description><![CDATA[A list of topics that have been tagged with esay]]></description><link>https://forum.recalbox.com/tags/esay</link><generator>RSS for Node</generator><lastBuildDate>Tue, 10 Mar 2026 15:06:04 GMT</lastBuildDate><atom:link href="https://forum.recalbox.com/tags/esay.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[Easy guide: How to esay install TP-LINK TL-WN725N wireless adapter drivers]]></title><description><![CDATA[<p dir="auto">Hi i was reading this issue: <a href="https://github.com/digitalLumberjack/recalbox-os/issues/255" rel="nofollow ugc">https://github.com/digitalLumberjack/recalbox-os/issues/255</a> i don't know if it is currently a trouble for someone but i have found and easy solution on raspberrypi forum and i want to share it here. 1 - Verify your kernel version: uname -a 2 - Download the right driver for your pi1 or pi2 system and kernel version <a href="https://www.raspberrypi.org/forums/viewtopic.php?p=462982" rel="nofollow ugc">here</a>: exemple: i had rp2 with kernel 3.18.16-v7+ #795 so i had to download <strong>8188eu-v7-20150617.tar.gz</strong> 3 - wget <a href="https://dl.dropboxusercontent.com/u/80256631/" rel="nofollow ugc">https://dl.dropboxusercontent.com/u/80256631/</a><strong>8188eu-v7-20150617.tar.gz</strong> 4 - tar xzf <strong>8188eu-v7-20150617.tar.gz</strong> 5 - sudo ./install.sh 6 - sudo reboot If you have dhcp server enabled on your wireless network edit /etc/network/interfaces on your pi and paste this:</p>
<pre><code>auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
auto wlan0
iface wlan0 inet dhcp
wpa-ssid "my-ssid"
wpa-psk "my-wifi-pwd"
</code></pre>
]]></description><link>https://forum.recalbox.com/topic/946/easy-guide-how-to-esay-install-tp-link-tl-wn725n-wireless-adapter-drivers</link><guid isPermaLink="true">https://forum.recalbox.com/topic/946/easy-guide-how-to-esay-install-tp-link-tl-wn725n-wireless-adapter-drivers</guid><dc:creator><![CDATA[0zzy]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>