Hello, trying to make toy router with BeagleBone White Rev A6a, planning to use builtin cpsw0 ethernet together with Lenovo ThinkPad USB Ethernet adapter which when used on AMD64 shows as cdce0 ethernet device and so far I've not seen any issue on AMD64 with it. The problem with BBW is that it is completely ignored by the kernel. I've seen that cdce should also be available on armv7, at least if I interpet GENERIC well:
https://github.com/openbsd/src/blob/master/sys/arch/armv7/conf/GENERIC Now I'm curious is USB slot on BBW supported at all? Or is it working and my board is just dead or USB port is dead? For test now, I've attempted to plug prolific serial-to-usb adapter into it and also logitech wireless mouse (its usb radio adapter) and so far I don't see any message shown in dmesg... Is it a time to trash that or is there any trick how to make this USB working? Thanks! Karel