Bluetooth headset support past and future

First, sorry for not posting about gbtsco and Ubuntu Hardy or answering your comments.

As some of you may know I wrote a software called gbtsco a while ago (feisty or gutsy) that was acting as a frontend to a binary (btsco) which connected to alsa’s snd-bt-sco to connect to a Bluetooth headset.

With Hardy, btsco is now officially deprecated upstream and alsa’s own implementation of it is to be preferred. To have my Logitech headset to work with Ubuntu, all I had to do was to create a .asoundrc file in my home directory with the following content :


pcm.bluetooth {
type bluetooth
device XX:XX:XX:XX:XX:XX
profile "headset"
}

Then put my headset into pairing mode and start a software (twinkle in my case) and select the Bluetooth soundcard in the settings. I hope that we’ll soon have a way to do that graphically (ideally through the gnome-bluetooth applet).

I won’t continue working on gbtsco as it doesn’t have much work to do now and I don’t myself have the time to make it work with .asoundrc. I do really hope to see an upstream effort in implementing that in gnome-bluetooth or any other easy to use configuration tool.

Posted in gbtsco, Planet Ubuntu | 5 Comments

Website updated, running on Drupal now

Hey,

It has now been a long time WordPress was my only website still running on MySQL. As my server only has 256MB of RAM and serves a whole lot of other services I thought it would help to move my website to Drupal and get rid of MySQL.

So, this is the first post on the new website running Drupal 6. I’m still trying to find a way to import the old posts other than doing it by hand. So if any of you has a good script to import WordPress 2.5’s posts into a Drupal 6.x DB please send me a mail or just post a comment 🙂

I also want to use this post to say a huge thank you to everyone involved in Hardy Heron’s testing for the great job you did. All testcases were done in less than two days, upgrade testing and Windows testing included.

Until we have our first set of images to test for Intrepid’s Alpha1 I’m working on improving iTalc’s packaging.
In case you don’t know it, iTalc is the new teacher/student classroom interface used by Edubuntu.
The version I’m working on can be found in our team’s PPA. It includes Avahi support to auto-generate classrooms, LTSP in-chroot installation and is based on the latest iTalc from upstream (1.0.8).

By the way, I’ll be at FOSSCamp in Prague on the 16th and 17th (of May) discussing various subjects from QA testing, Ubuntu’s brainstorm website and of course Edubuntu, LTSP and iTalc.

Posted in Planet Ubuntu | 8 Comments