☰
Current Page
Main Menu
Home
Home
Editing
BluetoothGprsModem
Edit
Preview
h1
h2
h3
Keybinding
default
vim
emacs
Markup
Markdown
Plain Text
Pod
RDoc
reStructuredText
AsciiDoc
BibTeX
Creole
MediaWiki
Org-mode
Textile
Help 1
Help 1
Help 1
Help 2
Help 3
Help 4
Help 5
Help 6
Help 7
Help 8
Autosaved text is available. Click the button to restore it.
Restore Text
--- title: BluetoothGprsModem --- # Bluetooth ## Config * /etc/bluetooth/rfcomm.conf rfcomm6 { # Automatically bind the device at startup bind yes; # Bluetooth address of the device device xx:xx:xx:xx:xx:xx; # RFCOMM channel for the connection channel 2; # Description of the connection comment "omenE65-dun"; } ## Pairing * Start Bluetooth * Applet is necessary if not running GNOME $ sudo /etc/init.d/bluetooth start $ /usr/bin/bluetooth-applet * Initiate connection from phone * Enter pins on phone and in bluetooth-applet popup # PPP * /etc/ppp/e65-tmobile-chat ABORT BUSY ABORT 'NO CARRIER' ABORT ERROR REPORT CONNECT TIMEOUT 120 "" "AT&F" OK "ATE1" OK 'AT+CGDCONT=1,"IP","general.t-mobile.uk"' SAY "Calling T-Mobile 3G" TIMEOUT 60 OK "ATD*99***1#" CONNECT c * /etc/ppp/peers/e65-tmobile /dev/rfcomm6 460800 idle 7200 lock crtscts modem noauth replacedefaultroute defaultroute user any password any connect "/usr/sbin/chat -V -f /etc/ppp/e65-tmobile-chat" noipdefault #usepeerdns novj dump # Networking * /etc/network/interfaces iface e65-tmobile inet ppp provider e65-tmobile # Init # /etc/init.d/bluetooth start # ifup e65-tmobile # Bugs * Have to copy resolv.conf manually # cp /etc/ppp/resolv.conf /etc/resolv.conf <!-- vim: filetype=markdown -->
Uploading file...
Sidebar
# SideBar * [Home][1] * [Projects][2] * * * <!-- --> * [Code][3] * [Tech][4] * [Network][5] * [MediaCentre][6] * [UAV][7] * * * <!-- --> * [Travel][8] * [Music][9] * [Horse Riding][10] * [Study][11] * [Games][12] * [Other Activities][13] * * * <!-- --> * [Car][14] * [House][15] * [Watch][16] * [Clothing][17] * [Miscellany][18] * * * [1]: /Home [2]: /Projects [3]: /Code/Code [4]: /Tech/Tech [5]: /Network/Network [6]: /MediaCentre/MediaCentre [7]: /UAV/UAV [8]: /Travel/Travel [9]: /Music/Music [10]: /HorseRiding/HorseRiding [11]: /Study/Study [12]: /Games/Games [13]: /Do/Do [14]: /Car/Car [15]: /House/House [16]: /Watch/Watch [17]: /Clothing/Clothing [18]: /Miscellany/Miscellany <!-- vim: filetype=markdown -->
Edit message:
Cancel