|
risto@orange:~$ lsmod | grep ^snd.powermac snd_powermac 56576 0 risto@orange:~$ |
| sudo aptitude install make gcc linux-headers-2.6.15-26-powerpc |
|
wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.16.tar.bz2 wget http://ristosu.wippiespace.com/pub/alsa-driver-1.0.16-p5.diff |
|
tar xjf alsa-driver-1.0.16.tar.bz2 cd alsa-driver-1.0.16 patch -p0 < ../alsa-driver-1.0.16-p5.diff |
| ./configure --disable-verbose-printk --with-kernel=/usr/src/linux-headers-2.6.15-26-powerpc --with-build=/usr/src/linux-headers-2.6.15-26-powerpc --with-moddir=/lib/modules/2.6.15-26-powerpc/updates/sound --with-isapnp=no --with-oss=yes --with-pcm-oss-plugins=yes --with-cards=powermac |
| /* #undef CONFIG_SND_NEW_IRQ_HANDLER */ |
| #define CONFIG_SND_NEW_IRQ_HANDLER 1 |
|
make sudo make install-modules |
|
sudo modprobe -r snd-powermac sudo modprobe -r snd-pcm-oss sudo modprobe snd-powermac |