View Single Post
Old 09-03-2007, 01:02 PM   #55
emanousakis
New Member
 
Join Date: Sep 2007
Model: 8700g
PIN: N/A
Carrier: T-Mobile
Posts: 1
Default stratos

Quote:
Originally Posted by alakon View Post
Unfortunately, the 8700 still doesn't appear to have the "dialup networking" stack even with the new 4.2... but with Pulse, it shows up.

I've spend all afternoon trying different variations of your script and the Mac script they have on the Pulse site.

Anyone get this thing working?

I've even got the gateway part setup.

:(
I also have a 8700g. The error message I get when I look in /var/log/messages is
Sep 3 13:45:07 dhcppc0 ifup-ppp: pppd started for T_mobile on /dev/rfcomm0 at 115200
Sep 3 13:45:08 dhcppc0 kernel: PPP generic driver version 2.4.2
Sep 3 13:45:08 dhcppc0 pppd[3518]: pppd 2.4.4 started by root, uid 0
Sep 3 13:45:28 dhcppc0 pppd[3518]: Failed to open /dev/rfcomm0: Host is down
Sep 3 13:45:28 dhcppc0 pppd[3518]: Exit.

It seems that it is attempting to communicate and after about 30 seconds
on the dialup modem gui there is: Activation error 7

I get the following responses to the corresponding commands

[root@dhcppc0 stratos]# hcitool scan
Scanning ...
00:1C:CC:35:8C:05 BlackBerry 8700
[root@dhcppc0 stratos]# sdptool browse 00:1C:CC:35:8C:05
Browsing 00:1C:CC:35:8C:05 ...
Service Name: AUDIO Gateway
Service RecHandle: 0x10000
Service Class ID List:
"Headset Audio Gateway" (0x1112)
"Generic Audio" (0x1203)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 1
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100

Service Name: Voice Gateway
Service RecHandle: 0x10001
Service Class ID List:
"Handfree Audio Gateway" (0x111f)
"Generic Audio" (0x1203)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 2
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Handsfree" (0x111e)
Version: 0x0101

Service Name: BlackBerry Desktop Service P:0x2413C362 R:0x03 V:0x20004
Service RecHandle: 0x10002
Service Class ID List:
UUID 128: 426c6163-6b42-2845-7279-44736b746f70
"Serial Port" (0x1101)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 3
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100

Service Name: BlackBerry Bypass Service P:0x2413C362 R:0x03 V:0x20003
Service RecHandle: 0x10003
Service Class ID List:
UUID 128: 426c6163-6b42-6405-7279-427970617373
"Serial Port" (0x1101)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 4
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100

I bound it to channel 4 as follows although I tried all the other channels with the
say error message
[root@dhcppc0 stratos]# rfcomm bind 00:1C:CC:35:8C:05 channel 4

I also check the existense of the device, namely
$ls /dev/rfcomm0
and I see the device highlighted.


The content of my wvdial.conf is
[Modem0]
Modem = /dev/rfcomm0
Baud = 115200
SetVolume = 0
Dial Command = ATDT
Init1 = ATZ
FlowControl = CRTSCTS
[Dialer T_mobile]
Phone = *99#
Init1 = ATZ
Init3 = at+cgdcont=1,"IP","wap.voicestream.com"
Inherits = Modem0


Has anyone been successful with the 8700g? I would appreciate
your help.

Stratos
Offline   Reply With Quote