Quote:
Originally Posted by dubaaron
Code:
aaron@teeny:~$ sudo ifconfig usb0
usb0 Link encap:Ethernet HWaddr ee:49:00:00:00:00
inet6 addr: fe80::ec49:ff:fe00:0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:2520 (2.5 KB)
I suspect it's an issue to be resolved on my computer, as opposed to the kindle. Like my usb networking interface just doesn't have ipv4 turned on properly.
|
oops, duh!

answered my question.
Just had to
Code:
sudo ifconfig usb0 192.168.2.1
and all is good.