Earlier I have measured the speed of some pendrives, now here is the next bunch. They are all 2.0 drives, in some cases the speeds are close to the limit of this interface.
It is very easy to back up an MTK based phone with SP Flash Tool, but restoring is not so easy. For older chip versions MTKDroidTools was an automatic tool, but with newer ones it is not working anymore. Keep reading, to learn, how to create a flashable image from the backup you made with SP Flash Tool.
In my previous post , I have explained how to upload an OpenWRT image to the MPR-L8 or A5-V11, now we will go trough how to set it up for working as a mini 3G/4G router.
There is an easy way to set the network interface speed in Ubuntu 14.04: In the iface section of the /etc/network/interfaces you can add the link-speed and link-duplex parameters, to pass them to ethtool. The example below sets the link speed to 100 Mbit/sec: iface eth1 inet static address 192.168.1.120 netmask 255.255.255.0 network 192.168.1.0 link-speed 100 link-duplex full
Comments