First pair your phone. There are many HOWTOS or just look at the source at the bottom. At this step you should get the bluetooth address for your phone, if not use
$ hcitool scan
Another way is to put the pin code into file pincodes in the directory /var/lib/bluetooth/<address of your bt adapter> The first entry of a line is the address of your bluetooth device, the second the pin code, eg: 00:1E:3B:10:7A:88 1234
Bind the phone. First you need to find out which channel the DUN (Dial Up Networking) uses. Usually it's channel 1. But ...
$ sdptool search dun
or to get all services ...
$ sdptool browse [bluetooth address]
Add the following to /etc/bluetooth/rfcomm.conf
rfcomm0 { # Automatically bind the device at startup bind yes;
# Bluetooth address of the device device 00:1E:3B:10:7A:88;
# RFCOMM channel for the connection channel 1;
# Description of the connection comment "Mobile Modem"; }
Replace the bluetooth ID after device with the mobile phone's bluetooth ID and check if the channel is the right one. If bind is set to yes, the mobile phone is bind when rfcomm starts. Of course, if there is another rfcomm0 section, use rfcomm1 and so on ...
Bind the phone (if bind is set to yes and the bluetooth service is active, the command will be run at startup) $ rfcomm bind rfcomm0
You can check it with $ rfcomm
Output is something like rfcomm0: 00:1E:3B:10:7A:88 channel 1 clean
Set up a modem connection
Now your are ready to start an internet connection via /dev/rfcomm0 The connection settings you should get from your mobile service.
Usually you need an init string something like at+cgdcont=1,"IP","internet"
Most mobile services accept for the username and password dummy values.
http://linux.frankenberger.at/Huawei_E220_Daten.html is a good place to look for connection settings.
Ref
I tried it with a Nokia 2630 and worked great.
Good source with details HOWTO : http://davesource.com/Solutions/20070520.T-Mobile-Nokia-E65-Ubuntu-Linux.html
If you are really paranoid, you also have to encrypt your swap. On an unclear system shutdown (blackout, ...) the password for the encrypt partition can be still on the swap partition.
Gentoo has a good documentation (cipher, more details, ...):
A Gericom ??? You ask me, if I'm sick ? Well, someone bought it and just for standing around it's too bad.
I installed Fedora 10 on an external hard drive and with my PC and another notebook (it's a maxdata) it works without any problems. Well, how to boot Fedora change from PC to PC. Some can read the MBR on the external hard drive and load GRUB, other need GRUB on the internal hard drive to boot from the external drive.
Back to Gericom: The BIOS have an option to boot from removable devices, but when I plug in my 1TB external drive, the BIOS hangs up. With smaller USB drives it works. BIOS update doesn't help.
So I searched for a boot manager, which is able to boot from usb. I found PLoP Boot Manager at http://www.plop.at/en/bootmanager.html, which does the job.
The next problem: Booting Fedora worked, X started, but suddenly no keyboard or mouse worked anymore. But the system was running. I know that because when I pressed the power off button, the shutdown dialog appeared. What the hell is going on ?
The make a long story short: After some tests, I figured out that the service irqbalance was the trouble maker. When the service is disabled, the system runs.
Start up with runlevel 2 (here is irqbalance disabled), run chkconfig --levels 345 irqbalance off to disable the service at the runlevels 3, 4 and 5.
I just installed Fedora 10 and wo. Everything worked at startup: X.org, sound, network. I didn't have to configure something.
Then I plugged in my Huawei E220 UMTS moden and opened the NetworkManager to enter my username and password.
I tried to connect. NetworkManager asked me for the PIN code. I entered the right one and clicked OK. Nothing happend except the logging in the syslog "Searching for network ...". After some minutes the NetworkManager give up.
Rebooted, enter PIN code in the config dialog. Same problem. Rebooted, maybe currently no network, so I tried it with Ubuntu, no problems.
Why does the thing not work with Fedora ? With Ubuntu there is no problem.
After some time I disabled the PIN code and it worked.
NetworkManager is also unable to handle a SIM card with a PIN code correctly.
My tip: Disabling the f*cking PIN code helps to aviod some troubles ...