USB Ethernet adapter with RaspberryPi Zero W cannot be configured

Hello, I can not connect ethernet adapter to RaspberryPi Zero W over USB. I have tried two different adapters that both work well in raspbian. Is there any catch or OSMC does not support external Ethernet adapters? Can someone try please?

Hi,

Are you trying to configure via MyOSMC or the Commandline?

If you are happy using the command line, with on eof the dongles connected; whats the output of:

lsusb -v (May not be installed, can’t remember; if not issue sudo apt-get install lsusb sudo apt-get install -y usbutils)

and

ip a

Thanks Tom.

edit lsusb is provided by the usbutils packaged, I’ve correct the install command.