SiD3WiNDR Gears  Hacker Emblem  
Mobistar GPRS/UMTS on Linux via Bluetooth
Date: July 13th, 2008 by SiD3WiNDR
Categories: Computing, Interweb, Linux

This is on Ubuntu, should be the same for all others. You need bluez-utils already installed, and have your phone paired with the PC.

/etc/ppp/pap-secrets

*       mobistar

/etc/ppp/chat-gprs

” AT
OK ‘AT&F’
OK ‘ATV1E0S0=0&D2&C1’
#OK ‘AT+CMEE=1’
OK ‘AT+cgdcont=1,"IP","mworld.be"’
OK-AT-OK ATD*99***1#
CONNECT ""

/etc/peers/gprs

/dev/rfcomm0 115200
connect ‘/usr/sbin/chat -v -f /etc/ppp/chat-gprs’
noauth
defaultroute
debug
user mobistar 

/root/bin/umts.sh 

#!/bin/bash
rfcomm release 0 2>/dev/null
rfcomm bind 0 00:12:D1:6E:9D:47 1
pon gprs
plog -f
poff

Substitute 00:12:D1:6E:9D:47 with your phone’s mac address (see hcitool scan)

Now running "/root/bin/umts.sh" should do the trick!


Incoming Links (via Technorati):
Nothing Reported

Comments are closed.

Weblog Calendar
April 2024
M T W T F S S
« Aug    
1234567
891011121314
15161718192021
22232425262728
2930  
Sales
Pages
Archives
Categories
Links
Meta
© 2002-2024, SiD3WiNDR - Proudly powered by WordPress - XHTML Compliant - RSS (Entries) - RSS (Comments)