Benutzer-Werkzeuge

Webseiten-Werkzeuge


interneteinwahl_via_nokia_6300_und_bluetooth

Interneteinwahl via Nokia 6300 und Bluetooth

  • Abhängigkeiten: gnome-bluetooth
  • Koppeln via grafischer Oberfläche: Internet → Datenaustausch → Bluetooth-Verwaltung
    • rechts unten neben Uhr erscheint ein Bluetooth Symbol
    • Am Handy: Menü → Einstellungen → Verbindungen → Bluetooth →
      • Aktivieren
      • Sichtbar für alle
      • Gekoppelte Geräte → Optionen → Neues Gerät koppeln (für das 1. Mal notwendig)
  • MAC Adresse des Handys auslesen:
hcitool scan
  • Channel auslesen:
sdptool browser 00:1E:A3:33:F9:45
  • Verbindung zu Modem:
rfcomm bind 0 00:1E:A3:33:F9:45 1
  • oder über /etc/bluetooth/rfcomm.conf
rfcomm0 {
# Automatisches Anlegen beim Startup
bind yes;
# Mac-Adresse des Telefons
device 00:1E:A3:33:F9:45;
# Der oben ermittelte Bluetooth-Kanal
channel    1;
# Beschreibung für die Verbindung (nicht unbedingt notwendig)
comment “MeinTelefon”;
}
la /dev/rfcomm0
  • /etc/wvdial.conf
[Modem0]
Modem = /dev/rfcomm0
Baud = 230400
SetVolume = 0
DialCommand = ATDT
FlowControl = Hardware(CRTSCTS)

[Modem1]
Modem = /dev/ttyACM0
Baud = 230400
SetVolume = 0
DialCommand = ATDT
FlowControl = Hardware(CRTSCTS)

[Dialer GPRS]
Username = 1
Password = 1
Phone = *99#
Mode = 1
Inherits = Modem0

[Dialer DATA]
Username = <>
Password = <>
Phone = *99#
Mode = 1
Inherits = Modem1

[Dialer Defaults]
Modem = /dev/rfcomm0
Baud = 230400
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,"IP","t-mobile.at"
ISDN = 0
Modem Type = Analog Modem
Area Code =
Phone = *99#
Username = t-mobile
Password = tm
Ask Password = 0
Dial Command = ATDT
Stupid Mode = 1
Compuserve = 0
Force Address =
Idle Seconds = 3600
DialMessage1 =
DialMessage2 =
ISDN = 0
Auto DNS = 1 
wvdial
  • Eventuell DNS nachbearbeiten, oder
netconfig update -f
  • Enjoy!
interneteinwahl_via_nokia_6300_und_bluetooth.txt · Zuletzt geändert: 2010/07/11 11:38 (Externe Bearbeitung)