View Single Post
  #10 (permalink)  
Old 07-16-2008, 12:29 AM
Fordwrench's Avatar
Fordwrench
Lurker
Offline
Location: Splendora, Tx
 
Join Date: Jul 2008
Posts: 2
Reputation: 15
Fordwrench is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Tether using Linux?

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.....
Reply With Quote
This post has been thanked 3 times.