PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Titan (http://forum.ppcgeeks.com/forumdisplay.php?f=44)
-   -   USB Tethering under linux (http://forum.ppcgeeks.com/showthread.php?t=29134)

birkopf 10-20-2008 06:10 PM

Re: USB Tethering under linux
 
Quote:

Originally Posted by EtherealRemnant (Post 313139)
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.

namopereht 10-20-2008 10:03 PM

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

birkopf 10-21-2008 06:17 PM

Re: USB Tethering under linux
 
Quote:

Originally Posted by namopereht (Post 466706)
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 (Post 466706)
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 (Post 466706)
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 (Post 466706)
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 (Post 466706)
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.

AndrewZorn 10-23-2008 02:12 AM

Re: USB Tethering under linux
 
Quote:

Originally Posted by chainfire (Post 442313)
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.

Scrufdog 11-22-2008 12:53 PM

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?

AndrewZorn 11-23-2008 08:55 PM

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.

schettj 11-23-2008 11:13 PM

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

jerryyyyy 12-06-2008 12:25 AM

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

VizionForever 01-05-2010 01:42 PM

Re: USB Tethering under linux
 
Quote:

Originally Posted by EtherealRemnant (Post 313139)
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.

CnDm111 01-06-2010 07:03 AM

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.


All times are GMT -4. The time now is 09:18 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0