maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   OS2008 / Maemo 4 / Chinook - Diablo (https://talk.maemo.org/forumdisplay.php?f=29)
-   -   HSDPA phone with BT works perfect.. but what about in linux (https://talk.maemo.org/showthread.php?t=18015)

pure 2008-03-17 16:42

HSDPA phone with BT works perfect.. but what about in linux
 
I have a nokia E51 phone and it is really simple to hook up my n800 with 2008os to connect to the internet using bluetooth and surfing with HSDPA.

So my question is: Since this the OS is linux is it then possible to do the same with a laptop with bluetooth. A lot of tutorials show some DUN stuff with AT commands but there isnt any phone numbers involved as far as i know?

I have flatrate HSDPA so i really want to be able to hook up my Dell X1 to it to do some serious surfing.

sachin007 2008-03-17 17:02

Re: HSDPA phone with BT works perfect.. but what about in linux
 
If your laptop has in built bluetooth you can do it. It is the same like where you use the usb cable to connect the E51 to use the internet .... the only difference being that it is done via bluetooth instead of usb.

There is a software called bluesoliel which i used many years ago. try to google and download it. May be that helps

BatPenguin 2008-03-17 17:37

Re: HSDPA phone with BT works perfect.. but what about in linux
 
At least for Ubuntu, the Ubuntu forums (http://ubuntuforums.org/) have some sort of an how-to as well, I believe. Look it up there, it will probably be helpful even if you use some other distro. I set this up last summer for my E70 and laptop (Feisty) and it worked great. I just did it by surfing the forums. Involved some conf file tinkering but wasn't too bad.

The "phone number" called for a data connection is actually something like #9* or something like that, I think it might vary by provider.

m_stolle 2008-03-17 19:55

Re: HSDPA phone with BT works perfect.. but what about in linux
 
The phone number is *99# and uses the "default data profile" on your phone. Otherwise, try *99***1# to select a specific profile (replace "1" with desired number).

Martin

pure 2008-03-17 20:57

Re: HSDPA phone with BT works perfect.. but what about in linux
 
is it possible to view the result of the connection in some log file.. what i see now on the phone is that the bluetooth symbol changes to connected mode for a while and the connection symbol changes from 3G to 3.5G and shows as if it is trying to connect and after that the bluetooth connection is shutdown.

pure 2008-03-17 21:00

Re: HSDPA phone with BT works perfect.. but what about in linux
 
i am using this tutorial
http://www.bi03.co.uk/home/blog.php?id=18
is there stuff that is operator specific or phone specific?
Since the n800 connected without any problems the connection settings should be kind of generic? is it possible to find the chatscripts or peers config file in the n800 somewhere?

pure 2008-03-17 21:42

Re: HSDPA phone with BT works perfect.. but what about in linux
 
It works now.. this is over hsdpa with the laptop .. thanks for the help

I started with

$sudo pon mobile debug

and then looked in /var/log/messages

The number 1 in OK ATD*99***1# worked but i got disconnected all the time.. but when i changed the name in this line
OK AT+CGDCONT=1,"IP","online.telia.se"
from .com to .se it started to work. And that name is the name of the access point that is defined inside the phone.



/etc/bluetooth/rfcomm.conf
Code:

rfcomm0 {
        # Automatically bind the device at startup
        bind yes;

        # Bluetooth address of the device
        device <insert your address here>;

        # RFCOMM channel for the connection
        channel        <insert DUN profile channel here>;

        # Description of the connection
        comment "E51 Bluetooth device";
}

/etc/chatscripts/mobile
Code:

ABORT VOICE
ABORT BUSY
ABORT "NO CARRIER"
ABORT "NO DIALTONE"
ABORT "NO DIAL TONE"
TIMEOUT 120
"" ATZ
OK ATV1E0
OK AT+CGDCONT=1,"IP","online.telia.se"
OK ATD*99***1#
CONNECT \c


/etc/ppp/peers/mobile
Code:

noauth

connect "/usr/sbin/chat -v -f /etc/chatscripts/mobile"

debug

/dev/rfcomm0 460800

defaultroute

usepeerdns

lcp-echo-failure 0



mobile isp: Telia
Laptop: Dell X1
Phone: Nokia E51

JonnyBruha 2008-03-19 07:17

Re: HSDPA phone with BT works perfect.. but what about in linux
 
Have you tried Joiku Spot on your E51? The basic idea is that it turns your HSDPA connection into a wireless access point that's usable by any wireless devices.
http://www.joikuspot.com/aboutJoikuSpot.php

pure 2008-03-19 09:05

Re: HSDPA phone with BT works perfect.. but what about in linux
 
I have not tried that but thanks for the tips

I found it easier to get HSDPA over BT to my phone easier to configure then a WPA wireless network in Ubuntu.

Benson 2008-03-19 14:08

Re: HSDPA phone with BT works perfect.. but what about in linux
 
BT typically uses less power than WiFi on both devices, anyway.


All times are GMT. The time now is 18:40.

vBulletin® Version 3.8.8