I have a long time problem with the latest installs, that my two tv-cards are not producing sound in mythTV.
I used a liveCD of MythBuntu, and they worked like a charm.
In dmesg, both cards seem to have trouble to get them registered with alsa.
The dmesg is filled with errors eg:
disagrees about version of symbol.
The problem arrises with both the Pinnacle 310i (saa7134_alsa) and my Hauppauge 4000 (cx88_alsa).
Reverting to older alsa version gets the card registered, and no errors in dmesg.
apt-get remove alsa-modules-`uname -r`
My questions.
- Am I the only one?
- Does this have something to do with wrongfull compiling alsa?
- Or does it have something to do with how the drivers are loaded, e.g. first saa7134_alsa, and then the V4L drivers, and then alsa general.
- Has it do with a incompatibility between alsa 1.0.23 and v4l?