<?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[Help getting Ethernet configuration correct [resolved]]]></title><description><![CDATA[<p dir="auto">Hello, I am using an Omega2+</p>
<p dir="auto">BusyBox version 1.26.2</p>
<p dir="auto">I am trying to use the ethernet expansion port and configure the Omega 2 as a DHCP client, not an ethernet to WiFi bridge.</p>
<p dir="auto">I have checked/verified my ethernet cable is good and the router is working, lots of other devices hooked up here via hardwired ethernet.</p>
<p dir="auto">I have changed the config at etc/config/network to look like this.</p>
<pre><code>config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config globals 'globals'
        option ula_prefix 'fd1d:48c4:7633::/48'

#config interface 'wlan'
#        option type 'bridge'
#        option ifname 'eth0.1'
#        option proto 'static'
#        option ipaddr '192.168.3.1'
#        option netmask '255.255.255.0'
#        option ip6assign '60'

config interface 'wan'
        option ifname 'eth0'
        option proto 'dhcp'
	option hostname 'K200Omega'
# was eth0.2

config interface 'wwan'
        option ifname 'apcli0'
        option proto 'dhcp'
</code></pre>
<p dir="auto">Per the docs here.<br />
<a href="https://wiki.onion.io/Tutorials/Expansions/Using-the-Ethernet-Expansion" rel="nofollow">https://wiki.onion.io/Tutorials/Expansions/Using-the-Ethernet-Expansion</a></p>
<p dir="auto">When the Omega 2+ Powers on I see the link LED on the router for that port blink a few times, but then stops.</p>
<p dir="auto">The Omega 2 never gets and IP address.</p>
<p dir="auto">Ifconfig looks like this.</p>
<pre><code>apcli0    Link encap:Ethernet  HWaddr 42:A3:6B:00:38:E5  
          inet addr:192.168.0.35  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::40a3:6bff:fe00:38e5/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:12967 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7923 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:5178879 (4.9 MiB)  TX bytes:641716 (626.6 KiB)

eth0      Link encap:Ethernet  HWaddr 40:A3:6B:C0:38:E7  
          inet6 addr: fe80::42a3:6bff:fec0:38e7/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:272 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:88078 (86.0 KiB)
          Interrupt:5 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:180 errors:0 dropped:0 overruns:0 frame:0
          TX packets:180 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:12674 (12.3 KiB)  TX bytes:12674 (12.3 KiB)

ra0       Link encap:Ethernet  HWaddr 40:A3:6B:C0:38:E5  
          inet6 addr: fe80::42a3:6bff:fec0:38e5/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:6 
</code></pre>
<p dir="auto">Any ideas what I might be doing wrong?</p>
]]></description><link>http://community.onion.io/topic/1914/help-getting-ethernet-configuration-correct-resolved</link><generator>RSS for Node</generator><lastBuildDate>Sun, 09 Aug 2026 14:19:24 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/1914.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 03 Apr 2017 03:58:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Help getting Ethernet configuration correct [resolved] on Thu, 06 Apr 2017 21:42:52 GMT]]></title><description><![CDATA[<p dir="auto">Hello, I am using an Omega2+</p>
<p dir="auto">BusyBox version 1.26.2</p>
<p dir="auto">I am trying to use the ethernet expansion port and configure the Omega 2 as a DHCP client, not an ethernet to WiFi bridge.</p>
<p dir="auto">I have checked/verified my ethernet cable is good and the router is working, lots of other devices hooked up here via hardwired ethernet.</p>
<p dir="auto">I have changed the config at etc/config/network to look like this.</p>
<pre><code>config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config globals 'globals'
        option ula_prefix 'fd1d:48c4:7633::/48'

#config interface 'wlan'
#        option type 'bridge'
#        option ifname 'eth0.1'
#        option proto 'static'
#        option ipaddr '192.168.3.1'
#        option netmask '255.255.255.0'
#        option ip6assign '60'

config interface 'wan'
        option ifname 'eth0'
        option proto 'dhcp'
	option hostname 'K200Omega'
# was eth0.2

config interface 'wwan'
        option ifname 'apcli0'
        option proto 'dhcp'
</code></pre>
<p dir="auto">Per the docs here.<br />
<a href="https://wiki.onion.io/Tutorials/Expansions/Using-the-Ethernet-Expansion" rel="nofollow">https://wiki.onion.io/Tutorials/Expansions/Using-the-Ethernet-Expansion</a></p>
<p dir="auto">When the Omega 2+ Powers on I see the link LED on the router for that port blink a few times, but then stops.</p>
<p dir="auto">The Omega 2 never gets and IP address.</p>
<p dir="auto">Ifconfig looks like this.</p>
<pre><code>apcli0    Link encap:Ethernet  HWaddr 42:A3:6B:00:38:E5  
          inet addr:192.168.0.35  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::40a3:6bff:fe00:38e5/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:12967 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7923 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:5178879 (4.9 MiB)  TX bytes:641716 (626.6 KiB)

eth0      Link encap:Ethernet  HWaddr 40:A3:6B:C0:38:E7  
          inet6 addr: fe80::42a3:6bff:fec0:38e7/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:272 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:88078 (86.0 KiB)
          Interrupt:5 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:180 errors:0 dropped:0 overruns:0 frame:0
          TX packets:180 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:12674 (12.3 KiB)  TX bytes:12674 (12.3 KiB)

ra0       Link encap:Ethernet  HWaddr 40:A3:6B:C0:38:E5  
          inet6 addr: fe80::42a3:6bff:fec0:38e5/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:6 
</code></pre>
<p dir="auto">Any ideas what I might be doing wrong?</p>
]]></description><link>http://community.onion.io/post/12516</link><guid isPermaLink="true">http://community.onion.io/post/12516</guid><dc:creator><![CDATA[Jeff Seese]]></dc:creator><pubDate>Thu, 06 Apr 2017 21:42:52 GMT</pubDate></item><item><title><![CDATA[Reply to Help getting Ethernet configuration correct [resolved] on Tue, 04 Apr 2017 00:37:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/3130">@Jeff-Seese</a></p>
<p dir="auto">Update, I performed a factory reset on my Omega2+ since it comes pre-configured as an ethernet to WiFi bridge.</p>
<p dir="auto">Went through the Omega setup, connecting it to Wi-Fi via the Web configuration.</p>
<p dir="auto">Verified Wi-Fi connection is working correctly.</p>
<p dir="auto">Then I plugged my desktop computer ethernet into the Omega2+ Ethernet port, but the Omega2 did not issue an IP address to the desktop</p>
<p dir="auto">When I plug the Ethernet cable into the router an IP address is correctly issued to the desktop so the desktop and Ethernet cable are fine.</p>
<p dir="auto">I also checked the voltage at Pin 25 of the Omega, (3.3Vout). It's 0V. My understanding is that Vout is turned on when the Omega enables Ethernet. The Schematic shows that pin going to the NET_POW of the ethernet doc which supplies power to the center tap of the RJ45 Magnetics.</p>
<p dir="auto">I think I need to resolve the 0V issue at Pin 25 before I can expect anything to work.</p>
<p dir="auto">So it appears that either.</p>
<ol>
<li>
<p dir="auto">The Omega 2 is still not configured correctly.</p>
</li>
<li>
<p dir="auto">There is something wrong with my Ethernet bridge</p>
</li>
</ol>
<p dir="auto">Any ideas on next steps to help identify the source of the issue?</p>
]]></description><link>http://community.onion.io/post/12556</link><guid isPermaLink="true">http://community.onion.io/post/12556</guid><dc:creator><![CDATA[Jeff Seese]]></dc:creator><pubDate>Tue, 04 Apr 2017 00:37:33 GMT</pubDate></item><item><title><![CDATA[Reply to Help getting Ethernet configuration correct [resolved] on Tue, 04 Apr 2017 01:31:08 GMT]]></title><description><![CDATA[<p dir="auto">On networking side:</p>
<p dir="auto">Try to hardcode eth0 on Omega2 to be 192.168.101.1 and also set PC side Ethernet to be 192.168.101.2.<br />
Then try to ping each other.</p>
<p dir="auto">This avoid any type dhcpd mess up.</p>
<p dir="auto">ccs_hello</p>
]]></description><link>http://community.onion.io/post/12559</link><guid isPermaLink="true">http://community.onion.io/post/12559</guid><dc:creator><![CDATA[ccs hello]]></dc:creator><pubDate>Tue, 04 Apr 2017 01:31:08 GMT</pubDate></item><item><title><![CDATA[Reply to Help getting Ethernet configuration correct [resolved] on Wed, 05 Apr 2017 15:42:12 GMT]]></title><description><![CDATA[<p dir="auto">On hardware side, note that Omega 1 (core IC AR9331) is quite different than<br />
Omega 2's MT7688AN.<br />
At least, their Ethernet MAC/PHY driver is different.</p>
<p dir="auto">For former, the required bias is 1.8V and on Omega 1's Net_Power pin, the<br />
AR9331 itself supplies 1.8V (has an internal regulator for that) and this voltage through<br />
Ethernet magnetics to back feed as the driver's DC bias.</p>
<p dir="auto">There has never been a document disclosed on MT9688's required DC bias on its Ethernet MAC/PHY driver.<br />
(May be the other brand has it, but I don't know...)</p>
<p dir="auto">Note that although some said for Omega 2, the Net_Power out should be 3.3V and thus MT7688 Ethernet MAC should use that as its DC bias.<br />
I am not sure about it.  Quite likely it just need to be no DC bias supplied that way.  (MT7688 IC does not supply 1.8V or 2V output at all.)<br />
I have traced that Net_Power pin in the past.  In PCB, it is led to be on two "un-populated 0-ohm" resistor pads.<br />
If soldering one 0-ohm, it got patched in one circuit and if on the other position, connect to another circuit.<br />
Currently, it is not populated.  I am guessing Onion had figured out no DC bias is needed thus no 0-ohm jumper is used.</p>
<p dir="auto">ccs_hello</p>
]]></description><link>http://community.onion.io/post/12560</link><guid isPermaLink="true">http://community.onion.io/post/12560</guid><dc:creator><![CDATA[ccs hello]]></dc:creator><pubDate>Wed, 05 Apr 2017 15:42:12 GMT</pubDate></item><item><title><![CDATA[Reply to Help getting Ethernet configuration correct [resolved] on Tue, 04 Apr 2017 02:28:06 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the pointers.</p>
<p dir="auto">I tried setting static IP on Omega2+, then restarted with</p>
<pre><code>/etc/init.d/network restart
</code></pre>
<p dir="auto">Pin from 101.1 to 101.2 times out and the same for the reverse.</p>
<p dir="auto">I think the problem is more physical right now, or atleast a config that is not enabling the physical ethernet port to work.</p>
<p dir="auto">The reason I say this is my Mac says this with ethernet cable pluged in between the Omega2+ and the Mac.</p>
<p dir="auto"><img src="/uploads/files/1491272855793-screen-shot-2017-04-03-at-9.26.19-pm.png" alt="0_1491273046245_Screen Shot 2017-04-03 at 9.26.19 PM.png" class="img-responsive img-markdown" /></p>
]]></description><link>http://community.onion.io/post/12561</link><guid isPermaLink="true">http://community.onion.io/post/12561</guid><dc:creator><![CDATA[Jeff Seese]]></dc:creator><pubDate>Tue, 04 Apr 2017 02:28:06 GMT</pubDate></item><item><title><![CDATA[Reply to Help getting Ethernet configuration correct [resolved] on Tue, 04 Apr 2017 12:44:22 GMT]]></title><description><![CDATA[<p dir="auto">In one version of the MT7688KN datasheet, it showed its pin 35 EPHY_VRT is the voltage regulator output lead which supplies current thru an external resistor to Ethernet Magnetics.  No additional info is available.</p>
]]></description><link>http://community.onion.io/post/12569</link><guid isPermaLink="true">http://community.onion.io/post/12569</guid><dc:creator><![CDATA[ccs hello]]></dc:creator><pubDate>Tue, 04 Apr 2017 12:44:22 GMT</pubDate></item><item><title><![CDATA[Reply to Help getting Ethernet configuration correct [resolved] on Tue, 04 Apr 2017 23:41:35 GMT]]></title><description><![CDATA[<p dir="auto">I checked "the other" board's documentation, it appears that:</p>
<ol>
<li>
<p dir="auto">EPHY_VRT (for MT7688KN, it's pin 35; 7688AN is 39) is thru a 24K resistor to tie to the ground.<br />
This signal and pin voltage is not exposed to the outside world.  It seems to be just for DC bias fine-tuning.</p>
</li>
<li>
<p dir="auto">Both Ethernet magnetics' RX and Tx center-taps are tied together, then thru 104n to be grounded.<br />
HOWEVER VERY IMPORTANTLY, there is no DC bias supplying voltage to the center tap.<br />
I.e., Omega2's net_power (current N.C.) is fine, since no 3.3V is provided on this pin.</p>
</li>
</ol>
<p dir="auto">I will have to hand-build a test module to verify if it can work.</p>
]]></description><link>http://community.onion.io/post/12587</link><guid isPermaLink="true">http://community.onion.io/post/12587</guid><dc:creator><![CDATA[ccs hello]]></dc:creator><pubDate>Tue, 04 Apr 2017 23:41:35 GMT</pubDate></item><item><title><![CDATA[Reply to Help getting Ethernet configuration correct [resolved] on Wed, 05 Apr 2017 14:34:47 GMT]]></title><description><![CDATA[<p dir="auto">Okay so the fact that there is no voltage at Omega2+ Pin #25 NET_POW is normal - got it.</p>
<p dir="auto">The Ethernet doc schematic does show that it has the RX and TX center taps tied to ground through a 49.9 ohm resistor and 100 nf cap.</p>
<p dir="auto">So that should all be physically wired correctly.</p>
<p dir="auto">certainly the Ethernet Dock wouldn't be sold if it didn't work so it seems that this has to be a configuration issue right?</p>
]]></description><link>http://community.onion.io/post/12600</link><guid isPermaLink="true">http://community.onion.io/post/12600</guid><dc:creator><![CDATA[Jeff Seese]]></dc:creator><pubDate>Wed, 05 Apr 2017 14:34:47 GMT</pubDate></item><item><title><![CDATA[Reply to Help getting Ethernet configuration correct [resolved] on Wed, 05 Apr 2017 23:12:03 GMT]]></title><description><![CDATA[<p dir="auto">Finally got time to wire it up.<br />
Electrically, it is working.  However, if I have both WiFi and Ethernet plugged in at the same time during booting,<br />
neither WiFi nor Ethernet will get IP address assigned by my (same) home cable router.<br />
If I unplugged the Ethernet cable then boot, just by WiFi itself, WiFi will acquire an IP address (e.g., 192.168.10.10.)<br />
I can then plug in the Ethernet cable and use web interface thru Terminal to assign it an IP address;<br />
e.g., ifconfig eth0 192.168.10.20.  It will be fine either way to connect to my home network.</p>
<p dir="auto">I did not spend any time to troubleshoot. Just to validate the circuitry.<br />
<img src="/uploads/files/1491433913193-dsc02510.jpg" alt="0_1491433984932_DSC02510.JPG" class="img-responsive img-markdown" /></p>
<p dir="auto">ccs_hello</p>
]]></description><link>http://community.onion.io/post/12605</link><guid isPermaLink="true">http://community.onion.io/post/12605</guid><dc:creator><![CDATA[ccs hello]]></dc:creator><pubDate>Wed, 05 Apr 2017 23:12:03 GMT</pubDate></item><item><title><![CDATA[Reply to Help getting Ethernet configuration correct [resolved] on Thu, 06 Apr 2017 03:49:06 GMT]]></title><description><![CDATA[<p dir="auto">BTW, my specific brand of Ethernet magnetics (a.k.a. EasyJack) is Bel 0810-1XX1-02.<br />
Pin 1: Tx C.T., 2: Tx+, 3 Tx-, 4 Rx+, 5 Rx-, and 6 Rx C.T.</p>
<p dir="auto">Pin 1 and 6 tied together then thru 100nF to Gnd.<br />
Pin 2 and 3 each thru 50 Ohm  termination resistors to reach a 100nF capacitor. 100nF's other end tied to Gnd.<br />
Pin 4 and 5 each thru 50 Ohm  termination resistors to reach a 100nF capacitor. 100nF's other end tied to Gnd.</p>
<p dir="auto">P.S. a low cost method is to buy a "HLK-RM04 Test Board".  It's approx. $5 shipped and has a few parts to be re- purposed.<br />
See <a href="https://www.aliexpress.com/item/Free-Shipping-Uart-WIFI-module-serial-ports-WIFI-MCU-WIFI-HLK-RM04-SCM-wifi-test-board/729142578.html" rel="nofollow">https://www.aliexpress.com/item/Free-Shipping-Uart-WIFI-module-serial-ports-WIFI-MCU-WIFI-HLK-RM04-SCM-wifi-test-board/729142578.html</a>  or  <a href="http://www.ebay.com/itm/HLK-RM04-UART-to-WIFI-Serial-Port-to-Wifi-Module-Test-Base-Board-/112318260620" rel="nofollow">http://www.ebay.com/itm/HLK-RM04-UART-to-WIFI-Serial-Port-to-Wifi-Module-Test-Base-Board-/112318260620</a></p>
<p dir="auto">ccs_hello</p>
]]></description><link>http://community.onion.io/post/12606</link><guid isPermaLink="true">http://community.onion.io/post/12606</guid><dc:creator><![CDATA[ccs hello]]></dc:creator><pubDate>Thu, 06 Apr 2017 03:49:06 GMT</pubDate></item><item><title><![CDATA[Reply to Help getting Ethernet configuration correct [resolved] on Thu, 06 Apr 2017 21:41:05 GMT]]></title><description><![CDATA[<p dir="auto">That was it. My mistake was I had the center tap to Vcc through .1uf Cap instead of to ground.</p>
<p dir="auto">I thought I saw it to Vcc in schematics... Oh well, thank you very much!</p>
<p dir="auto">I am able to use ethernet as bridge now with default firmware config or as ethernet client with my initial config.</p>
]]></description><link>http://community.onion.io/post/12621</link><guid isPermaLink="true">http://community.onion.io/post/12621</guid><dc:creator><![CDATA[Jeff Seese]]></dc:creator><pubDate>Thu, 06 Apr 2017 21:41:05 GMT</pubDate></item><item><title><![CDATA[Reply to Help getting Ethernet configuration correct [resolved] on Mon, 31 Jul 2017 13:50:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/1973">@ccs-hello</a> Do you connect then directly Tx+ and Tx- to the pins with the same name on your Omega2 (same for Rx+ or Rx-) or you rather use a cross-over?<br />
According to the Ethernet expansion dock schematic, it should be crossed-over, but my logic dictates me it should be straight (that is: TX+- on Omega2 to wires 1 and 2 on the eth cable, RX+- to wires 3 and 6 on the eth cable).</p>
<p dir="auto">I have made my own Ethernet expansion board on which I have placed an Ethernet switch, so that I can have more than 1 Phy. I have connected it straight there and it works perfectly. I must also mention that the switch is Auto-MDIX capable. Now I want to design a smaller version of my Ethernet expansion board (without the switch) and I really have doubt about how to connect the pins.</p>
]]></description><link>http://community.onion.io/post/13967</link><guid isPermaLink="true">http://community.onion.io/post/13967</guid><dc:creator><![CDATA[Alfonso Blanco]]></dc:creator><pubDate>Mon, 31 Jul 2017 13:50:47 GMT</pubDate></item><item><title><![CDATA[Reply to Help getting Ethernet configuration correct [resolved] on Mon, 31 Jul 2017 15:29:52 GMT]]></title><description><![CDATA[<p dir="auto">It is a straight through connection.</p>
]]></description><link>http://community.onion.io/post/13968</link><guid isPermaLink="true">http://community.onion.io/post/13968</guid><dc:creator><![CDATA[Jeff Seese]]></dc:creator><pubDate>Mon, 31 Jul 2017 15:29:52 GMT</pubDate></item><item><title><![CDATA[Reply to Help getting Ethernet configuration correct [resolved] on Mon, 31 Jul 2017 15:58:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/3130">@Jeff-Seese</a> Not on the Ethernet shield from Onion: they connect omega2 pins Tx+ and Tx- to eth cable pins 3 and 6 and Rx+ and Rx- to 1 and 2.</p>
]]></description><link>http://community.onion.io/post/13969</link><guid isPermaLink="true">http://community.onion.io/post/13969</guid><dc:creator><![CDATA[Alfonso Blanco]]></dc:creator><pubDate>Mon, 31 Jul 2017 15:58:23 GMT</pubDate></item><item><title><![CDATA[Reply to Help getting Ethernet configuration correct [resolved] on Tue, 01 Aug 2017 01:10:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/3976">@Alfonso-Blanco</a></p>
<p dir="auto">No cross-over.<br />
Omega2's Tx pair goes to Ethernet magnetic's TX leads<br />
and O's RX to magnetic's Rx.</p>
<p dir="auto">ccs_hello</p>
]]></description><link>http://community.onion.io/post/13973</link><guid isPermaLink="true">http://community.onion.io/post/13973</guid><dc:creator><![CDATA[ccs hello]]></dc:creator><pubDate>Tue, 01 Aug 2017 01:10:21 GMT</pubDate></item><item><title><![CDATA[Reply to Help getting Ethernet configuration correct [resolved] on Wed, 02 Aug 2017 05:11:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/1973">@ccs-hello</a> Thanks for the replies, but sorry to insist. This is the Ethernet Expansion Dock schematic:<br />
<img src="/assets/uploads/files/1501650567659-bf8da08a-7335-4979-9004-2caffe6b2c01-image-resized.png" alt="0_1501650537446_bf8da08a-7335-4979-9004-2caffe6b2c01-image.png" class="img-responsive img-markdown" /><br />
As you can see, TX+ and TX- are connected to the pair 3-6 on the cable. Rx+ and Rx- are connected to 1-2. This is what I dont get. Shouldn't it be the other way around?</p>
]]></description><link>http://community.onion.io/post/13988</link><guid isPermaLink="true">http://community.onion.io/post/13988</guid><dc:creator><![CDATA[Alfonso Blanco]]></dc:creator><pubDate>Wed, 02 Aug 2017 05:11:01 GMT</pubDate></item><item><title><![CDATA[Reply to Help getting Ethernet configuration correct [resolved] on Fri, 04 Aug 2017 03:01:49 GMT]]></title><description><![CDATA[<p dir="auto">I saw that Omega 1 schematic diagram before.<br />
It was a surprise since it's different than all those Ethernet MagicJack's diagrams from several mfgs.  The standard design is Tx out goes to RJ45's pin 1/2 (the Tx pair) and Rx out goes to 3/6 (Rx) pair.</p>
<p dir="auto">Guess the diagram you've cited is built for "naturally cross-over" for unknown reasons.</p>
<p dir="auto">ccs_hello</p>
]]></description><link>http://community.onion.io/post/13990</link><guid isPermaLink="true">http://community.onion.io/post/13990</guid><dc:creator><![CDATA[ccs hello]]></dc:creator><pubDate>Fri, 04 Aug 2017 03:01:49 GMT</pubDate></item></channel></rss>