Showing posts with label Anker. Show all posts
Showing posts with label Anker. Show all posts

Thursday, October 31, 2013

Anker 25W 5 Port USB Wall Charger.

This is a pretty nifty USB 5 port charger currently selling for $20 at Amazon.

Made by Anker, it is fairly compact (3.8" long, 2.4" wide, 1" high). What is cool about this device is it can charge multiple high power USB devices like the iPad and Samsung Galaxy Tabs simultaneously.   A single iPad or TAB  normally require more juice than your normal USB chargers yet this device can power 3 high AMP USB devices and 2 normal devices all from the same box. In fact, it is even labelled for each device. 

There are two iPad 2.1 Amps (highest output) ports, one single Samsung Tab 1.3 Amps ports, and two 1 Amp ports for iPhones, other Android phones, or any other regular USB accessory.

It is important to remember, this is rated at 5V/5A. The combine number of devices cannot exceed 5A . With two iPads, the most you can connect is probably 2 more normal devices like another two iPhones.




Here it is next to a Logitech mouse.



The real test, an iPad, 7" Samsung Tab and a Galaxy Nexus are all charging from the same charger.




It is strange that they call it a Wall charger when it is actually a brick with a small AC cable. However, that isn't a big deal for me. 


Overall, I really like this and this is ultra convenient for multiple devices. $20 isn't bad considering many 2.1 AMP USB chargers go for that much.





Monday, April 1, 2013

Anker 2.5 inch eSATA and USB 3.0 tool-less enclosure review




This is a short review of the tool-less 2.5" combo eSATA / USB 3.0 enclosure.
These currently retail for $28 on Amazon.

I needed something that could easily swap out drives without hassle. The enclosure fits 2.5 drives up to 12.5mm in thickness. eSATA is capped at 3Gbps and the USB controller is an ASMedia 2105.

There is no installation or screw. This is a clever tool-less design that allows you to popu-up your 2.5" drive. The spring mechanism takes up some space so this is definitely not a small enclosure. It is well built and made from sturdy aluminum.






eSATA and USB 3.0 ports adorn the back. This is an USB 3.0 bus powered enclosure. eSATA requires power and you simply use the USB 3.0 cable for power. If both plugs are connected, eSATA takes precedent.







Performance, I was getting close to 200 MB/sec from a Samsung 830 SSD with USB 3.0. This is the typical USB 3.0 mid-range enclosure speed. eSATA is capped at 3GBbps.



I benchmarked the eSATA from my Thinkpad running Ubuntu 12.04. With eSATA, I was getting  220-230 MB/sec.




With standard HDD, your speeds will be much slower.

Conclusion.  Overall, it is a decent enclosure that is extremely flexible. The quick-release is a nice touch.


Amazon Link: http://www.amazon.com/2-5-Inch-External-Enclosure-Tool-free-Installation/dp/B005B5G4S6/ref=sr_1_1?ie=UTF8&qid=1364871328&sr=8-1

Wednesday, March 20, 2013

Cheap USB 3.0 Gigabit adapter for the new Macbook Pros

Need a USB 3.0 Gigabit adapter for your new Macbook Pro, Macbook Retina or new Macbook Air?
Especially, if you don't want to sacrifice that precious Thunderbolt port or rely on Apple's 10/100 ethernet USB dongle? Well, any pretty much any ASIX AX88179 Chipset USB 3.0 to Gigabit adapter will work. There are scores of them on Amazon, Ebay and NewEgg.

They come in different colors, different packaging from different manufactures. However, they all have pretty much the same guts. A while back, I reported having a DOA, bad experience with an Anker USB 3.0 Gigabit adapter. Today, I am reporting better luck with a NewEgg Rosewill adapter using the same ASIX AX88179 chipset.

I recently picked up a few for $17 on sale (regularly $28) at Newegg.




The RNG-406U is a standard, sturdy dongle. In fact, it looks more attractive than the Anker that failed me prior.

After opening the box, I quickly loaded up the latest driver from ASIX's website and got my Gigabit speeds. I tested under Mountain Lion 10.8.2 and it works as advertised. I also have the white Apple USB 2 10/100 ethernet dongle and that thing is pretty slow. Under testing, the Rosewill Gigabit adapter  was hitting 117 MB/sec using iperf so I am definitely hitting Gigabit's maximum theoretical limit (of 125 MB/sec). In fact, it was just as fast as the internal gigabit on my Macbook.



I even plugged it into my Thinkpad T420 running Ubuntu via a USB 3.0 expresscard and was able to make install the drivers easily. I can confirm it works pretty good under Unbutu 12.04 after installing the kernel drivers. So far, so good. A USB gigabit dongle that works on multiple platforms. I ended up buying three more to leave at different locations. I'm always developing server apps and usually need a few network ports for testing.

One big major issue. Of course, I wouldn't do you guys a service if I didn't acknowledge one glaring issue.

The main issue with this dongle (that I will show how to easily resolve) is the fact, you need to have it plugged in at boot.

If you unplug and replug later, it will not work again. If your machine is already booted or just recovered from sleep, the dongle will not work. The operating system will recognize the dongle but no connection. I usually never shut down or reboot my mac. If I am transporting from home and work, my machine usually just goes to deep sleep. Hence. this was an issue I wanted to resolve.

Now, under most circumstances a simple command line:  sudo ifconfig enX down and ifconfig enX up cures all the problems. However, simply restarting the network interface does not work.

To solve this problem, simply unload and reload the kernel kext file (OSX driver). It is located in the plugin folder of the IONetworkingFamily inside System/Library Extensions.

To unload, type in the terminal :

 sudo kextunload /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AX88179_178A.kext  

Then to reload, type in the terminal:

 sudo kextload /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AX88179_178A.kext  

This will fix it. Simple isn't it? I just make a .bash script and leave it in my home directory and drag-n-drop it into the terminal to run. Voila, working dongle again.



There you have it. A cheap USB 3.0 Gigabit solution. I've even seen a few ASIX AX88179 dongles that are built in 4-5 port hubs. I may try that next.