Archive for February, 2011

Canonical makes certified components list public

// February 10th, 2011 // 3 Comments » // Free Software

Via LWN I came across the news that Canonical is making it’s list of certified hardware components open to the public and I think it’s really good news and there should probably be more noise about it. The list contains the names of popular hardware manufacturers and which hardware is certified. You can also browse by category.

This should help make decisions when buying new hardware somewhat easier for pretty much everyone. You can even build up your own machine now with all its components being certified with Ubuntu, that’s pretty nice. The database also contains vendor and device ID’s, so it’s quite possible that there may be tools in the future that will give you a report on your hardware and how much of it is certified, which could also be useful for resellers who need to check whether their hardware supports Ubuntu when a client requests it.

SociBook del.icio.us Digg Facebook Google Yahoo Buzz StumbleUpon

Debian 6.0 (squeeze) is here!

// February 6th, 2011 // 2 Comments » // Free Software

Debian 6.0 is now released! Freshly baked iso images are on the Debian cdimage server and there are torrents available as well. The whole effort is super-impressive. 693 ISO images that span 11 architectures have been generated and tested. There are over 29000 binary packages generated from nearly 15000 source packages. All this from a true distributed world-wide self-governed community project. That’s just spectacular and awesome. Well done Debian!

SociBook del.icio.us Digg Facebook Google Yahoo Buzz StumbleUpon

Custom Kernels on Debian

// February 3rd, 2011 // 9 Comments » // Free Software

I’ve been running Debian on my laptop for the last two months. Some people were quite surprised about that since I’m such an Ubuntu religious nut and all, but I’ve always liked Debian and running it again have made me realise yet again  just how awesome it is. I’ll probably install Ubuntu on it again for Unity. In my humble opinion Unity’s underlying technologies is better than what is used in Gnome Shell and it’s not available in Debian yet, but that’s a whole different blog post entirely.

An unnatural deep-seeded desire to run the latest and greatest

I haven’t bothered with custom kernels in a long time. I think the last time I ran a custom kernel on my own machine was in 2006. There was a time where I would just read kernel code and change random things just to see what would happen, I’m definitely not that brave anymore.

Today, while reading through the Ubuntu Alpha 2 release notes I noticed that it ships with kernel 2.6.38-rc2, and that it also contains the famous ‘200 line patch‘ that improves desktop performance on high loads. I wanted in on that, but the newest pre-built Debian kernels are on 2.6.37. I thought that I might as well see how much work it is to install a vanilla kernel these days, and as it turns out, it’s incredibly easy.

How it’s done

  1. Download a kernel tarball from kernel.org and put it in a new directory and extract
  2. Install the ‘kernel-package’ package
  3. If you’d like to make any modifications, do so and run ‘make-kpkg –initrd kernel_image’ (with sudo or fakeroot if you’re not root) in the root of the kernel source
  4. It will base the configuration on your running kernel and prompt for new features/drivers/etc. If you’re unsure or don’t care about a question, just press enter.
  5. After the process is complete, you’ll have a brand new kernel package one directory up. All you need to do is install it using “dpkg -i”. It will create an initramfs image and add it all to GRUB for you in the postinst scripts.
  6. Reboot to run the new kernel.

That was surprisingly easy. The kernel booted the first time and wi-fi/sound/video/suspend/etc works 100%. Even better, I get a package that I can recycle on other computers if I want and when Debian releases a newer kernel, then I can simply update using my favourite package management front-end.

SociBook del.icio.us Digg Facebook Google Yahoo Buzz StumbleUpon

Bugs in Ubuntu Pre-releases

// February 3rd, 2011 // 1 Comment » // Free Software, Humour, Project Mayhem

Every time there’s an Ubuntu release or pre-release is tested, it is logged on the Ubuntu QA team ISO tracker.

Every time it draws some pictures that changes as images are rebuilt and as bugs are added and removed. Especially smiley faces.

Am I really the only one who notices it!?

PS: I bet when you read the title you expected something a bit more controversial :)

SociBook del.icio.us Digg Facebook Google Yahoo Buzz StumbleUpon