Confused by post title, what has USB-OTG got to do with using a USB to RJ45 Adaptor ?dolphs wrote:Hi - Trying to find out if a "HLF1081A NO:9700" Micro USB 2.0 to Ethernet 10/100 RJ45 Network LAN Adapter will work on Raspbian. Currently I do owe a PiZERO therefore like to find out if one uses this adapter succesfully and moreover which kernel driver is being used, ( r8152 ) ? Cheers
viewtopic.php?f=46&t=175596&p=1120431&h ... 1#p1120431dolphs wrote:looks like the USB dongle gets identified as " ID 0fe6:9700 Kontron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter " on my Linux Distro ( Mint 18.1 ) - will find out shortly if it will be detected on my RPi ( with Raspbian ) and if it does, will it be stable for VPN ( referring to buggy drivers/ etc ).
The DM9601 is fully supported now and some bugs have been ironed out. It still has a USB1 interface though and can't cope with data much over 10Mb/sdolphs wrote:looks like the USB dongle gets identified as " ID 0fe6:9700 Kontron (Industrial Computer Source / ICS Advent) DM9601 Fast Ethernet Adapter " on my Linux Distro ( Mint 18.1 ) - will find out shortly if it will be detected on my RPi ( with Raspbian ) and if it does, will it be stable for VPN ( referring to buggy drivers/ etc ).
Is this for all USB OTG devices on the RPiZ as I quickly tested a Realtek 8152 device, but iperf did not show more than 12,5M/bit which is close to USB1.1 speed. Hopefully this can be tuned close to 100M/bitrpdom wrote:The DM9601 is fully supported now and some bugs have been ironed out. It still has a USB1 interface though and can't cope with data much over 10Mb/s
No, just the DM9601.dolphs wrote:Is this for all USB OTG devices on the RPiZ as I quickly tested a Realtek 8152 device, but iperf did not show more than 12,5M/bit which is close to USB1.1 speed. Hopefully this can be tuned close to 100M/bitrpdom wrote:The DM9601 is fully supported now and some bugs have been ironed out. It still has a USB1 interface though and can't cope with data much over 10Mb/s
Actually this one does work, see: https://www.jeffgeerling.com/blogs/jeff ... networkingdolphs wrote:and to be on topic again ...
Please dont buy this HLF1081A adapter if you expect 100Mbit speeds it will disappoint you greatly.
below shows why:
pi@rpivpn01:~ $ iperf -c 192.168.10.57 -t30 -P1
------------------------------------------------------------
Client connecting to 192.168.10.57, TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.10.61 port 33738 connected with 192.168.10.57 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-30.1 sec 18.5 MBytes 5.16 Mbits/sec
pi@rpivpn01:~ $ iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
[ 4] local 192.168.10.61 port 5001 connected with 192.168.10.57 port 39286
[ ID] Interval Transfer Bandwidth
[ 4] 0.0-30.2 sec 24.4 MBytes 6.77 Mbits/sec