On reboot, ifconfig shows only usb0, but when I then connect the tablet and rerun ifconfig then both usb0 and usb1 appear. On a whim, since ifconfig was showing an ipv6 address for usb1, I disabled ipv6 for both usb0 and usb1 by doing "sudo sysctl -w net.ipv6.conf.usb0.disable_ipv6=1" and then the same command for usb1. It made the ipv6 address disappear but ssh still hangs.
Also, the status button in KUAL outputs only one line:
Code:
N * USBNetwork: enabled (usbnet, sshd up) *
I tried enabling verbose mode and still only that line shows up.