BlackBerry Forums Support Community

BlackBerry Forums Support Community (http://www.blackberryforums.com/index.php)
-   Linux Users Corner (http://www.blackberryforums.com/forumdisplay.php?f=83)
-   -   Bold 900 ubuntu 10.04 barry ok, dialing but wrong number #777 (http://www.blackberryforums.com/showthread.php?t=225881)

Octarius 05-05-2010 04:53 AM

Bold 900 ubuntu 10.04 barry ok, dialing but wrong number #777
 
Hi there!
First i'm happy to find a linux user place. Actually, i dont understand why it doesnt wanna work.

Everything is ok but when my blackberry is dialing the phone says this number is not in use.

So i d o like to know two things :
First, what is the right number?
And where can i change it?

my provider is Bougues telecom (France)

Thanks for helping

Octarius

wcr3d 05-05-2010 05:20 AM

Quote:

Originally Posted by Octarius (Post 1603093)
Hi there!
First i'm happy to find a linux user place. Actually, i dont understand why it doesnt wanna work.

Everything is ok but when my blackberry is dialing the phone says this number is not in use.

So i d o like to know two things :
First, what is the right number?
And where can i change it?

my provider is Bougues telecom (France)

Thanks for helping

Octarius

When you say "My blackberry is dialing the phone", what number are you are you trying to dial? If I misunderstood, could you please elaborate?

Octarius 05-05-2010 05:37 AM

Hi,
Thanks for your answer!
Well, i m trying to have a modem mode with barry. So i m not dialing anything but the phone is dialing #777 when i do the command :
sudo pppd call bb

Actually i'm following the topic ''Use your blackberry as modem with just Barry - 09-16-2008, 11:59 PM''
Everything goes fine but this and i cant find anything on the Internet about it

/etc/chatscripts/barry-sprint.chat report :
ABORT ERROR
'' AT&F
OK ATZ
OK ATI
OK ATDT#777
CONNECT

wcr3d 05-05-2010 05:45 AM

Here is a sticky that may help.
http://www.blackberryforums.com/linu...-bb-linux.html

Octarius 05-05-2010 06:35 AM

sorry, that doesnt really helps me.
I dont understand why it doesnt work

Iare Tosevite 05-05-2010 01:50 PM

I made that guide a while ago, but unfortuately haven't used it in 10.4 ubuntu yet.

I'm not sure why it doesn't work now. Maybe the info website I linked to have info for 10.4 now.

Iare Tosevite 05-05-2010 01:56 PM

I re-read that thread and this seems similiar to..

http://www.blackberryforums.com/linu...ml#post1168638

Maybe you have same issue?

Octarius 05-07-2010 05:19 AM

Hi,
Thanks for your help Iare and wcr3d, actually it helps me a lot. Now i have edited my .chat folder to this :
#
# Some of these options found documented at:
#
#
# Others are based on the peer file in XmBlackBerry
#
# Please send all working peer files to, so we can
# build a library of peer files for different carriers.
#
ABORT ERROR
'' AT&F
OK ATZ
OK ATI
OK AT+CGDCONT=1,"IP","ebouygtel.com"
OK ATDT*99#
CONNECT

my bb file is :


# Some of these options found documented at:
#
#
# Others are based on the peer file in XmBlackBerry
#
# Please send all working peer files toxxxx so we can
# build a library of peer files for different carriers.
#

connect "/usr/sbin/chat -f /etc/chatscripts/barry-sprint.chat"

#
# authentication options - no need for ISP to authenticate to us, but
# we may need a login here: user/password/name
#
noauth
user guest
password guest
name wapuser

#
# handle the default route and DNS
#
#nodefaultroute
defaultroute
usepeerdns

#
# disable unsupported options
#
noipdefault
nodetach
novj
nodeflate
nobsdcomp
noaccomp
#default-asyncmap
nocrtscts
nopcomp
nomagic

passive

#nomultilink
ipcp-restart 7
ipcp-accept-local
ipcp-accept-remote
# need lcp-echo turned off, at least for tmobile, otherwise c0onnectin
# disconnects after few mn of inactivity.
# thanks to loon for this info
lcp-echo-interval 0
lcp-echo-failure 999


#
# limit size of packets
#
mtu 1492

#
# operate in debug mode
#
debug
#debug debug debug

#
# call pppob for the USB link
#
pty "/usr/sbin/pppob -P xxxxxxxx"


#
# unused options
#

#modem
## refused anyway, no point in trying every time
#novj

and i have this now :

sudo pppd call bb
Script /usr/sbin/chat -f /etc/chatscripts/barry-sprint.chat finished (pid 2093), status = 0x0
Serial connection established.
using channel 4
Using interface ppp1
Connect: ppp1 <--> /dev/pts/5
sent [LCP ConfReq id=0x1 <asyncmap 0x0>]
rcvd [LCP ConfReq id=0x0 <asyncmap 0x0> <auth pap>]
sent [LCP ConfAck id=0x0 <asyncmap 0x0> <auth pap>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0>]
sent [PAP AuthReq id=0x1 user="guest" password=<hidden>]
rcvd [PAP AuthAck id=0x1]
PAP authentication succeeded
sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
rcvd [IPCP ConfReq id=0x1 <addr 169.254.1.1>]
sent [IPCP ConfAck id=0x1 <addr 169.254.1.1>]
rcvd [IPCP ConfNak id=0x1 <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
rcvd [IPCP ConfNak id=0x2 <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x3 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
rcvd [IPCP ConfNak id=0x3 <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x4 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
rcvd [IPCP ConfNak id=0x4 <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x5 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
rcvd [IPCP ConfNak id=0x5 <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x6 <addr 0.0.0.0>]
rcvd [IPCP ConfNak id=0x6]
sent [IPCP ConfReq id=0x7 <addr 0.0.0.0>]
rcvd [IPCP ConfNak id=0x7]
sent [IPCP ConfReq id=0x8 <addr 0.0.0.0>]
rcvd [IPCP ConfNak id=0x8]
sent [IPCP ConfReq id=0x9 <addr 0.0.0.0>]
rcvd [IPCP ConfNak id=0x9]
sent [IPCP ConfReq id=0xa <addr 0.0.0.0>]
rcvd [IPCP ConfNak id=0xa]
sent [IPCP ConfReq id=0xb <addr 0.0.0.0>]
rcvd [IPCP ConfNak id=0xb]
sent [IPCP ConfReq id=0xc <addr 0.0.0.0>]
rcvd [IPCP ConfNak id=0xc]
sent [IPCP ConfReq id=0xd <addr 0.0.0.0>]
rcvd [IPCP ConfNak id=0xd]
sent [IPCP ConfReq id=0xe <addr 0.0.0.0>]
rcvd [IPCP ConfNak id=0xe]
sent [IPCP ConfReq id=0xf <addr 0.0.0.0>]
rcvd [IPCP ConfNak id=0xf]
sent [IPCP ConfReq id=0x10 <addr 0.0.0.0>]
rcvd [IPCP ConfNak id=0x10]
sent [IPCP ConfReq id=0x11 <addr 0.0.0.0>]
rcvd [IPCP ConfNak id=0x11]
sent [IPCP ConfReq id=0x12 <addr 0.0.0.0>]
rcvd [IPCP ConfNak id=0x12]
sent [IPCP ConfReq id=0x13 <addr 0.0.0.0>]
rcvd [IPCP ConfNak id=0x13]
sent [IPCP ConfReq id=0x14 <addr 0.0.0.0>]
rcvd [IPCP ConfNak id=0x14]
sent [IPCP ConfReq id=0x15 <addr 0.0.0.0>]
rcvd [IPCP ConfNak id=0x15]
sent [IPCP ConfReq id=0x16 <addr 0.0.0.0>]
rcvd [IPCP ConfNak id=0x16]
sent [IPCP ConfReq id=0x17 <addr 0.0.0.0>]
rcvd [IPCP ConfNak id=0x17]
sent [IPCP ConfReq id=0x18 <addr 0.0.0.0>]
rcvd [IPCP ConfNak id=0x18]
sent [IPCP ConfReq id=0x19 <addr 0.0.0.0>]
rcvd [IPCP ConfNak id=0x19]
sent [IPCP ConfReq id=0x1a <addr 0.0.0.0>]
rcvd [IPCP ConfNak id=0x1a]
sent [IPCP ConfReq id=0x1b <addr 0.0.0.0>]
rcvd [IPCP ConfNak id=0x1b]


i think some parameters are missing like dns or something. No? How can i specify this?

Thanks for you help

Octarius

Iare Tosevite 05-07-2010 01:13 PM

Network Manager don't seem to like other programs modifying DNS. There's a way to force it to work with barry.

I don't know how because I don't use network manager because I hate it. I use Wicd. I highly recommend you to use wicd.

Octarius 05-08-2010 05:49 AM

Hi,
Thanks for your answer Iare but i i dont understand the link between network manager and barry. I m not using network manager to connect with barry? Do you? How? With Wicd i have the same message.
Before this phone i had a htc trinity with WM. There was a option, share connection, and wicd or network manager just has to connect to the phone like wired modem. Easy and simple. I spent a lot of hours trying to understand this blackberry problem. I think if i cant succeed in thethering i ll sell this phone to buy a HTC phone.

Iare Tosevite 05-08-2010 02:58 PM

Oh there's no link, it's just that network manager always interferes with other program setting DNS.

I don't know how other guy resolved it. I always used wicd for a long while because it's much simplier.


All times are GMT -5. The time now is 09:33 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.