I was fast reading all the info that you gave me, and reading the "Fix", i was wondering me, how can i log in ssh if i can't enable usbnet?
for me, the way of "login at ssh" was to:
;debugOn
`usbNetwork
;debugOff
and then in the computer do:
ifconfig usb0 192.168.2.1
ping 192.168.2.2
ssh 192.168.2.2
mntroot rw
</code>
Am I missing something? sure i do >.<
|