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
  #1 (permalink)  
Old 09-26-2008, 08:48 PM
MrObvious's Avatar
I see you have a PPC.
Offline
Pocket PC: Droid
Carrier: Borged Alltel
Location: Hutchinson, KS
 
Join Date: Nov 2007
Posts: 4,603
Reputation: 3000
MrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: USB Tethering under linux

I used this when I ran Ubuntu. It works great.
__________________
Disclaimer: The truth is obvious.
Reply With Quote
  #2 (permalink)  
Old 09-27-2008, 10:27 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

Nothing for Fedora or SuSe?
__________________
Sprint: G1000, HTC-6600, 6800, TP2 now Optimus S with Stock Android 2.2.2.
Reply With Quote
  #3 (permalink)  
Old 09-27-2008, 02:17 PM
MrObvious's Avatar
I see you have a PPC.
Offline
Pocket PC: Droid
Carrier: Borged Alltel
Location: Hutchinson, KS
 
Join Date: Nov 2007
Posts: 4,603
Reputation: 3000
MrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: USB Tethering under linux

This should work on both.
Reply With Quote
  #4 (permalink)  
Old 09-27-2008, 04:15 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

WOW. I'm going to try that first suggestion later. I have had SO MUCH TROUBLE with tethering on my Linux laptop. Bluetooth doesn't work and often crashes the laptop. So I went to WMWifiRouter, which is great for everyone that uses Windows... but my wireless drivers have trouble with Ad-Hoc. Eventually wrote a script to 'fix' this by switching to ad-hoc mode in a different driver... among other things.
Reply With Quote
  #5 (permalink)  
Old 10-01-2008, 08:38 PM
chainfire's Avatar
Elite Team Member
Offline
Pocket PC: Giorgio Armani 2 ftw
Carrier: T-Mobile NL
Location: Netherlands
 
Join Date: Feb 2008
Posts: 42
Reputation: 50
chainfire is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: USB Tethering under linux

Care to share that script?
__________________
VEGETABLE RIGHTS AND PEACE !!

Just because I release most of my stuff on XDA, and only a little of it on PPCGeeks and MoDaCo, that doesn't mean I don't love you all.
Reply With Quote
  #6 (permalink)  
Old 10-04-2008, 12:44 AM
thenuge's Avatar
Lurker
Offline
Pocket PC: Moment
Carrier: Sprint
 
Join Date: Apr 2008
Posts: 7
Reputation: 0
thenuge is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: USB Tethering under linux

if you just need to sync your contacts with evolution, try this

http://cristiantm.wordpress.com/2007...ut-activesync/

it uses a free online exchange server to sync both your phone and pc.
Reply With Quote
  #7 (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
  #8 (permalink)  
Old 10-14-2008, 02:08 PM
MrObvious's Avatar
I see you have a PPC.
Offline
Pocket PC: Droid
Carrier: Borged Alltel
Location: Hutchinson, KS
 
Join Date: Nov 2007
Posts: 4,603
Reputation: 3000
MrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIPMrObvious is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: USB Tethering under linux

Do you have the compiling tools installed john? I think it's sudo apt-get install automake and you should have what you want. But frankly you could get better help if you pop on IRC and get on Freenode channel #ubuntu and get help there.
Reply With Quote
  #9 (permalink)  
Old 10-15-2008, 05:48 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

EtherealRemnant:

You rock! Been banging my head into the wall trying to get ics working under Kubuntu. Settled on wmodem and was working until I swapped my apache to my titan. Maybe the rom I flashed or maybe the titan, but wmodem doesnt work and the usb-serial driver just returns "CLIENT" when trying to initialize the modem. For those of you that need to download this in Windows because you have no connectivity under linux, google "tortoiseSVN", a windows explorer addon that lets you use subversion under windows. Checked out the SVN, copied to my /home partition, and then did just like it says. I rebooted just to be safe, but added the modules and it just works.

John1234:

You need the developer tools installed. Should be at least make, gcc, libc6-dev, g++, libstdc-dev, and build-essentials (from a kubuntu install, but should be the same).

namopereht
Reply With Quote
  #10 (permalink)  
Old 10-15-2008, 06:42 PM
x10guy's Avatar
VIP Member
Offline
Pocket PC: Touch Pro 2
Carrier: Sprint
Location: S. Cal
 
Join Date: Jan 2008
Posts: 1,415
Reputation: 1095
x10guy is halfway to VIP status based on repx10guy is halfway to VIP status based on repx10guy is halfway to VIP status based on repx10guy is halfway to VIP status based on repx10guy is halfway to VIP status based on repx10guy is halfway to VIP status based on repx10guy is halfway to VIP status based on repx10guy is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: USB Tethering under linux

Anyone able to get tethering working using an Acer Aspire One Linux mini-notebook?

I believe it uses Linpus Lite Linux... there really isn't any guides to get it working on Linpus
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 11:28 PM.


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