GPRS Dialup mit der P.T.T.¶
Mit kppp und K750i über Bluetooth.
ggl@starlette ~ $ hcitool inq
Inquiring ...
11:11:11:11:11:11 clock offset: 0x2dbf class: 0x5a0204
22:22:22:22:22:22 clock offset: 0x7961 class: 0x520204
33:33:33:33:33:33 clock offset: 0x1070 class: 0x00010c
ggl@starlette ~ $ hcitool scan
Scanning ...
11:11:11:11:11:11 Nokia 6233
22:22:22:22:22:22 f£¡P
33:33:33:33:33:33 JRENES-SEPPLI
ggl@starlette ~ $ sdptool browse 22:22:22:22:22:22
Browsing 22:22:22:22:22:22 ...
Service Description: Sony Ericsson K750
Service RecHandle: 0x10000
Service Class ID List:
"PnP Information" (0x1200)
Service Name: Dial-up Networking
Service RecHandle: 0x10001
Service Class ID List:
"Dialup Networking" (0x1103)
"Generic Networking" (0x1201)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 1
Profile Descriptor List:
"Dialup Networking" (0x1103)
Version: 0x0100
Service Name: Serial Port
Service RecHandle: 0x10002
Service Class ID List:
"Serial Port" (0x1101)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 2
Service Name: HF Voice Gateway
Service RecHandle: 0x10003
Service Class ID List:
"Handfree Audio Gateway" (0x111f)
"Generic Audio" (0x1203)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 3
Profile Descriptor List:
"Handsfree" (0x111e)
Version: 0x0101
Service Name: HS Voice Gateway
Service RecHandle: 0x10004
Service Class ID List:
"Headset Audio Gateway" (0x1112)
"Generic Audio" (0x1203)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 4
Profile Descriptor List:
"Headset" (0x1108)
Version: 0x0100
Service Name: OBEX Object Push
Service RecHandle: 0x10005
Service Class ID List:
"OBEX Object Push" (0x1105)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 5
"OBEX" (0x0008)
Profile Descriptor List:
"OBEX Object Push" (0x1105)
Version: 0x0100
Service Name: OBEX File Transfer
Service RecHandle: 0x10006
Service Class ID List:
"OBEX File Transfer" (0x1106)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 6
"OBEX" (0x0008)
Profile Descriptor List:
"OBEX File Transfer" (0x1106)
Version: 0x0100
Service Name: OBEX SyncML Client
Service RecHandle: 0x10007
Service Class ID List:
UUID 128: 00000002-0000-1000-8000-0002ee000002
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 7
"OBEX" (0x0008)
Service Name: OBEX IrMC Sync Server
Service RecHandle: 0x10008
Service Class ID List:
"IrMC Sync" (0x1104)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 8
"OBEX" (0x0008)
Profile Descriptor List:
"IrMC Sync" (0x1104)
Version: 0x0100
Service Name: Mouse & Keyboard
Service Description: Remote Control
Service Provider: Sony Ericsson
Service RecHandle: 0x10009
Service Class ID List:
"Human Interface Device" (0x1124)
Protocol Descriptor List:
"L2CAP" (0x0100)
PSM: 17
"HIDP" (0x0011)
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Human Interface Device" (0x1124)
Version: 0x0100
ggl@starlette ~ $ cat /etc/bluetooth/rfcomm.conf
#
# RFCOMM configuration file.
#
rfcomm0 {
# # Automatically bind the device at startup
# bind no;
#
# Bluetooth address of the device
device 22:22:22:22:22:22;
# RFCOMM channel for the connection
channel 1;
# Description of the connection
comment "flip's SE K750i";
}
ggl@starlette ~ $ sudo rfcomm bind rfcomm0
ggl@starlette ~ $ sudo rfcomm
rfcomm0: 22:22:22:22:22:22 channel 1 clean
root@starlette ~ # cat peers/kppp-options
noauth
Dann im kppp:
- Dial
- Phone number:
*99***1# - Auth:
PAP/CHAP - Customise pppd Arguments:
debug nobsdcomp nodeflate novjccomp ipcp-accept-local ipcp-accept-remote show-password novj ipcp-restart 2 ipcp-max-configure 20 asyncmap 0xa0000 remotename gprs(wäre noch zu testen was da genau alles nötig ist)
- Phone number:
created: 2015-09-06, updated: 2015-10-10