Internet in Linux via Mobile GPRS thru Bluetooth

Status
Not open for further replies.

gary4gar

GaurishSharma.com
go the terminal the type this code in it
Code:
wvdialconf


though which way r u connecting(cable or blue-tooth)??
 

Akshay

Cyborg Agent
Awesome thread... But my basic prb lies in my cell being detected in Ubuntu (provided in June 07 DIGIT issue).

I use N72 n connect it thru cable to my laptop. Now my prb. is dat Ubuntu doesnt show my cell connected newhr. How do I come to knw dat my cell is connected n I can proceed wit steps mentioned above?
 

mehulved

18 Till I Die............
Akshay use CLI man. You can easily know if it's connected or not.
Code:
hcitool con
will give you if it's connected or not
Code:
hcitool lq
will show the link quality
 

kaustav_geek

1337 |)00|) \m/
I use N72 n connect it thru cable to my laptop. Now my prb. is dat Ubuntu doesnt show my cell connected newhr. How do I come to knw dat my cell is connected n I can proceed wit steps mentioned above?

Mehul, why would he want hcitool for cable ?
 

mehulved

18 Till I Die............
Ha didn't notice that. This thread is for bluetooth so I took it as bluetooth, didn't read it carefully as I was in hurry. This should have gone into other sticky.
 
OP
Pathik

Pathik

Google Bot
^^ actually i had added a 2nd tut for internet in ubuntu thru data cable wen i got a new cell... see the 1st post...
 

kaustav_geek

1337 |)00|) \m/
Hmm.... Is it the process same for a dial-up(BSNL) connection via an inbuilt modem ? I don't have one, but a friend has one. I think the modem is automatically recognised so nothing special has to be done right ? He's having problems setting it up.
 

Akshay

Cyborg Agent
Thnx all but I m facing andr BASIC prb...

Whenevr I go to terminal n enter "su", it asks 4 passwrd. I had given passwrd as "123456" for my login but it doesnt wrk wit "su". So wht is d default passwrd?
 

gary4gar

GaurishSharma.com
Akshay said:
Thnx all but I m facing andr BASIC prb...

Whenevr I go to terminal n enter "su", it asks 4 passwrd. I had given passwrd as "123456" for my login but it doesnt wrk wit "su". So wht is d default passwrd?
in ubuntu to use root use "sudo" in front of every command that requires u to be in root instaed of "su"
 

anantkhaitan

Burning Bright
Today I was experimenting with my Dad's Ubuntu 7.04 system regarding Bluetooth Pairing .. But as usual the problem persisted and authentication failed..
So I tried the reverse method i.e. rather than pairing via PC I used my mobile to locate my computer and VOILA.. succeeded..
Paired up my mobile with PC and activated DUN..and posting from there
 

mehulved

18 Till I Die............
Akshay please move your queries to proper thread. It's getting confusing. Your queries certainly don't belong to this thread.
 

Akshay

Cyborg Agent
Hey thnx all for ur help. Finally got connected thru cable in Ubuntu...

@gary

It wrkd d way u mentioned...

@mehul

I read d 1st post n posted my query here... Jus saw d 2nd thread regarding Cable... But d 1st post in this thread helped me... Thnx 4 ur help too... Cant move d post though...

@pathik

Thnx for d wonderful tutorial.
 

kaustav_geek

1337 |)00|) \m/
anantkhaitan said:
Today I was experimenting with my Dad's Ubuntu 7.04 system regarding Bluetooth Pairing .. But as usual the problem persisted and authentication failed..
So I tried the reverse method i.e. rather than pairing via PC I used my mobile to locate my computer and VOILA.. succeeded..
Paired up my mobile with PC and activated DUN..and posting from there

Thats what I do with all the distros.... After reinstalling Sabayon, I couldn't get DUN to work....As usual, the pairing problem. So, I tried the reverse... They work ;)
 

great_manish

Journeyman
guys...help me out....im on ububtu 7.04...need to use my nokia 6630 as a gprs bluetooth modem.....

i have logged in as root....

i typed the following on terminal

....#hcitool cc <mac address>

but when i type

...#hcitool con

it shows no devices connected....how do i pair my laptop wid my phone.....a step by step guide wud be highly appreciated with details of all the files.
 

great_manish

Journeyman
@ anantkhaitan....followed the 1st post.....

post no 52:wen i search for devices on my cell phone.....my lappy shows up on the devices found list....on selecting it asks for a pin number.....i enter 1234 but it shows failed to connect.....nothing shows up on my computer screen.....how ever im able to transfer files from my lappy to mobile in linux....
 

praka123

left this forum longback
sticky may be enough.but a link from Ubuntu-India forum too:
*www.ubuntu-in.org/wiki/GPRS_Howto
 

anantkhaitan

Burning Bright
Eh! pairing up in Ubuntu is always a pain anyways you can try your luck.

1> Append this in /etc/bluetooth/hcid.conf in 'options' section :
Code:
autoinit yes;
dbus_pin_helper;

2> Create pin file via this :
Code:
$ sudo echo "1234" > /etc/bluetooth/pin

3> Restart Bluetooth device :
Code:
$ sudo /etc/init.d/bluetooth restart

Then try pairing by both means via PC or Mobile

praka123 said:
*www.ubuntu-in.org/wiki/GPRS_Howto

Its says pair up your mobile issuing following commands:
Code:
$ sudo hcitool cc your-phone-mac-address
$ sudo hcitool auth your-phone-mac-address
Well tried this gazillion times but never worked for me
 
Last edited:
Status
Not open for further replies.
Top Bottom