[mythtv-users] Why is it so hard to make Alsa & RH9 work???

Mike Wohlgemuth mjw at woogie.net
Sun Jun 22 11:35:51 EDT 2003


mythtv at keatlim.com wrote:

>BAM! Alsa that worked before now doesn't... fine.. Linux is dumb by
>nature... I'll compile it again.... then I hit this 'Unresolved symbols in
>snd.o' while trying to modprobe snd-via82xx and so I start digging. Only
>thing I've found so far is someone posting about touching
>include/linux/workqueue.h which doesn't work because I'm using Alsa 0.9.4
>and it already has that file there (which removes itself during the
>./configure --...  phase)
>  
>
The point of touching include/linux/workqueue.h is to put it back after 
configure removes it.  You need to do the following:

./configure
touch include/linux/workqueue.h
make

Mike



More information about the mythtv-users mailing list