Trying to use Linksys USB200M Ethernet adapter.
This is a USB device that connects to an Ethernet network.
dmesg reports the USB device insertion, ending with
usb.c: kusbd: /sbin/hotplug add 3
So, I would conclude that the hotplug subsystem "knows" the device is inserted.
lsusb reports:
Bus 001 Device 003: ID 077b:2226 Linksys USB200M 100baseTX Adapter
So, I would conclude that the USB subsytem "knows" this is an Ethernet adapter.
lsmod reports:
acm
usb_ohci_pxa27x
...
So, I would conclude that the module subsystem "knows" this is an Ethernet adapter.
However, ifconfig only shows "lo".
What do I need to do to get this Ethernet adapter to work?