Archive

Archive for September, 2008

Madwifi in Opensuse 11… Again

September 22nd, 2008

This guide is WONDERFUL for this problem.

http://www.susegeek.com/wireless/unable-to-set-atheros-wireless-card-with-madwifi-in-opensuse-110/

sloik2004 Lab Notes

Setting Default Sound Card in Ubuntu/Kubuntu

September 4th, 2008

I too was vexed by this problem. My preferred soundcard is my SBLive! but I use the VIA chipset based soundcard on my motherboard for VoIP stuff. Kubuntu was always making my VIA soundcard the default.

The solution is a bit obscure but it works.

Do:

sudo asoundconf list

I got back:

Names of available sound cards:
Live
V8237

I then did:

sudo asoundconf set-default-card Live

followed by a reboot to test.

Sure enough, the Live is now set to default. It’d be nice if there was a simple config app in the KDE configuration panel that did this.

sloik2004 Lab Notes