Monday 25 January 2010

Upgrade Alsa

cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.20.

sudo /etc/init.d/alsa-utils stop

cd ~
rm -rf ~/alsa* ~/.pulse*


sudo apt-get update
sudo apt-get upgrade

sudo apt-get install wget build-essential linux-headers-`uname -r`
wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.21.tar.bz2
tar -xf alsa-driver-1.0.21.tar.bz2
cd alsa-driver-1.0.21
./configure
make
sudo make install
sudo ./snddevices
sudo apt-get install alsa-utils
#Reboot Here!!!
alsamixer
sudo alsactl store

other link is

http://monespaceperso.org/blog-en/2009/10/29/upgrade-alsa-1-0-21-on-ubuntu-karmic-koala-9-10/

Monday 11 January 2010

Multimedia Keys - Gentoo Linux Wiki

Multimedia Keys - Gentoo Linux Wiki

skystar HD 2 for Mythbuntu - Ubuntu Forums

skystar HD 2 for Mythbuntu

now 9.10 is out the procedure changed a bit....
Have fun.


sudo -s
apt-get install libncurses5-dev hg-buildpackage
cd /usr/local/src
hg clone http://mercurial.intuxication.org/hg/s2-liplianin
cd s2-liplianin
cd linux/include/linux
ln -s /usr/src/linux-headers-`uname -r`/include/linux/compiler.h ./
cd ../../../
make menuconfig
unselect the folowing module:
multimedia support-> DVB/ATSC Adapter -> Firetv/Floppydtv
make
make install
depmod -a
reboot (might be an other way of restarting services but this was fast enough.. )


did not do it myself.. just a gatherer.....

http://www.eurocardsharing.com/f273/...ltiproto-63073
http://www.linuxtv.org/wiki/index.php/Azurewave_AD_SP400_CI_(VP-1041)
https://help.ubuntu.com/community/Re...ts/PlayingDVDs
https://bugs.launchpad.net/ubuntu/+bug/440117