PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Titan
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #21 (permalink)  
Old 10-20-2008, 06:10 PM
birkopf's Avatar
Lurker
Offline
Pocket PC: HTC Touch (Elf)
 
Join Date: Oct 2008
Posts: 3
Reputation: 0
birkopf is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: USB Tethering under linux

Quote:
Originally Posted by EtherealRemnant View Post
sudo apt-get install subversion
svn co https://synce.svn.sourceforge.net/sv...usb-rndis-lite
cd usb-rndis-lite/
make
sudo ./clean.sh
sudo make install
Then just launch internet sharing on your phone, hit connect, then plug in the USB cable.
Hi,

I have just followed you instructions and nothing happens.

What exactly should I do after installing that SVN file? Should my Kubuntu recognise connected device? in internet sharing on my PDA if I hit Connect it wants to connect to GPRS.
Reply With Quote
  #22 (permalink)  
Old 10-20-2008, 10:03 PM
namopereht's Avatar
PPCGeeks Regular
Offline
Pocket PC: RAPH800 Touch Pro
Carrier: Sprint
Location: Somewhere in the lower 48
 
Join Date: May 2007
Posts: 103
Reputation: 20
namopereht is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: USB Tethering under linux

When you instal the SVN you need to make sure you run the ./clean.sh as root or sudo it. This will install the kernel drivers in the proper place. I rebooted afterwards just to make sure. Then open up PIE on your titan, let it connect and open up your home page, open up "internet sharing", click connect, and then plug your usb cable from your titan to your linux box. NetworkManager should automatically sense the rndis connection and set an ip (no clue how wicd or any other net manager works with it). Presto, internet sharing for linux. I am using it right now on my Kubuntu hardy laptop teathered through my titan. Hope this helps a bit more.

namopereht
Reply With Quote
  #23 (permalink)  
Old 10-21-2008, 06:17 PM
birkopf's Avatar
Lurker
Offline
Pocket PC: HTC Touch (Elf)
 
Join Date: Oct 2008
Posts: 3
Reputation: 0
birkopf is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: USB Tethering under linux

Quote:
Originally Posted by namopereht View Post
When you instal the SVN you need to make sure you run the ./clean.sh as root or sudo it. This will install the kernel drivers in the proper place. I rebooted afterwards just to make sure.
Me as well and until here I am OK.

Quote:
Originally Posted by namopereht View Post
Then open up PIE on your titan,
I have HTC Touch (or Elf, depends from naming system)
What is PIE ? Is it (Pocket) Internet Explorer ?

Quote:
Originally Posted by namopereht View Post
let it connect and open up your home page,
Sorry - I should let it connect to where?
(Internet? Via GPRS? )

If you have been previously writing about Internet Explorer - My Homepage which is offline is coming up, and that's pretty much it.

Quote:
Originally Posted by namopereht View Post
open up "internet sharing", click connect, and then plug your usb cable from your titan to your linux box.
I tried and it is connecting to my GPRS. In Internet sharing there are two boxes:

PC Connection:
->USB

NetworkConnection:
-> Internet GPRS
-> Internet MMS
-> Internet WAP

Even when I plug in cable - it is still connecting to GPRS.

And BTW: What is Linux Box? My laptop ?

Quote:
Originally Posted by namopereht View Post
Internet NetworkManager should automatically sense the rndis connection and set an ip (no clue how wicd or any other net manager works with it).
Something is happening because this G icon which is next to signal strength is changing to two arrows informing about some data connection, but nothing except that.
Reply With Quote
  #24 (permalink)  
Old 10-23-2008, 02:12 AM
AndrewZorn's Avatar
Lurker
Offline
Pocket PC: Touch Pro 2
Carrier: Sprint
 
Join Date: Oct 2007
Posts: 12
Reputation: 15
AndrewZorn is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: USB Tethering under linux

Quote:
Originally Posted by chainfire View Post
Care to share that script?
Sorry

I just upgraded to Ubuntu 8.10 Beta... after using the Broadcom STA driver, it seems that this version can actually deal with ad-hoc mode and automatically switch. Success rate is very low, though.

Here is what I had/have, turned it into an alias. Do "gedit .bashrc" and add this to your list of aliases:

To go INTO ad-hoc mode and connect to WMWifiRouter:
Code:
alias wmwifi='sudo ifconfig eth1 down;sudo /etc/dbus-1/event.d/25NetworkManager stop;sudo iwconfig eth1 mode ad-hoc essid "WMWifiRouter";sudo ifconfig eth1 up;sudo dhclient eth1'
To go back to normal/managed mode:
Code:
alias managed='sudo ifconfig eth1 down;sudo iwconfig eth1 mode managed;sudo ifconfig eth1 up;sudo /etc/dbus-1/event.d/25NetworkManager start;sudo iwlist eth1 scanning'
You'll probably have to change it around a bit. This is for the Broadcom drivers. eth1 is my wireless adapter.

Since 8.10, I get an error with stopping Network Manager; I don't know what the equivalent is here (I've been using 8.10 for literally 10mins). The reason I put that in to start with is because NetworkManager would sometimes try to interfere. You don't need it if you are supplying all the info to connect to WMWifiRouter.
Reply With Quote
  #25 (permalink)  
Old 11-22-2008, 12:53 PM
Scrufdog's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC EVO 3D
Carrier: Sprint
Location: Baltimore, MD
 
Join Date: Oct 2007
Posts: 153
Reputation: 140
Scrufdog is keeping up the good workScrufdog is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: USB Tethering under linux

followed the original directions on the first page and nothing happens with ubuntu 8.10. I just upgraded a couple days ago and decided to try this.

Any ideas?
__________________
HTC Sprint Touch Pro 2 - Energy ROM 10/20/10, Android

Reply With Quote
  #26 (permalink)  
Old 11-23-2008, 08:55 PM
AndrewZorn's Avatar
Lurker
Offline
Pocket PC: Touch Pro 2
Carrier: Sprint
 
Join Date: Oct 2007
Posts: 12
Reputation: 15
AndrewZorn is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: USB Tethering under linux

WMWifiRouter.

And with 8.10, it does ad-hoc out of the box and without the command line, so it's super easy cheesy.
Reply With Quote
  #27 (permalink)  
Old 11-23-2008, 11:13 PM
schettj's Avatar
morsus mihi
Offline
Pocket PC: iPhone 4
Carrier: AT&T
Location: Not from around these parts
 
Join Date: Oct 2006
Posts: 3,017
Reputation: 3616
schettj is still contributing even after becoming a VIPschettj is still contributing even after becoming a VIPschettj is still contributing even after becoming a VIPschettj is still contributing even after becoming a VIPschettj is still contributing even after becoming a VIPschettj is still contributing even after becoming a VIPschettj is still contributing even after becoming a VIPschettj is still contributing even after becoming a VIPschettj is still contributing even after becoming a VIPschettj is still contributing even after becoming a VIPschettj is still contributing even after becoming a VIP
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: USB Tethering under linux

dunno about 8.10 - likely not good anymore but something similar should work. 8.04 is rock solid (I'm posting this from a sub shop via a tethered mogul on my ubuntu 8.04 laptop)

For 8.10 looks like it should just work out of the box, you may have actually made it worse trying to follow this guide:

http://www.neowin.net/news/main/08/1...orks-very-well
__________________
Reply With Quote
  #28 (permalink)  
Old 12-06-2008, 12:25 AM
jerryyyyy's Avatar
Halfway to VIP Status
Offline
Pocket PC: Touch Pro 2
Carrier: Sprint
Location: Stanford, CA
 
Join Date: Jul 2007
Posts: 478
Reputation: 380
jerryyyyy is becoming a PPCGeeks regularjerryyyyy is becoming a PPCGeeks regularjerryyyyy is becoming a PPCGeeks regularjerryyyyy is becoming a PPCGeeks regular
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: USB Tethering under linux

Regarding these instructions, subversion comes installed in Fedora 10, but not usb-mdis-lite and nothing on yum....

sudo apt-get install subversion
svn co https://synce.svn.sourceforge.net/sv...usb-rndis-lite
__________________
Sprint: G1000, HTC-6600, 6800, TP2 now Optimus S with Stock Android 2.2.2.
Reply With Quote
  #29 (permalink)  
Old 01-05-2010, 01:42 PM
VizionForever's Avatar
N00b
Offline
Pocket PC: MoGuL
Carrier: cricket
 
Join Date: Jun 2008
Posts: 26
Reputation: 35
VizionForever is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: USB Tethering under linux

Quote:
Originally Posted by EtherealRemnant View Post
If you're running Ubuntu, its rather easy.

And its ridiculously fast to boot.

sudo apt-get install subversion
svn co https://synce.svn.sourceforge.net/sv...usb-rndis-lite
cd usb-rndis-lite/
make
sudo ./clean.sh
sudo make install

Then just launch internet sharing on your phone, hit connect, then plug in the USB cable.

My experience with linux is sucky...And I want to tether.

I have been playing around with a zoneminder live cd 1.23.3 running Mandriva 2007.0 system running Icewm, kde 3.5 desktop and development tools.

The goal of this post will result in adding mandriva 2007 Linux connectivity to the usb dun sticky in the titan forum, in a step by step manner for the linux noob (like me)

Please help in explaining the where why and how executing these commands in Mandriva 2007.0:

sudo apt-get install subversion
svn co https://synce.svn.sourceforge.net/sv...usb-rndis-lite
cd usb-rndis-lite/
make
sudo ./clean.sh
sudo make install

Then just launch internet sharing on your phone, hit connect, then plug in the USB cable.
Reply With Quote
  #30 (permalink)  
Old 01-06-2010, 07:03 AM
CnDm111's Avatar
PPCGeeks Regular
Offline
Pocket PC: touch pro, diamond, touch pro2, bb 9650
Carrier: sprint
 
Join Date: Nov 2009
Posts: 54
Reputation: 15
CnDm111 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: USB Tethering under linux

i bought wmwifirouter when i had the mogul. i mostly used it via usb it would get picked up as auto etho-1. i was running ubuntu at the time now i run mint with my tp2 and still works like a charm.
__________________
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Titan


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 04:36 AM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com