HOW-TO: HTC 6800/Mogul/Titan as USB Modem in Ubuntu
Posted by Quinn Madson | Posted in | Posted on 9:36 AM
1
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
rebootPlug 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.
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?