A Django site.
March 31, 2008

Kevin Kubasik
nonic
For Once I Oneder
» Sound problems in Ubuntu Hardy

So if your like me, you’ve been suffering through some painful sound problems in Ubuntu Hardy, apparently its a known kernel issue, so just sit tight. However, if your like me (or 90% of nerds) then you need some sort of music to code. A little digging revealed that I did not in fact have any of the alsa kernel modules installed for my current kernel. apt-get left me high and dry (also without an nvidia driver yet, but that’s an easy fix).

The simple remedy is to just build the alsa modules yourself, a pretty painless task. The problem is, if you want to have any hope of keeping your install halfway clean, then you need to get those files tracked by dpkg so we avoid conflicts when the modules are fixed. There’s a simple solution:

sudo apt-get install module-assistant
sudo m-a update
sudo m-a prepare
sudo m-a a-i alsa

This utilizes the handy module-assistant package to automatically build alsa for you. :) Reboot and enjoy!

January 30, 2008

Stephen Shaw
no nic
Decriptor's Blog
» Fixing my Macbook pro’s Sound

I’m running OpenSUSE 10.3 on my macbook pro that I picked up last semester. I had some problems getting my audio working for one reason or another, but finally got it. The easiest way I found was to grab the next release of alsa. By default opensuse 10.3 ships with version 1.0.14. Updating it to alsa 1.0.15 did the trick.

No guarantee that this will work, just that it did for me.

Some Details:

lspci output
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)

Yast:
82801H (ICH8 Family) HD Audio Controller

My new current driver:
rpm -qa alsa
alsa-1.0.15.hg20080116-1.1

Here is the 1-click to add the repo and install the latest alsa.

1 Click alsa

Big Thanks to James Ogley, Now that I have a fish I just need to learn to fish :)