UE200 Linux Driver
Hello,
I am trying to make the UE200 run under linux 5.15.0-41. When I plug the device the kernel driver is loaded and the device is working but I suspect that it is working in 10 mbit mode. The transfer rate is very slow.
Here is the dmesg output:
[ 1757.427982] cdc_ether 3-2:2.0 enxd03745cfd497: unregister 'cdc_ether' usb-0000:00:14.0-2, CDC Ethernet Device
[ 1761.472058] usb 3-2: new high-speed USB device number 9 using xhci_hcd
[ 1761.620155] usb 3-2: New USB device found, idVendor=2357, idProduct=0602, bcdDevice=20.00
[ 1761.620163] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1761.620166] usb 3-2: Product: USB 10/100 LAN
[ 1761.620168] usb 3-2: Manufacturer: TP-LINK
[ 1761.620170] usb 3-2: SerialNumber: D03745CFD497
[ 1761.623114] cdc_ether 3-2:2.0 eth0: register 'cdc_ether' at usb-0000:00:14.0-2, CDC Ethernet Device, d0:37:45:cf:d4:97
[ 1761.654054] cdc_ether 3-2:2.0 enxd03745cfd497: renamed from eth0
The r8152 is not loaded. When I manually load it, r8152 can't see the device.
$ sudo modprobe r8152
[same output as above]
Also, in modinfo output, my device id is not present:
$ modinfo r8152
...
alias: usb:v2357p0601d*dc*dsc*dp*ic02isc0Dip00in*
alias: usb:v2357p0601d*dc*dsc*dp*ic02isc06ip00in*
alias: usb:v2357p0601d*dc*dsc*dp*icFFisc*ip*in*
...
Is the device 0602 supported by the driver?
Thanks.
Best regards,
Mert Turanli