TechnoTrend DVB card and Audiowerk2 driver

After upgrading my LinuxMCE 0710 Beta 4 to final version I faced with strange thing. Sound and LiveTV didn’t work. I spent a few house to investigate that problem. And finally found that I have two sound cards and no any DVB:
linuxmce@dcerouter:~$ cat /proc/asound/cards
0 [Audiowerk2 ]: aw2 - Audiowerk2
Audiowerk2 with SAA7146 irq 16
1 [NVidia ]: HDA-Intel - HDA NVidia
HDA NVidia at 0xfe020000 irq 20

By some reason system recognized DVB card as sound.

I solved the problem with sound just defining NVidia as default card:
asoundconf set-default-card 1

But still didn’t have any luck with DVB. Thanks for folks from linux-dvb mailing list solution was found. The new Audiowerk2 driver recognized all saa7146-based cards as sound cards:
static struct pci_device_id snd_aw2_ids[] = {
{PCI_VENDOR_ID_SAA7146, PCI_DEVICE_ID_SAA7146, PCI_ANY_ID, PCI_ANY_ID,
0, 0, 0},
{0}
};

To avoid that I just added snd_aw2 into /etc/modprobe.d/blacklist. Now my LinuxMCE works like a charm!

Related Posts:

  • ALSA 1.0.19 is out
  • Budget multi-room audio system based on LinuxMCE
  • Stable version of nVidia 180.22 has been released
  • Setup VDR under LinuxMCE
  • Tune Nokia770 to use as LinuxMCE Orbiter
  • SmartUnity AudioMultiRoom application

  • 1 comment:

    1. Debora Hoefling, 25. December 2011, 8:32

      Thank you for each of your efforts on this blog. My mum really loves participating in investigation and it’s easy to understand why. A number of us learn all relating to the lively method you convey both interesting and useful solutions on this web site and therefore inspire response from people about this point plus our favorite girl is truly studying so much. Enjoy the remaining portion of the new year. You are performing a superb job.

       

    No comments yet.

    Write a comment: