I've updating the rc.local in the image to reflect the suggested changes by @user8446 in his thread here
I've not noticed any kind of speed improvement, but I also realize it probably won't make anything WORSE either, so...
root@OpenWrt:/# speedtest --server 16969
Retrieving speedtest.net configuration...
Testing from Spectrum (174.101.133.124)...
Retrieving speedtest.net server list...
Retrieving information for the selected server...
Hosted by Spectrum (Columbus, OH) [152.98 km]: 37.753 ms
Testing download speed................................................................................
Download: 213.53 Mbit/s
Testing upload speed................................................................................................
Upload: 11.72 Mbit/s
Gnomad, here is the Code I added below the LED GPIO Configuration so you can add it to your rc.local without having to change the image. Until i can figure out how to do the upgrade stuff, it basically is removing the .norwits file after copying the image over and letting it rebuild itself. Not the best for when you're testing local changes.
ethtool -K eth0 gro off
ethtool -K eth0 gso off
ethtool -K eth0 tx-nocache-copy off
ifconfig eth0 up
sleep 1
ethtool -s eth0 autoneg off
sleep 1
ethtool -s eth0 autoneg on
sleep 1
ethtool -K eth1 gro off
ethtool -K eth1 gso off
ethtool -K eth1 tx-nocache-copy off
ifconfig eth1 up
sleep 1
ethtool -s eth1 autoneg off
sleep 1
ethtool -s eth1 autoneg on
sleep 1
ethtool -K eth2 gro off
ethtool -K eth2 gso off
ethtool -K eth2 tx-nocache-copy off
ifconfig eth2 upRunning Itus Shield v2 Firmware
If you reply to this email, your message will be added to the discussion below:http://itus.accessinnov.com/FIRMWARE-Itus-Networks-Shield-Firmware-Upgrade-WIP-tp1726p1827.htmlTo start a new topic under Technical Discussion, email [hidden email]
To unsubscribe from Itus Networks Owners Forum, click here.
NAML
Free forum by Nabble | Edit this page |