In Linux they both use the driver for an "ASIX AX88772A" USB to Ethernet converter, even though the Apple one reports as "Apple" and is sold only for the MacBook Air.Internet lore seems to agree that any Mac running OS X 10.5.2 or later can use it.
When I ran a TCP throughput test with iperf, they both performed well. The Apple adapter measured throughput of 94.3Mbps. The cheap adapter measured 87.4Mbps. By comparison, the builtin ethernet on my laptop measured 94.8Mbps (after being set from gigabit to 100Mbps.)
Also, the hardware MAC address prefix (00:8a:8d) isn't any known vendor OUI (organisationally unique identifier.) Seems odd, although chipset vendors (like ASIX) often require the device manufacturer to register their own OUI (for instance the Apple adapter uses an Apple prefix.) For a no-name vendor, it makes sense to just make one up.
To know if it is a modified knockoff or made from scratch we could dissolve the chip packages in acid ("decapping" them) and then look at the exposed silicon die under a microscope. Not quite that keen yet, though.
The genuine AX88772A requires two crystal oscillators for accurate timing - a 25MHz oscillator for the ethernet interface clock, and a 12MHz oscillator for the USB interface clock. The cheap adapter only has a single 25MHz crystal.
EDIT 2: Gerard points out in the comments that the two TXC chips are probably just crystal resonators (not full oscillators) as well. I checked the reference schematic for ASIX's Demoboard and he's right. Thanks Gerard! So the cheapest ones they could be are around $0.40 each (12MHz/25MHz), the cheaper board's single crystal is then closer to 20% of the cost.
In the cheap one, I'm guessing the host's packet sync must be used to synchronise the 480MHz clock. Without a high speed oscilloscope or a USB 2.0 logic analyser it'd be hard to tell how well this goes at meeting the 480MHz +/-500ppm requirement of the USB High Speed spec.I think the Linux kernel could know the raw USB bit error rate, giving some idea of how precise the timing was, but the kernel doesn't record it anywhere ASIX themselves warn that if their precision 12MHz clock source has an incorrect capacitor it "can cause some problem during USB High Speed mode enumeration. For example, during the 100 times of repeatedly plug-and-unplug test, there may be 1 time that AX88772 may not be initialized properly". You'd imagine this kind of problem is potentially much worse in the cheap adapter, although I haven't yet noticed anything.
One thing that surprised me is that the cheap adapter has a functioning blue activity LED, that glows through the enclosure. The Apple adapter actually has a space on the PCB for this, but no LED in place (Apple's designers presumably nixed it for aesthetic reasons.) I'm surprised the manufacturer paid the few cents to add this feature.
For the manufacturer of cloned/compatible ASICs, an interesting bonusAssuming you can ignore copyright law, and have no qualms about reproducing other companies' intellectual property for profit is driver support. The CD that came with the cheap adapter contains ASIX's own drivers for Windows and OS X.
The Windows drivers are the exact same digitally signed ones that Microsoft distributes through Windows Update, meaning the adapters appear to have "passed" Windows Hardware Quality Labs testing. Something the actual device manufacturer surely couldn't have afforded.
In my simple tests both adapters seemed perfectly reliable, moving data back and forth quickly without any measurable errors. I ran an eight hour two-way ping flood (assuring plenty of collisions) with zero lost packets.
However, the cheap adapter is probably susceptible to (and a producer of) electrical noise. The Apple adapter is protected from an electrically noisy environment by its metal shielding, and extra decoupling capacitors on the board.
On the other hand, both USB and Ethernet contain mechanisms for dealing with errors introduced by interference. It's possible the protocols are well engineered enough that you'll never notice the difference.
It is also possible that the cloned ASIC will display hardware bugs that aren't in the legitimate adapter. So far I haven't found any (I tested some of the uncommon features like forcing 10Mbps, forcing half duplex, adjusting MTU.) I'd be interested to hear of any, though.
I'm probably unusual in that I find this world of cheap clone "shanzhai" hardware amazing. I'm fascinated that someone is out there redesigning existing silicon to make a knockoff that is smaller, cheaper but otherwise near-equivalent - to be used in devices that retail for less than $3.
How about you? Do you have any experience with dirt cheap hardware devices? How do you feel about shanzhai competing with regular firms' R&D by cloning their hardware? Please leave a comment and let me know what you think.
c80f0f1006