User avatar
rin67630
Posts: 1017
Joined: Fri Mar 04, 2016 10:15 am

USB to Internet Adapter not recognized

Sat Jun 08, 2019 12:14 pm

Cheers,

I tried to run a chineese no name USB-adapter with 3 USB ports and one RJ45 Network interface on a Raspberry pi Zero.


The USB-adapter with 3 USB ports and one RJ45 Network interface runs well on my Windows PC and the Network interface is detected as following: VID 0FE6 PID 9700

When I try to run it on a Raspberry pi Zero powered with a 5,3V, 3A Power supply I get the following errors on boot:

[ 297.500844] usb 1-1.3: device descriptor read/64, error -32
[ 319.010241] usb 1-1.3: device descriptor read/64, error -32
[ 319.230268] usb 1-1.3: device descriptor read/64, error -32
[ 319.550273] usb 1-1.3: device descriptor read/64, error -32
...

The USB is running well, but the RJ45 network interface does not work. Is is just not found in lsusb...
lsusb
Bus 001 Device 003: ID 1a81:2204 Holtek Semiconductor, Inc. Optical Mouse
Bus 001 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Has somone got a clue how to get it running?
Regards

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: USB to Internet Adapter not recognized

Sat Jun 08, 2019 12:21 pm

rin67630 wrote:
Sat Jun 08, 2019 12:14 pm
Cheers,

I tried to run a chineese no name USB-adapter with 3 USB ports and one RJ45 Network interface on a Raspberry pi Zero.


The USB-adapter with 3 USB ports and one RJ45 Network interface runs well on my Windows PC and the Network interface is detected as following: VID 0FE6 PID 9700

When I try to run it on a Raspberry pi Zero powered with a 5,3V, 3A Power supply I get the following errors on boot:

[ 297.500844] usb 1-1.3: device descriptor read/64, error -32
[ 319.010241] usb 1-1.3: device descriptor read/64, error -32
[ 319.230268] usb 1-1.3: device descriptor read/64, error -32
[ 319.550273] usb 1-1.3: device descriptor read/64, error -32
...

The USB is running well, but the RJ45 network interface does not work. Is is just not found in lsusb...
lsusb
Bus 001 Device 003: ID 1a81:2204 Holtek Semiconductor, Inc. Optical Mouse
Bus 001 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Has somone got a clue how to get it running?
Regards

https://www.cpmspectrepi.uk/raspberry_p ... pters.html

The DM9601 Chipset Devices have proved problematic when used with Raspberry Pis, best to be avoided.


https://www.google.com/search?q=dm9601+ ... e&ie=UTF-8
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

Ernst
Posts: 1334
Joined: Sat Feb 04, 2017 9:39 am
Location: Germany

Re: USB to Internet Adapter not recognized

Sat Jun 08, 2019 12:23 pm

Your best option to make this adapter run is by shouting at the device and then flatten it with a hammer:
See https://elinux.org/RPi_USB_Ethernet_adapters under "Problem Ethernet adapters".
The road to insanity is paved with static ip addresses

User avatar
rin67630
Posts: 1017
Joined: Fri Mar 04, 2016 10:15 am

Re: USB to Internet Adapter not recognized

Sat Jun 08, 2019 4:36 pm

Dear Ernst,

you did not tell me to place the adapter on an amboss before flattening it with a hammer.
Nov my 2500$ Mac is ruined. :P

More seriously, which usb network+hub combi adapter would you recommend?

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: USB to Internet Adapter not recognized

Sat Jun 08, 2019 5:11 pm

rin67630 wrote:
Sat Jun 08, 2019 4:36 pm
Dear Ernst,

you did not tell me to place the adapter on an amboss before flattening it with a hammer.
Nov my 2500$ Mac is ruined. :P

More seriously, which usb network+hub combi adapter would you recommend?

Realtek RTL8152 Chipset:

https://www.amazon.co.uk/Smays-Ethernet ... B00L32UUJK
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

User avatar
FTrevorGowen
Forum Moderator
Forum Moderator
Posts: 5618
Joined: Mon Mar 04, 2013 6:12 pm
Location: Bristol, U.K.
Contact: Website

Re: USB to Internet Adapter not recognized

Sat Jun 08, 2019 7:08 pm

fruitoftheloom wrote:
Sat Jun 08, 2019 5:11 pm
rin67630 wrote:
Sat Jun 08, 2019 4:36 pm
...
More seriously, which usb network+hub combi adapter would you recommend?
Realtek RTL8152 Chipset:

https://www.amazon.co.uk/Smays-Ethernet ... B00L32UUJK
+1 or one based on an ASIX chipset - eg. the Freegene one here: http://www.cpmspectrepi.uk/raspberry_pi ... pters.html
Trev.
Still running Raspbian Jessie or Stretch on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B+, P3B, B+, and a A+) but Buster on the P4B's. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm

User avatar
rin67630
Posts: 1017
Joined: Fri Mar 04, 2016 10:15 am

Re: USB to Internet Adapter not recognized

Sat Jun 08, 2019 9:12 pm

FTrevorGowen wrote:
Sat Jun 08, 2019 7:08 pm
+1 or one based on an ASIX chipset - eg. the Freegene one here: http://www.cpmspectrepi.uk/raspberry_pi ... pters.html
Trev.
That one from your example list is exactly mine, which makes the described trouble:
Image

P.S. I need a combo adapter, since I need to get a network connection and mouse+keyboard.
Speed is not an issue, it's only to initiate a VNC connection.

User avatar
FTrevorGowen
Forum Moderator
Forum Moderator
Posts: 5618
Joined: Mon Mar 04, 2013 6:12 pm
Location: Bristol, U.K.
Contact: Website

Re: USB to Internet Adapter not recognized

Sat Jun 08, 2019 9:59 pm

rin67630 wrote:
Sat Jun 08, 2019 9:12 pm
FTrevorGowen wrote:
Sat Jun 08, 2019 7:08 pm
+1 or one based on an ASIX chipset - eg. the Freegene one here: http://www.cpmspectrepi.uk/raspberry_pi ... pters.html
Trev.
That one from your example list is exactly mine, which makes the described trouble:
Image

P.S. I need a combo adapter, since I need to get a network connection and mouse+keyboard.
Speed is not an issue, it's only to initiate a VNC connection.
That's not the Freegene one - it's the black one to the right of the Smays device above the "ID's, Power & Drivers" table. (The photo's don't show both the USB ports)
Trev.
Still running Raspbian Jessie or Stretch on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B+, P3B, B+, and a A+) but Buster on the P4B's. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm

Ernst
Posts: 1334
Joined: Sat Feb 04, 2017 9:39 am
Location: Germany

Re: USB to Internet Adapter not recognized

Sun Jun 09, 2019 9:01 am

rin67630 wrote:
Sat Jun 08, 2019 4:36 pm
Dear Ernst,

you did not tell me to place the adapter on an amboss before flattening it with a hammer.
Nov my 2500$ Mac is ruined. :P

More seriously, which usb network+hub combi adapter would you recommend?
Dear rin67630,

My mistake, I should have left out the shouting, the hammer is the better option :D

I looked at the VID 0FE6 PID 9700 and used that to find more information, however this was a mistake as I will show in a later post.
What I suggest is that you take a permanent marker to write the word "FAKE" on the adapter together with the MAC address, you might be able to get the MAC address with the use of a power supply like this https://www.raspberrypi.org/products/ra ... er-supply/.
Please wait with your reply until I have been able to write my next post on this.

Update: I wanted to post details about my findings with a similar fake hub/ethernet adapter but doing some research I found a thread that will give you all the information: viewtopic.php?t=225509

If you want to do some research yourself then you could use the following criteria "fake usb hub ethernet" , "dm9601 fake", "0fe6:9700", "1a40:0101", "00:e0:4c:53:44:58".
The road to insanity is paved with static ip addresses

User avatar
rin67630
Posts: 1017
Joined: Fri Mar 04, 2016 10:15 am

Re: USB to Internet Adapter not recognized

Sun Jun 09, 2019 10:18 am

Let me supply additional information:

The network adapter works well and is reported on a Windows10 tablet as follows:
Manufacturer: Corechip Semiconductor, Inc.
Description: USB to Ethernet Adapter
Driver version: 1.0.906.0
Physical address (MAC): 00-06-08-0D-03-04

I tested it on my Android phone and it worked perfectly, I got my mouse working and ethernet oob.

In both cases it was run from the OTG power, without external power supply.

On (several different) Raspi Zeroes with a good power supply the bootlog reports:
$dmesg | grep error
[ 1.883031] usb 1-1.2: device descriptor read/64, error -32
[ 2.103074] usb 1-1.2: device descriptor read/64, error -32
[ 2.423069] usb 1-1.2: device descriptor read/64, error -32
[ 2.643016] usb 1-1.2: device descriptor read/64, error -32
[ 3.863045] usb 1-1.2: device not accepting address 5, error -32
[ 4.403075] usb 1-1.2: device not accepting address 6, error -32

So it fails to be recognised right at the kernel stage.

Indeed the Raspbian bug is dicussed here:
https://github.com/raspberrypi/linux/issues/2734
and here:
viewtopic.php?f=28&t=225509

My device is that one discussed (the cheaper version without the network isolator, but the Raspberries dont have one anyway).
Is it a fake?, probably. Albeit it works at least well on other host types like Windows and Android.
The main problem is that you never will know if you get a fake or not, when you purchase one.

I am designing concepts that can be used reliably by others, so this kind of devices will be a no-go.

Anyhow I just planned to use it transitorily to have a way adapting VNC on the local WiFi environment without a connected screen.

I have seen, that one may provide network and VNC connection with an Android Network sharing over USB as well, so I just lost interest to follow it further.

User avatar
rpdom
Posts: 17172
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: USB to Internet Adapter not recognized

Sun Jun 09, 2019 11:34 am

rin67630 wrote:
Sun Jun 09, 2019 10:18 am
My device is that one discussed (the cheaper version without the network isolator, but the Raspberries dont have one anyway).
If by that you mean the isolating transformer that goes between the network chip and the socket, then all the "B" model Raspberrys do have them just they are built in to the socket instead of being a separate component.
Unreadable squiggle

User avatar
rin67630
Posts: 1017
Joined: Fri Mar 04, 2016 10:15 am

Re: USB to Internet Adapter not recognized

Sun Jun 09, 2019 9:37 pm

rpdom wrote:
Sun Jun 09, 2019 11:34 am
If by that you mean the isolating transformer that goes between the network chip and the socket, then all the "B" model Raspberrys do have them just they are built in to the socket instead of being a separate component.
Thank you for the info. One more thing that I learned today!

Return to “Raspberry Pi OS”