Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| mobile_phone_tethering [2012/02/16 20:43] – khYKUTctSHIUmukfvV 109.230.216.225 | mobile_phone_tethering [2012/02/18 13:42] (current) – brot | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Your post has moved the debate fworrad. Thanks for sharing! | + | ====== Bluetooth Handy als Modem nutzen ====== |
| + | ===== Konsolenschnipsel ===== | ||
| + | |||
| + | rfcomm connect rfcomm0 00: | ||
| + | |||
| + | bluetooth handy mit der MAC 00: | ||
| + | |||
| + | |||
| + | sudo wvdial | ||
| + | |||
| + | einwählen | ||
| + | |||
| + | ==== wvdial Konfiguration ==== | ||
| + | |||
| + | brotscheibe brot # cat /etc/wvdial.conf | ||
| + | [Dialer Defaults] | ||
| + | Init1 = ATZ | ||
| + | Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 | ||
| + | Init3 = AT+CGDCONT=1," | ||
| + | Modem Type = USB Modem | ||
| + | Baud = 460800 | ||
| + | New PPPD = yes | ||
| + | Modem = / | ||
| + | ISDN = 0 | ||
| + | Phone = *99***1# | ||
| + | Password = o2 | ||
| + | Username = o2 | ||