Connected Gentoo laptop to Vodafone UMTS

I have from Snow a Nokia N80ie, with UMTS capabilities. Now I wanted to be able to use UMTS on my Gentoo Laptop… After some puzzeling I got it working using bluetooth and wvdial.

First of all you need to make sure that you have the next support enabled in your kernel:

  • Bluetooth
  • PPP (in module or build in)

So first we need to configure bluetooth… so let’s edit /etc/bluetooth/rfcomm.conf :


rfcomm0 {

        bind yes;
        device 00:12:D1:89:FF:FF;
        channel 1;
        comment “Nokia N80ie”;
}


You need to update your device ID with your ID, more information can be found on the wiki of Gentoo.

And last but not least… use the next config for wvdial:


[Dialer Defaults]
Modem = /dev/rfcomm0
ISDN = off
Modem Type = Analog Modem
Baud = 460800
Init = ATX3
Init2 = AT&F Q0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = at+cgdcont=1,”IP”,”office.vodafone.nl”
Init4 =
Init5 =
Init6 =
Init7 =
Init8 =
Init9 =
Phone = *99***1#
Phone1 = *99***1#
Phone2 =
Phone3 =
Phone4 =
Dial Prefix =
Dial Attempts = 20
Dial Command = ATM1L3DT
Ask Password = off
Password = vodafone
Username = vodafone
Auto Reconnect = off
Abort on Busy = off
Carrier Check = on
Check Def Route = on
Abort on No Dialtone = on
Stupid Mode = on
Idle Seconds = 0
Auto DNS = on


VMWare on 64bit Gentoo

Currently I installed VMWare on a dual opteron system (with 4GB memory). At this moment I have installed the next virtual machines:Debian 4.0 r1RedHat Enterprise Linux 5Solaris 10Everything works fine and I use it to play with the different syste…

LPIC1 preperations

On the 1st of November I will do the LPIC-101 and LPIC-102 examsn during ‘Linux World’ in Utrecht. So currently I am reading/learning out of a very big book of O’Reilly. I am very curious and I hope that I pass the test in one time But I will ke…

Almost RHCE…

Previous week I had the RHCE Rapid Course… I passed the RHCT exam (100/100 points), but didn’t pass the RHCE exam (needed 70 points… had 67.9).So I requested to do the exam again asap… And I know what I did wrong, but I am not allowed to t…

A memory hole of 512MB

Recently I installed 4 time 1Gigabyte memory in my Dual Opteron at home… I started it up… and the BIOS showed the 4GB (so I was happy), after that Gentoo got booted.

After that Gentoo was booted… I missed 512MB of memory. First I thought it was a Linux problem, but it wasn’t. So I did a major upgrade of the BIOS… and hoped it works… but it didn’t. After some google searched, it seems to be a Tyan Thunder K8W problem.. but there are solutions… but didn’t figure it out yet :-(
 

New blogsoftware

So, I installed new blog software… the old one (BBLog) wasn’t maintained for a long period. To avoid to get into the hands of hackers… I decided to install a more  up-2-date blog tool, named Serendipity

UDP, TCP and now… SCTP

Recently I was reading an article about ‘Stream Control Transmission Protocol’. This procotol acts on the same layer as TCP/UDP (layer 4).I found this new protocol very interessting and are planning to implement this on my homenetwork and play ar…

32bit firefox plugins for a x86_64 machine

As you know, I have at home a dual opteron system. This machine is recently upgraded up to 4GB of RAM… so I decided to install a new Linux kernel (at that time it was the 2.6.22.5).After the upgrade, the nspluginwrapper didn’t work any more! A r…

I am still online ;)

Sorry for the long silence at my weblog In the meanwhile I had my 3 weeks leave. We went to my parrents cottage in a town near Zwolle (NL). We (my wife, the two kids and myself) really enjoyed it… but know it is back to the hard working life. At…

Tank is back in busines

Recently I wrote about the ‘new’ server tank. Since a few days the server is totally back in business, all services are running, as if the server was never down.During the rebuilding of the system, I also added a feature to Herakles to backup the …