Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Jun 2009
    Posts
    16

    Smile 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.

  2. #2
    Linux Guru Rubberman's Avatar
    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!

  3. #3
    Just Joined!
    Join Date
    Jun 2009
    Posts
    16
    [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
    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:

    pppd[]: pppd 2.4.4 started,UID=0
    pppd[]:connection script failed
    pppd[]:exit

  4. #4
    Just 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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...