View Single Post
Old 02-15-2011, 05:21 PM   #174
dubaaron
Member
dubaaron began at the beginning.
 
dubaaron's Avatar
 
Posts: 13
Karma: 10
Join Date: Feb 2011
Location: Albuquerque, NM
Device: Kindle 3G
Quote:
Originally Posted by dubaaron View Post
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.

dubaaron is offline   Reply With Quote