ZOTAC IONITX-A-U / Gigalan with jumbo fames? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222) +--- Forum: Hardware (https://forum.kodi.tv/forumdisplay.php?fid=112) +--- Thread: ZOTAC IONITX-A-U / Gigalan with jumbo fames? (/showthread.php?tid=57156) |
ZOTAC IONITX-A-U / Gigalan with jumbo fames? - graysky - 2009-08-30 Does anyone own this board (Zotac IONITX-A-U)? If so, does the onboard GigaLAN support jumbo frames? I see that it uses the rtl8211cl LAN controller, but I can't find out if this supports jumbo frames or not! To tell if it supports jumbo frames, you can try this when connected (Gigalan speeds only, 10/100 won't work I believe): Code: # ifconfig eth0 mtu 4000 That should setup 4k jumbo frames. To test if they are enabled, simply run ifconfig again like this and look for the mtu line: Code: # ifconfig eth0 | grep MTU If it does, you'll see "MTU:4000" Please let me know and thanks! - beklyn - 2009-08-31 From a ZOTAC ION A Board (T: XBMCLive)xbmc@XBMCLive:~$ sudo ifconfig eth0 mtu 4000 (T: XBMCLive)xbmc@XBMCLive:~$ sudo ifconfig eth0 | grep MTU UP BROADCAST RUNNING MULTICAST MTU:4000 Metric:1 (T: XBMCLive)xbmc@XBMCLive:~$ - graysky - 2009-08-31 Looks like at least 4k jumbo frames are indeed supported. Just placed an order for one of these. Thanks again! - kortina - 2009-08-31 I am not a Network guru, but why would you need Jumbo frames? - graysky - 2009-08-31 kortina Wrote:I am not a Network guru, but why would you need Jumbo frames? Higher throughputs on Gigalan in my experience. That said, you do have to test for your specific hardware. Here are the results of my tests moving large files (Linux iso files) and several smaller (~150 meg or so each) files from the pc1 to pc2 and from pc2 to pc1 via Samba. I've concluded that my network HUGELY benefits from a 4k MTU size. Here are the data: Test 1/Crossover Cable (large files, approx 1,048,522 kb each) via Samba Code: mtu=1500 time (sec) Kb/sec Test 2/Crossover Cable (several small files, 1,283,439 kb total) via Samba Code: mtu=1500 time (sec) Kb/sec I've done the same test using my switch and the numbers are similar. Another test moving a 3x large file (several Linux iso files ) from the new pc3 to the pc4 and vise-versa. Here you see jumbo frames actually hurt the throughput when going to the pc4 box, but help it coming from pc3. Large files through a switch Code: mtu=1500 time (sec) Kb/sec - kortina - 2009-08-31 I did a bit more reading, so it seems that you want jumbo frames on your XBMC box because other devices on your LAN are using it and you cant have a mix. - graysky - 2009-08-31 kortina Wrote:I did a bit more reading, so it seems that you want jumbo frames on your XBMC box because other devices on your LAN are using it and you cant have a mix. You can actually have a mix despite what folks have written to the contrary. You can also have a mix of mtu sizes and still connect to the internet just fine as well. For example, I have a router that only supports the standard 1500 mtu size, while my switch (uplinked to the router) allows for jumbo frames. Most PCs behind the switch use 4k frames and everything works fine. I have a work laptop that uses the standard mtu size and it can talk to the 4k frame boxes just fine. All PCs can use the internet just fine as well. Zotac ION ITX D - BingoBert - 2009-09-02 I have got the Zotac ION ITX D. It is afaik the same Board as the A Version but without powersupply. The Nforce Networking Controller does support the following Jumbo Frame Sizes: 1500 2500 4500 9000 under Windows 7 The Problem with the Network Adapter is, that GBLan does not work, it just works @ 100Mbps (at least under Windows 7). And Wake on LAN ( WOL ) does not work at all, which makes the board quite useless for me. - graysky - 2009-09-02 @BB - enabled in the BIOS? http://www.zotacusa.com/forum/index.php?showtopic=1646 - blittan - 2009-09-02 graysky: that is Boot from LAN not Wake on LAN. - graysky - 2009-09-02 My bad - zippelmann - 2009-09-13 BingoBert Wrote:And Wake on LAN ( WOL ) does not work at all, which makes the board quite useless for me.Is it working now ? I have the same problem. - graysky - 2009-09-19 @zippelmann - it works just fine |