<?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=4061&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Realtek r8153 USB-RJ45]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4061</link>
		<description><![CDATA[The most recent posts in [SOLVED] Realtek r8153 USB-RJ45.]]></description>
		<lastBuildDate>Tue, 19 Jan 2021 00:51:40 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Realtek r8153 USB-RJ45]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26897#p26897</link>
			<description><![CDATA[<p>Thank you for your help this time the driver and usb/rj45 work fine <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />Probably the &quot;usbcore.quirks&quot; who solve this issue.</p><p>The last error is on my side but not know exactly what is the problem for the moment so sorry.<br />I try on a third computer same error but finally use another vlan and catch IP directly.</p>]]></description>
			<author><![CDATA[dummy@example.com (nings)]]></author>
			<pubDate>Tue, 19 Jan 2021 00:51:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26897#p26897</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Realtek r8153 USB-RJ45]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26895#p26895</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Something can intercept/block RX packet from a working usb/ethernet device fo reach the kernel ?</p></div></blockquote></div><p>The DHCP set up is done by a dhcp client program, and not &quot;the kernel&quot;. That dhcp program is typically run by a network management subsystem.</p><p>Which network managment are you using?</p><p>What&#039;s the output of <span class="bbc">pgrep -a dhcp</span> ? </p><p>Do you have a firewall set up?</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 18 Jan 2021 22:47:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26895#p26895</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Realtek r8153 USB-RJ45]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26894#p26894</link>
			<description><![CDATA[<p>Sorry but always the same issue even with GRUB_CMDLINE_LINUX_DEFAULT=&quot;usbcore.quirks=0bda:8153:k</p><p>Now I can have this error in the log with the latest driver from Realtek (2.14) :<br />r8152: module verification failed: signature and/or required key missing - tainting kernel (This parameter change nothing in MakeFile : CONFIG_MODULE_SIG=n)</p><p>With kernel 5.10 delivered driver no error the firmware is loaded successfully but seem not received/accept ip from the DHCP server.</p><p>Something can intercept/block RX packet from a working usb/ethernet device fo reach the kernel ?<br />tcpdump of this interface show me the packet so the physical device received really the packet just seem not forwarded to the kernel that&#039;s possible ?</p>]]></description>
			<author><![CDATA[dummy@example.com (nings)]]></author>
			<pubDate>Mon, 18 Jan 2021 22:07:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26894#p26894</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Realtek r8153 USB-RJ45]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26867#p26867</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>also what does <span class="bbc">/etc/network/interfaces</span> file look like?</p></div></blockquote></div><p>auto eth0<br />iface eth0 inet dhcp</p><div class="quotebox"><blockquote><div><p>Make sure you have permission to use the device... someone here may tell us how.</p></div></blockquote></div><p>I&#039;m with root <img src="https://dev1galaxy.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p><div class="quotebox"><blockquote><div><p>The r8152 driver is included in the stock beowulf kernel so the OP should try applying the quirk mentioned in the bug report linked by PedroReina.</p></div></blockquote></div><p>I try that now <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />Thank you</p><p>Sorry for this bug but it&#039;s very strange. I upgrade my kernel to the latest 5.10 from Chimaera but seem the exact same issue.<br />Integrated driver load the firmware without issue but same problem<br />Compiled driver from Realtek website not load firmware but same problem again</p><p>When I fix the static ip address tcpdump view the ping query AND ping reply but nothing come back to the console (no error, no ping).<br />I try the quirk way now may be it&#039;s that <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (nings)]]></author>
			<pubDate>Sun, 17 Jan 2021 11:35:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26867#p26867</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Realtek r8153 USB-RJ45]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26865#p26865</link>
			<description><![CDATA[<p>Sorry for the typo, I have mild dyslexia.</p><div class="quotebox"><cite>GlennW wrote:</cite><blockquote><div><div class="codebox"><pre><code>chown -R glenn:glenn /dev/bus/usb/003/002</code></pre></div></div></blockquote></div><p>That&#039;s not a good idea and anyway it would be reverted at the next boot.</p><div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>perhaps <a href="https://www.pcsuggest.com/install-rtl8153-driver-linux/" rel="nofollow">https://www.pcsuggest.com/install-rtl8153-driver-linux/</a> from 2018 will help you.</p></div></blockquote></div><p>The r8152 driver is included in the stock beowulf kernel so the OP should try applying the quirk mentioned in the bug report linked by PedroReina.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sun, 17 Jan 2021 09:50:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26865#p26865</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Realtek r8153 USB-RJ45]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26864#p26864</link>
			<description><![CDATA[<p>The r8152 driver has trouble within the 4.19 kernel:<br /><a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919656" rel="nofollow">https://bugs.debian.org/cgi-bin/bugrepo … bug=919656</a></p>]]></description>
			<author><![CDATA[dummy@example.com (PedroReina)]]></author>
			<pubDate>Sun, 17 Jan 2021 08:59:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26864#p26864</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Realtek r8153 USB-RJ45]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26863#p26863</link>
			<description><![CDATA[<p>Make sure you have permission to use the device... someone here may tell us how.</p><p>perhaps like this...</p><div class="codebox"><pre><code>lsusb
#Bus 003 Device 002: ID 0bda:8771 Realtek Semiconductor Corp.
chown -R glenn:glenn /dev/bus/usb/003/002</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Sun, 17 Jan 2021 07:28:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26863#p26863</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Realtek r8153 USB-RJ45]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26860#p26860</link>
			<description><![CDATA[<div class="quotebox"><cite>dice wrote:</cite><blockquote><div><p>not the symbol, it was &quot;demsg&quot; instead of dmesg.</p></div></blockquote></div><p>LOL!&#160; May be time for me to get those cataracts removed.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sun, 17 Jan 2021 04:16:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26860#p26860</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Realtek r8153 USB-RJ45]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26857#p26857</link>
			<description><![CDATA[<div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><div class="quotebox"><cite>dice wrote:</cite><blockquote><div><p>head on a stick made a typo.</p></div></blockquote></div><p>I&#039;m not seeing it.&#160; # signifies root in a terminal.&#160; He just used the symbol instead of the words.</p></div></blockquote></div><p>not the symbol, it was &quot;demsg&quot; instead of dmesg.</p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Did you check if the firmware was loaded?</p><div class="codebox"><pre><code># demsg | grep firmware</code></pre></div></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Sun, 17 Jan 2021 03:48:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26857#p26857</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Realtek r8153 USB-RJ45]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26856#p26856</link>
			<description><![CDATA[<div class="quotebox"><cite>dice wrote:</cite><blockquote><div><p>head on a stick made a typo.</p></div></blockquote></div><p>I&#039;m not seeing it.&#160; # signifies root in a terminal.&#160; He just used the symbol instead of the words.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sun, 17 Jan 2021 03:45:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26856#p26856</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Realtek r8153 USB-RJ45]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26855#p26855</link>
			<description><![CDATA[<p>Yes it seems to probably be a module/firmware issue;<br />perhaps <a href="https://www.pcsuggest.com/install-rtl8153-driver-linux/" rel="nofollow">https://www.pcsuggest.com/install-rtl8153-driver-linux/</a> from 2018 will help you.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 17 Jan 2021 03:44:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26855#p26855</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Realtek r8153 USB-RJ45]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26854#p26854</link>
			<description><![CDATA[<p>head on a stick made a typo.</p><p>as root user,</p><div class="codebox"><pre><code>dmesg | grep firmware</code></pre></div><p>also what does <span class="bbc">/etc/network/interfaces</span> file look like?</p>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Sun, 17 Jan 2021 02:50:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26854#p26854</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Realtek r8153 USB-RJ45]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26853#p26853</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Did you check if the firmware was loaded?</p></div></blockquote></div><div class="codebox"><pre><code># demsg | grep firmware</code></pre></div><p>It not try to load any firmware and no &quot;firmware&quot; entry with modinfo r8152<br />How I can force a firmware ?<br />Kernel 5.X trying to load &quot;rtl_nic/rtl8153b-2.fw&quot;</p><div class="quotebox"><blockquote><div><p>Can you assign static IP addresses manually? For example</p></div></blockquote></div><p>Already done but not work</p>]]></description>
			<author><![CDATA[dummy@example.com (nings)]]></author>
			<pubDate>Sun, 17 Jan 2021 01:21:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26853#p26853</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Realtek r8153 USB-RJ45]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26842#p26842</link>
			<description><![CDATA[<p>Did you check if the firmware was loaded?</p><div class="codebox"><pre><code># demsg | grep firmware</code></pre></div><p>Can you assign static IP addresses manually? For example</p><div class="codebox"><pre><code># ip a add 192.168.0.23/24 dev eth0
# ip r add default via 192.168.0.1</code></pre></div><p>Also check your router settings, my old router ran out of DHCP slots after I was running a randomised MAC address on my laptop for a while.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 16 Jan 2021 19:15:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26842#p26842</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Realtek r8153 USB-RJ45]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26837#p26837</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Try the firmware-realtek package from the beowulf-backports repository.</p></div></blockquote></div><p>Thank you for idea but not seem work better with backports and even chimaera<br />firmware-realtek&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 20201118-1</p>]]></description>
			<author><![CDATA[dummy@example.com (nings)]]></author>
			<pubDate>Sat, 16 Jan 2021 16:14:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26837#p26837</guid>
		</item>
	</channel>
</rss>
