...one of these:
http://www.monoprice.com/products/produ ... ce_q1_2013
Unfortunately...it doesn't given any power usage data, though a quick check of the user reviews had one saying it runs worm.
Ethernet through USB...Has anyone tried...
7 posts
- Posts: 874
- Joined: Fri Mar 09, 2012 7:36 pm
- Location: Vallejo, CA (US)
I believe some people have done this with mixed results (performance.) The fact is that the Ethernet on the RPI is tied in to USB as well, so the you most like will not “gain” that much. The limiting factor being the USB.
Zardoz
Raspberry Pi B v2.0 | Sony 16GB SDHC Class 10 | Cyberpower CPH420P 4 port USB HUB | Netis WF-2111 150Mbps Wireless-N USB | Sabrent CRW-EXT 6-Slot Card Reader | MS USB Notebook Optical Mouse | Mini USB Keyboard | Adafruit Pibow case (blue)
Raspberry Pi B v2.0 | Sony 16GB SDHC Class 10 | Cyberpower CPH420P 4 port USB HUB | Netis WF-2111 150Mbps Wireless-N USB | Sabrent CRW-EXT 6-Slot Card Reader | MS USB Notebook Optical Mouse | Mini USB Keyboard | Adafruit Pibow case (blue)
I wouldn't expect to gain anything...at least on a Model B. I'm thinking of the effect on a Model A.
It would permit headless operation with wired network, or a full system with use of a hub on the Model A when those arrive.
It would permit headless operation with wired network, or a full system with use of a hub on the Model A when those arrive.
- Posts: 874
- Joined: Fri Mar 09, 2012 7:36 pm
- Location: Vallejo, CA (US)
I have a USB to Ethernet Adaptor lsusb shows as a Davicom Semiconductor DM960, the datasheet is here:
http://html.alldatasheet.net/html-pdf/1 ... M9601.html
I have plugged into my Pi with a 5V 1A PSU and appears no adverse effects on keyboard/mouse
http://html.alldatasheet.net/html-pdf/1 ... M9601.html
I have plugged into my Pi with a 5V 1A PSU and appears no adverse effects on keyboard/mouse
I know everything about nothing"
- Posts: 982
- Joined: Fri Sep 14, 2012 9:13 am
I have a similar adapter and I just tried it on one of my Pi's. It seems about about twice as fast as the built in ethernet. It works direct into a USB port on a Rev 2 board. Dmesg reports it as a "ZT6688 USB NIC"
Don't judge Linux by the Pi.......
I have one from Sabrent that did "not" mention Linux, but uses asix module automatically. sudo lsusb -v reports MaxPower 200 mA.
The only caveat is that it is USB 2.0 only, so if you need to use dwc_otg.speed=1 in /boot/cmdline.txt to force USB 1.1 for an errant keyboard that drops/repeats characters, it will not work.
The only caveat is that it is USB 2.0 only, so if you need to use dwc_otg.speed=1 in /boot/cmdline.txt to force USB 1.1 for an errant keyboard that drops/repeats characters, it will not work.
- Posts: 357
- Joined: Mon Dec 03, 2012 2:47 am
- Location: Elgin, IL USA
Cloudcentric wrote:I have a USB to Ethernet Adaptor lsusb shows as a Davicom Semiconductor DM960, the datasheet is here:
http://html.alldatasheet.net/html-pdf/1 ... M9601.html
I have plugged into my Pi with a 5V 1A PSU and appears no adverse effects on keyboard/mouse
I checked sudo lsusb -v and the Davicom states 2mA
I know everything about nothing"
- Posts: 982
- Joined: Fri Sep 14, 2012 9:13 am