![]() |
2010-06-03
, 18:59
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#2
|
[Dialer Defaults] Init = ATZ [btmodem] Modem=/dev/rfcomm0 Baud = 2880000 Init = ATZ [Dialer n900] Init2 = AT+CGDCONT=1,"IP","epc.tmobile.com" Init3 = AT+CREG=2 Phone = *99***1# Username = user Password = pass Inherits = btmodem
The Following User Says Thank You to jackburton For This Useful Post: | ||
![]() |
2010-06-04
, 08:22
|
Posts: 139 |
Thanked: 32 times |
Joined on May 2008
@ France
|
#3
|
![]() |
2010-06-04
, 16:53
|
Posts: 72 |
Thanked: 58 times |
Joined on Feb 2008
|
#4
|
![]() |
2010-06-04
, 20:28
|
Posts: 5 |
Thanked: 1 time |
Joined on Mar 2010
|
#5
|
![]() |
2010-06-05
, 08:00
|
Posts: 72 |
Thanked: 58 times |
Joined on Feb 2008
|
#6
|
![]() |
2010-07-04
, 01:15
|
Posts: 248 |
Thanked: 191 times |
Joined on May 2010
@ New Zealand
|
#7
|
I have a computer running Ubuntu Lucid with no internet access, and I'd like to use my N900 to connect it to the internet.
I've worked through these pages:
http://wiki.maemo.org/Bluetooth_DUN
http://wiki.maemo.org/Debian-Tethering
...and I have it at the stage where I can cat < /dev/rfcomm0 and see a few random AT commands being sent for some reason.
Then I used pppconfig to try to set up a ppp link. The tool requires a username and password - what's that all about? I don't have a username and password to connect to the Internet on the N900. When I look in my 3G account I have an access point name of "three.co.uk", and blank username and password.
But in any case, I don't understand why this would be needed on the Ubuntu side. It should connect to the phone, and whatever internet access the phone has should be available to the computer. Right? If I switch from 3G to a wifi connection, it should just use that. All this "dial up networking" and AT command stuff seems rather... 80s.
Anyway, I've gone through the configuration and entered blank usernames and passwords. And when I ifup ppp0 it just does nothing. So what am I supposed to do? How do I debug this? Any suggestions? I'm really confused by this.