Results 1 to 4 of 4
Hi,
I am trying to set up a GPRS connection with Bluetooth. I tried connecting to gprs with fedora 9 system and it got connected,whereas the same dint work for ...
- 08-21-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 16
GPRS through Bluetooth in Linux.
Hi,
I am trying to set up a GPRS connection with Bluetooth. I tried connecting to gprs with fedora 9 system and it got connected,whereas the same dint work for me in Moblin(which is a flavour of Linux) and running /var/log/messages shows
pppd:connection script failed
What could be the reason for this. Any help would be appreciated.
- 08-21-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Moblin is a new distribution, still undergoing development. It is currently under management by The Linux Foundation (Home | The Linux Foundation) where you might find help for this.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 08-24-2009 #3Just Joined!
- Join Date
- Jun 2009
- Posts
- 16
I am getting these messages while connecting to gprs in fedora,but whereas in moblin it is not able to take the options from the ppd script. The output is as follows in moblin:[root@localhost ~]# sudo tail /var/log/messages
Aug 24 16:24:18 localhost chat[27995]: -- got it
Aug 24 16:24:18 localhost chat[27995]: send (AT+CGDCONT=1,"IP","Vodafone live"^M)
Aug 24 16:24:18 localhost chat[27995]: expect (OK)
Aug 24 16:24:18 localhost chat[27995]: ^M
Aug 24 16:24:18 localhost chat[27995]: AT+CGDCONT=1,"IP","Vodafone live"^M^M
Aug 24 16:24:18 localhost chat[27995]: OK
Aug 24 16:24:18 localhost chat[27995]: -- got it
Aug 24 16:24:18 localhost chat[27995]: send (ATD*99#^M)
Aug 24 16:24:19 localhost chat[27995]: expect (CONNECT)
Aug 24 16:24:19 localhost chat[27995]: ^M
[root@localhost ~]# sudo tail /var/log/messages
Aug 24 16:24:21 localhost chat[27995]: CONNECT
Aug 24 16:24:21 localhost chat[27995]: -- got it
Aug 24 16:24:21 localhost chat[27995]: send (^M)
Aug 24 16:24:21 localhost pppd[27991]: Serial connection established.
Aug 24 16:24:21 localhost pppd[27991]: Using interface ppp0
Aug 24 16:24:21 localhost pppd[27991]: Connect: ppp0 <--> /dev/rfcomm0
Aug 24 16:24:23 localhost pppd[27991]: local IP address 10.16.81.77
Aug 24 16:24:23 localhost pppd[27991]: remote IP address 10.6.6.6
Aug 24 16:24:23 localhost pppd[27991]: primary DNS address 10.11.230.3
Aug 24 16:24:23 localhost pppd[27991]: secondary DNS address 10.11.230.2
pppd[]: pppd 2.4.4 started,UID=0
pppd[]:connection script failed
pppd[]:exit
- 08-25-2009 #4Just Joined!
- Join Date
- Jun 2009
- Posts
- 16
I some how got it working.But, in the var log messages, it is showing the DNS ip addresses(local and remote). But when I ping for Google, it shows that the host is down. Should some changes be done in the network settings or in the mobile?


Reply With Quote