Much have already been written about the recently announced partnership between Nokia and Microsoft. A clear win for Microsoft, for Nokia it is a gamble beyond recklessness.
WoST En
Saturday, February 12, 2011
Nokia's disruption
Much have already been written about the recently announced partnership between Nokia and Microsoft. A clear win for Microsoft, for Nokia it is a gamble beyond recklessness.
Thursday, August 5, 2010
MSI Wind Top AE2220 and Ubuntu Linux
Just purchased a MSI Wind Top AE2220M and intend to run Linux on it (Ubuntu 10.04 LTS). Can't find much useful experience on the combination available online - hopefully it is a good pair. If you are interesting in seeing how they get along, keep in touch, I will post my experiences in a few days.
Thursday, December 31, 2009
Exchange ActiveSync client for Android
Recently a friend of mine has been trying to use his Android phone to connect to his company Exchange server. Since HTC phones ship with support for Exchange, this seems like a trivial task to accomplish; reality regrettably has a few suprises up its sleeve. As It turned out, the built in exchange support did not work with the particular configuration of his companies e-mail server. Android market until recently offered a couple other options. The most promising was roadsync, but since payable apps are unavailable in Norway we were out of luck. Recently a new app surfaced on Android market; "Touchdown" is a comprehensive Exchange ActiveSync client, that was easy to set up, and offers good functionality. It is not free, but offers a way to buy it outside of the Android market. To all of you tied to an Exchange server and are living in the shadow of Android markets payable apps, Touchdown might be your saviour as well.
http://www.nitrodesk.com
Sunday, August 24, 2008
USB Modem (Nokia N95) with Acer Aspire ONE
I recently received my new Acer Aspire One 110l and must say i am increasingly falling in love with this machine. It's easy and usable out of the box, but I missed the ability to use it with my Nokia N95 as a HSDPA/3G/Edge/GPRS modem.
The main reason for the One's problem is that is missing the kernel module (cdc-acm) and an easy program to dial up. I will try to explain the steps necessary to make the N95 (and probably other devices) usable with the One. I hope the procedure and kernel module below is helpful. It certainly works flawless for me, and i hope it can help you as well. If you get it to work with other devices, please post a comment below.
Procedure
- Compile, or download the module cdc-acm.
I will not go through the procedure for compiling the module, but supply the module I have already compiled. This one should work as long as an update does not change the kernel version for the One. This is rather unlikely, and should it happen i will try to release an updated version shortly. Download cdc-acm
here (box.net) - Move the module to the right directory (/lib/modules/2.6.23.9lw/usb/class/):
Open a terminal:
Alt+F2 -> terminal ->enter
[user@localhost ~]$ su -
[user@localhost ~]# mkdir -p /lib/modules/2.6.23.9lw/usb/class
[user@localhost ~]# cp /path/to/downloaded/module /lib/modules/2.6.23.9lw/usb/class/
[user@localhost ~]# mknod /dev/ttyACM0 c 166 0
[user@localhost ~]# depmod -a
[user@localhost ~]# modprobe cdc-acm - The next step is to install an easy-to-use dialup application. I have chosen gnome-ppp for this job.
[user@localhost ~]$ su -
[user@localhost ~]# yum install gnome-ppp
Answer Y to any questions - Configure gnome-ppp:
- Start gnome-ppp Alt+F2 -> write "gnome-ppp" hit "Run" and enter your password.
- Username:
(providers username) - Password: (providers password)
- Phone number: *99#
- Push -> "Setup"
- Under the Tab: "Modem"
- Device: /dev/ttyACM0
- Type: USB Modem
- Speed: 460800
- Under the Tab "Networking"
- Check: Manual DNS (Automatic does not seem to work)
- DNS 1: 208.67.222.222 (OpenDNS)
- DNS2: 208.67.220.220 (OpenDNS)
- Under the Tab: "Options"
- Check "Dock in notification area"
- Push Close
Surf's up!