View Single Post
  #35 (permalink)  
Old 08-01-2008, 10:36 AM
calash's Avatar
calash
Guest
 
Posts: n/a
Mentioned: Post(s)
Tagged: Thread(s)
Re: Tether using Linux?

Quote:
Originally Posted by Fordwrench View Post
And if you still didnt get it...here is is again

HOW-TO: HTC 6800/Mogul/Titan as USB Modem in Ubuntu/Debian
sudo -s
apt-get install subversion
svn co hxxp://synce.svn.sourceforge.net/svnroot/synce/trunk/usb-rndis-lite
cd usb-rndis-lite/
make
./clean.sh
make install
vim /etc/network/interfaces
add:
auto rndis0
iface rndis0 inet dhcp
/etc/init.d/networking restart
Plug in the phone via USB. On the phone go to programs/applications and select "Internet Sharing"
PC Connection:USB
Network Connection: Phone as Modem
Click "Connect"


Fordwrench

remember to change the xx to tt in the svn line.....
For my setup, these instructions worked almost perfectly, save 2 changes.

1 - I had to put in DNS info by hand. I prefer OpenDNS so this is not an issue at all.

2 - After connecting the phone via USB and activating internet sharing I had to restart the networking service again. After doing this it got the IP from the phone and let me on the internet.

Thanks for posting the instructions
Reply With Quote