public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] TT-Budget/WinTV-NOVA-CI is recognized as sound card
@ 2008-06-08 18:49 Michael Stepanov
  2008-06-08 19:20 ` Oliver Endriss
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Stepanov @ 2008-06-08 18:49 UTC (permalink / raw)
  To: linux-dvb


[-- Attachment #1.1: Type: text/plain, Size: 728 bytes --]

Hi,

I have following problem with my TT-Budget/WinTV-NOVA-CI DVB card. It's
recognized as Audiowerk2 sound card instead of 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

This is what I can see in the dmesg output:
[   81.311527] saa7146: register extension 'budget_ci dvb'.

I use LinxuMCE which is built on the top of Kubuntu Gutsy, AMD64.

Linux dcerouter 2.6.22-14-generic #1 SMP Sun Oct 14 21:45:15 GMT 2007
x86_64 GNU/Linux

Any suggestion how to solve that will be very appreciated.

Thanks in advance.


-- 
Cheers,
Michael

[-- Attachment #1.2: Type: text/html, Size: 1030 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-dvb] TT-Budget/WinTV-NOVA-CI is recognized as sound card
  2008-06-08 18:49 [linux-dvb] TT-Budget/WinTV-NOVA-CI is recognized as sound card Michael Stepanov
@ 2008-06-08 19:20 ` Oliver Endriss
  2008-06-09  6:36   ` Michael Stepanov
  2008-06-09 11:21   ` Thorsten Barth
  0 siblings, 2 replies; 5+ messages in thread
From: Oliver Endriss @ 2008-06-08 19:20 UTC (permalink / raw)
  To: linux-dvb

Michael Stepanov wrote:
> Hi,
> 
> I have following problem with my TT-Budget/WinTV-NOVA-CI DVB card. It's
> recognized as Audiowerk2 sound card instead of 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
> 
> This is what I can see in the dmesg output:
> [   81.311527] saa7146: register extension 'budget_ci dvb'.
> 
> I use LinxuMCE which is built on the top of Kubuntu Gutsy, AMD64.
> 
> Linux dcerouter 2.6.22-14-generic #1 SMP Sun Oct 14 21:45:15 GMT 2007
> x86_64 GNU/Linux
> 
> Any suggestion how to solve that will be very appreciated.

Complain to the developers of the Audiowerk2 driver for this:

| 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}
| };

This will grab _all_ saa7146-based cards. :-(

For now you should blacklist that driver.

CU
Oliver

-- 
----------------------------------------------------------------
VDR Remote Plugin 0.4.0: http://www.escape-edv.de/endriss/vdr/
----------------------------------------------------------------

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-dvb] TT-Budget/WinTV-NOVA-CI is recognized as sound card
  2008-06-08 19:20 ` Oliver Endriss
@ 2008-06-09  6:36   ` Michael Stepanov
  2008-06-09 11:21   ` Thorsten Barth
  1 sibling, 0 replies; 5+ messages in thread
From: Michael Stepanov @ 2008-06-09  6:36 UTC (permalink / raw)
  To: linux-dvb


[-- Attachment #1.1: Type: text/plain, Size: 1682 bytes --]

Thanks a lot, Oliver. Will try to add Audiowerk2 driver into black list.

On Sun, Jun 8, 2008 at 10:20 PM, Oliver Endriss <o.endriss@gmx.de> wrote:

> Michael Stepanov wrote:
> > Hi,
> >
> > I have following problem with my TT-Budget/WinTV-NOVA-CI DVB card. It's
> > recognized as Audiowerk2 sound card instead of 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
> >
> > This is what I can see in the dmesg output:
> > [   81.311527] saa7146: register extension 'budget_ci dvb'.
> >
> > I use LinxuMCE which is built on the top of Kubuntu Gutsy, AMD64.
> >
> > Linux dcerouter 2.6.22-14-generic #1 SMP Sun Oct 14 21:45:15 GMT 2007
> > x86_64 GNU/Linux
> >
> > Any suggestion how to solve that will be very appreciated.
>
> Complain to the developers of the Audiowerk2 driver for this:
>
> | 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}
> | };
>
> This will grab _all_ saa7146-based cards. :-(
>
> For now you should blacklist that driver.
>
> CU
> Oliver
>
> --
> ----------------------------------------------------------------
> VDR Remote Plugin 0.4.0: http://www.escape-edv.de/endriss/vdr/
> ----------------------------------------------------------------
>
> _______________________________________________
> linux-dvb mailing list
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>



-- 
Cheers,
Michael

[-- Attachment #1.2: Type: text/html, Size: 2554 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-dvb] TT-Budget/WinTV-NOVA-CI is recognized as sound card
  2008-06-08 19:20 ` Oliver Endriss
  2008-06-09  6:36   ` Michael Stepanov
@ 2008-06-09 11:21   ` Thorsten Barth
  2008-06-09 21:10     ` Michael Stepanov
  1 sibling, 1 reply; 5+ messages in thread
From: Thorsten Barth @ 2008-06-09 11:21 UTC (permalink / raw)
  To: linux-dvb

Hello,

could this also be the case with a Hauppauge Nova S-Plus PCI unter
Kubuntu 7.10 ?

If so, what do I have to do to disable the audiowerk driver? What is the
name of the module, and am I right if I take a look at the files in
/etc/modules.d/* ?

Thanks and CU
Thorsten

Oliver Endriss schrieb:
> Michael Stepanov wrote:
>   
>> Hi,
>>
>> I have following problem with my TT-Budget/WinTV-NOVA-CI DVB card. It's
>> recognized as Audiowerk2 sound card instead of 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
>>
>> This is what I can see in the dmesg output:
>> [   81.311527] saa7146: register extension 'budget_ci dvb'.
>>
>> I use LinxuMCE which is built on the top of Kubuntu Gutsy, AMD64.
>>
>> Linux dcerouter 2.6.22-14-generic #1 SMP Sun Oct 14 21:45:15 GMT 2007
>> x86_64 GNU/Linux
>>
>> Any suggestion how to solve that will be very appreciated.
>>     
>
> Complain to the developers of the Audiowerk2 driver for this:
>
> | 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}
> | };
>
> This will grab _all_ saa7146-based cards. :-(
>
> For now you should blacklist that driver.
>
> CU
> Oliver
>
>   

-- 
*Thorsten Barth*
Vorstand

*Web Arts AG*
Seifgrundstraße 2
61348 Bad Homburg v. d. Höhe
http://www.web-arts.com

Tel.: +49.6172.68097-17
Fax: +49.6172.68097-77
thorsten.barth@web-arts.com <mailto:thorsten.barth@web-arts.com>


*Sitz der Gesellschaft:* Bad Homburg v. d. Höhe | *Amtsgericht:* Bad
Homburg v. d. Höhe HRB 6719
*Steuernummer:* 003 248 00118 Finanzamt Bad Homburg v. d. Höhe
*Vorstand:* Thorsten Barth, André Morys | *Aufsichtsrat:* Gerhard
Beinhauer (Vors.)

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-dvb] TT-Budget/WinTV-NOVA-CI is recognized as sound card
  2008-06-09 11:21   ` Thorsten Barth
@ 2008-06-09 21:10     ` Michael Stepanov
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Stepanov @ 2008-06-09 21:10 UTC (permalink / raw)
  To: Thorsten Barth; +Cc: linux-dvb


[-- Attachment #1.1: Type: text/plain, Size: 2486 bytes --]

Hi Tom,

The name of module is snd_aw2. Just add it to the /etc/modprobe.d/blacklist

On Mon, Jun 9, 2008 at 2:21 PM, Thorsten Barth <thorsten.barth@web-arts.com>
wrote:

> Hello,
>
> could this also be the case with a Hauppauge Nova S-Plus PCI unter
> Kubuntu 7.10 ?
>
> If so, what do I have to do to disable the audiowerk driver? What is the
> name of the module, and am I right if I take a look at the files in
> /etc/modules.d/* ?
>
> Thanks and CU
> Thorsten
>
> Oliver Endriss schrieb:
> > Michael Stepanov wrote:
> >
> >> Hi,
> >>
> >> I have following problem with my TT-Budget/WinTV-NOVA-CI DVB card. It's
> >> recognized as Audiowerk2 sound card instead of 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
> >>
> >> This is what I can see in the dmesg output:
> >> [   81.311527] saa7146: register extension 'budget_ci dvb'.
> >>
> >> I use LinxuMCE which is built on the top of Kubuntu Gutsy, AMD64.
> >>
> >> Linux dcerouter 2.6.22-14-generic #1 SMP Sun Oct 14 21:45:15 GMT 2007
> >> x86_64 GNU/Linux
> >>
> >> Any suggestion how to solve that will be very appreciated.
> >>
> >
> > Complain to the developers of the Audiowerk2 driver for this:
> >
> > | 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}
> > | };
> >
> > This will grab _all_ saa7146-based cards. :-(
> >
> > For now you should blacklist that driver.
> >
> > CU
> > Oliver
> >
> >
>
> --
> *Thorsten Barth*
> Vorstand
>
> *Web Arts AG*
> Seifgrundstraße 2
> 61348 Bad Homburg v. d. Höhe
> http://www.web-arts.com
>
> Tel.: +49.6172.68097-17
> Fax: +49.6172.68097-77
> thorsten.barth@web-arts.com <mailto:thorsten.barth@web-arts.com>
>
>
> *Sitz der Gesellschaft:* Bad Homburg v. d. Höhe | *Amtsgericht:* Bad
> Homburg v. d. Höhe HRB 6719
> *Steuernummer:* 003 248 00118 Finanzamt Bad Homburg v. d. Höhe
> *Vorstand:* Thorsten Barth, André Morys | *Aufsichtsrat:* Gerhard
> Beinhauer (Vors.)
>
> _______________________________________________
> linux-dvb mailing list
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>



-- 
Cheers,
Michael

[-- Attachment #1.2: Type: text/html, Size: 3653 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-06-09 21:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-08 18:49 [linux-dvb] TT-Budget/WinTV-NOVA-CI is recognized as sound card Michael Stepanov
2008-06-08 19:20 ` Oliver Endriss
2008-06-09  6:36   ` Michael Stepanov
2008-06-09 11:21   ` Thorsten Barth
2008-06-09 21:10     ` Michael Stepanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox