loading...

June 19, 2008

HOW-TO: HTC 6800/Mogul/Titan as USB Modem in Ubuntu

sudo -s
apt-get install subversion
svn co http://synce.svn.sourceforge.net/svnroo … rndis-lite
cd usb-rndis-lite/
make
./clean.sh
make install
vim /etc/network/interfaces

add:

auto rndis0
iface rndis0 inet dhcp

reboot

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”

Fire up a web browser, should be all set.

Posted in General Nerdery, LinuxTaggs:
1 Comment
  • thank you for the post. I found links to it on several other forums.. but it does not seem to work for me.. command
    "svn co http://synce.svn.sourceforge.net/svnroo … rndis-lite"
    returns saying that there is something wrong with the destination file… anyone had same problem? …or solution?

    3:52 am June 27, 2009

Comments are closed.