* 2 errors in 2.6.12
@ 2005-06-19 7:57 Michal Semler
[not found] ` <20050728214851.44877164.akpm@osdl.org>
0 siblings, 1 reply; 11+ messages in thread
From: Michal Semler @ 2005-06-19 7:57 UTC (permalink / raw)
To: linux-kernel
Hi,
I compiled 2.6.12 and my PV951 TV card doesn't work (tvtime says no signal)
and my SBLive! plays only on 2 repros Front left and right.
When I booted back to 2.6.11, everything worked like a charm
PLS fix it
Michal
^ permalink raw reply [flat|nested] 11+ messages in thread[parent not found: <20050728214851.44877164.akpm@osdl.org>]
* Re: 2 errors in 2.6.12 [not found] ` <20050728214851.44877164.akpm@osdl.org> @ 2005-07-31 11:51 ` Michal Semler 2005-07-31 17:31 ` Andrew Morton 0 siblings, 1 reply; 11+ messages in thread From: Michal Semler @ 2005-07-31 11:51 UTC (permalink / raw) To: Andrew Morton; +Cc: linux-kernel Hi, I tested both - problem with SB Live! is fixed, but tuning problem in PV951 still exist :( This is what I gets into dmesg: Linux video capture interface: v1.00 bttv: driver version 0.9.15 loaded bttv: using 8 buffers with 2080k (520 pages) each for capture bttv: Bt8xx card found (0). ACPI: PCI Interrupt 0000:01:0b.0[A] -> Link [LNKH] -> GSI 9 (level, low) -> IRQ 9 bttv0: Bt878 (rev 17) at 0000:01:0b.0, irq: 9, latency: 32, mmio: 0xb69fe000 bttv0: using: ProVideo PV951 [card=42,insmod option] bttv0: gpio: en=00000000, out=00000000 in=00ffffff [init] bttv0: using tuner=1 bttv0: i2c: checking for TDA9875 @ 0xb0... not found bttv0: i2c: checking for TDA7432 @ 0x8a... not found tvaudio: TV audio decoder + audio/video mux driver tvaudio: known chips: tda9840,tda9873h,tda9874h/a,tda9850,tda9855,tea6300,tea6320,tea6420,tda8425,pic16c54 (PV951),ta8874z tvaudio: found pic16c54 (PV951) @ 0x96 bttv0: i2c: checking for TDA9887 @ 0x86... not found tuner: Unknown parameter `type' bttv0: registered device video0 bttv0: registered device vbi0 bttv0: registered device radio0 bttv0: PLL: 28636363 => 35468950 .. ok ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 PCI: setting IRQ 10 as level-triggered ACPI: PCI Interrupt 0000:01:0c.0[A] -> Link [LNKB] -> GSI 10 (level, low) -> IRQ 10 Michal Dne pá 29. července 2005 6:48 jste napsal(a): > Michal Semler <cijoml@volny.cz> wrote: > > Hi, > > > > I compiled 2.6.12 and my PV951 TV card doesn't work (tvtime says no > > signal) and my SBLive! plays only on 2 repros Front left and right. > > > > When I booted back to 2.6.11, everything worked like a charm > > Are these fixed in 2.6.13-rc4? > > If not, please cc linux-kernel when replying, thanks. -- S pozdravem Michal Semler ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: 2 errors in 2.6.12 2005-07-31 11:51 ` Michal Semler @ 2005-07-31 17:31 ` Andrew Morton 2005-07-31 17:53 ` Michael Krufky 0 siblings, 1 reply; 11+ messages in thread From: Andrew Morton @ 2005-07-31 17:31 UTC (permalink / raw) To: cijoml; +Cc: linux-kernel, video4linux-list Michal Semler <cijoml@volny.cz> wrote: > > I tested both - problem with SB Live! is fixed, but tuning problem in PV951 > still exist :( > > > This is what I gets into dmesg: > > > Linux video capture interface: v1.00 > bttv: driver version 0.9.15 loaded > bttv: using 8 buffers with 2080k (520 pages) each for capture > bttv: Bt8xx card found (0). > ACPI: PCI Interrupt 0000:01:0b.0[A] -> Link [LNKH] -> GSI 9 (level, low) -> > IRQ 9 > bttv0: Bt878 (rev 17) at 0000:01:0b.0, irq: 9, latency: 32, mmio: 0xb69fe000 > bttv0: using: ProVideo PV951 [card=42,insmod option] > bttv0: gpio: en=00000000, out=00000000 in=00ffffff [init] > bttv0: using tuner=1 > bttv0: i2c: checking for TDA9875 @ 0xb0... not found > bttv0: i2c: checking for TDA7432 @ 0x8a... not found > tvaudio: TV audio decoder + audio/video mux driver > tvaudio: known chips: > tda9840,tda9873h,tda9874h/a,tda9850,tda9855,tea6300,tea6320,tea6420,tda8425,pic16c54 > (PV951),ta8874z > tvaudio: found pic16c54 (PV951) @ 0x96 > bttv0: i2c: checking for TDA9887 @ 0x86... not found > tuner: Unknown parameter `type' > bttv0: registered device video0 > bttv0: registered device vbi0 > bttv0: registered device radio0 > bttv0: PLL: 28636363 => 35468950 .. ok > ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 > PCI: setting IRQ 10 as level-triggered > ACPI: PCI Interrupt 0000:01:0c.0[A] -> Link [LNKB] -> GSI 10 (level, low) -> > IRQ 10 (cc the v4l list) The above is with 2.6.13-rc4. 2.6.11 was OK. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: 2 errors in 2.6.12 2005-07-31 17:31 ` Andrew Morton @ 2005-07-31 17:53 ` Michael Krufky 2005-08-01 9:16 ` CIJOML 2005-08-01 18:03 ` CIJOML 0 siblings, 2 replies; 11+ messages in thread From: Michael Krufky @ 2005-07-31 17:53 UTC (permalink / raw) To: cijoml; +Cc: Linux and Kernel Video, linux-kernel Andrew Morton wrote: >Michal Semler <cijoml@volny.cz> wrote: > > >> This is what I gets into dmesg: >> >> Linux video capture interface: v1.00 >> bttv: driver version 0.9.15 loaded >> bttv: using 8 buffers with 2080k (520 pages) each for capture >> bttv: Bt8xx card found (0). >> ACPI: PCI Interrupt 0000:01:0b.0[A] -> Link [LNKH] -> GSI 9 (level, low) -> >> IRQ 9 >> bttv0: Bt878 (rev 17) at 0000:01:0b.0, irq: 9, latency: 32, mmio: 0xb69fe000 >> bttv0: using: ProVideo PV951 [card=42,insmod option] >> bttv0: gpio: en=00000000, out=00000000 in=00ffffff [init] >> bttv0: using tuner=1 >> bttv0: i2c: checking for TDA9875 @ 0xb0... not found >> bttv0: i2c: checking for TDA7432 @ 0x8a... not found >> tvaudio: TV audio decoder + audio/video mux driver >> tvaudio: known chips: >> tda9840,tda9873h,tda9874h/a,tda9850,tda9855,tea6300,tea6320,tea6420,tda8425,pic16c54 >> (PV951),ta8874z >> tvaudio: found pic16c54 (PV951) @ 0x96 >> bttv0: i2c: checking for TDA9887 @ 0x86... not found >> tuner: Unknown parameter `type' >> bttv0: registered device video0 >> bttv0: registered device vbi0 >> bttv0: registered device radio0 >> bttv0: PLL: 28636363 => 35468950 .. ok >> ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 >> PCI: setting IRQ 10 as level-triggered >> ACPI: PCI Interrupt 0000:01:0c.0[A] -> Link [LNKB] -> GSI 10 (level, low) -> >> IRQ 10 >> >> > >(cc the v4l list) > >The above is with 2.6.13-rc4. 2.6.11 was OK. > > Michael- Please remove the insmod options: bttv0: using: ProVideo PV951 [card=42,insmod option] ...and show us dmesg output with autodetection. Also, please try CVS and tell us if you still have the problem... Instructions at: http://linuxtv.org/v4lwiki/index.php/How_to_build_from_CVS -- Michael Krufky ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: 2 errors in 2.6.12 2005-07-31 17:53 ` Michael Krufky @ 2005-08-01 9:16 ` CIJOML [not found] ` <1122894516.5340.9.camel@pc08.localdom.local> 2005-08-01 18:03 ` CIJOML 1 sibling, 1 reply; 11+ messages in thread From: CIJOML @ 2005-08-01 9:16 UTC (permalink / raw) To: Michael Krufky; +Cc: Linux and Kernel Video, linux-kernel Hi, my card is impossible to be autodetected. Valid sections for it's identification are missing. I asked for this some time ago. I need to use insmod option. Michal On Sun, 31 Jul 2005, Michael Krufky wrote: > Andrew Morton wrote: > > >Michal Semler <cijoml@volny.cz> wrote: > > > > > >> This is what I gets into dmesg: > >> > >> Linux video capture interface: v1.00 > >> bttv: driver version 0.9.15 loaded > >> bttv: using 8 buffers with 2080k (520 pages) each for capture > >> bttv: Bt8xx card found (0). > >> ACPI: PCI Interrupt 0000:01:0b.0[A] -> Link [LNKH] -> GSI 9 (level, low) -> > >> IRQ 9 > >> bttv0: Bt878 (rev 17) at 0000:01:0b.0, irq: 9, latency: 32, mmio: 0xb69fe000 > >> bttv0: using: ProVideo PV951 [card=42,insmod option] > >> bttv0: gpio: en=00000000, out=00000000 in=00ffffff [init] > >> bttv0: using tuner=1 > >> bttv0: i2c: checking for TDA9875 @ 0xb0... not found > >> bttv0: i2c: checking for TDA7432 @ 0x8a... not found > >> tvaudio: TV audio decoder + audio/video mux driver > >> tvaudio: known chips: > >> tda9840,tda9873h,tda9874h/a,tda9850,tda9855,tea6300,tea6320,tea6420,tda8425,pic16c54 > >> (PV951),ta8874z > >> tvaudio: found pic16c54 (PV951) @ 0x96 > >> bttv0: i2c: checking for TDA9887 @ 0x86... not found > >> tuner: Unknown parameter `type' > >> bttv0: registered device video0 > >> bttv0: registered device vbi0 > >> bttv0: registered device radio0 > >> bttv0: PLL: 28636363 => 35468950 .. ok > >> ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 > >> PCI: setting IRQ 10 as level-triggered > >> ACPI: PCI Interrupt 0000:01:0c.0[A] -> Link [LNKB] -> GSI 10 (level, low) -> > >> IRQ 10 > >> > >> > > > >(cc the v4l list) > > > >The above is with 2.6.13-rc4. 2.6.11 was OK. > > > > > Michael- > > Please remove the insmod options: > > bttv0: using: ProVideo PV951 [card=42,insmod option] > > ...and show us dmesg output with autodetection. > > Also, please try CVS and tell us if you still have the problem... Instructions at: > > http://linuxtv.org/v4lwiki/index.php/How_to_build_from_CVS > > -- > Michael Krufky > ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <1122894516.5340.9.camel@pc08.localdom.local>]
[parent not found: <20050801201017.G77710@nebuchadnezzar.smejdil.cz>]
* Re: 2 errors in 2.6.12 [not found] ` <20050801201017.G77710@nebuchadnezzar.smejdil.cz> @ 2005-08-01 19:55 ` hermann pitton 2005-08-01 20:02 ` Michael Krufky 0 siblings, 1 reply; 11+ messages in thread From: hermann pitton @ 2005-08-01 19:55 UTC (permalink / raw) To: mkrufky, video4linux-list, linux-kernel Hello, this one is solved. Guess we will see similar issues more often for a while. Cheers, Hermann Am Montag, den 01.08.2005, 20:11 +0200 schrieb CIJOML: > > On Mon, 1 Aug 2005, hermann pitton wrote: > > > Am Montag, den 01.08.2005, 11:16 +0200 schrieb CIJOML: > > > Hi, > > > > > > my card is impossible to be autodetected. Valid sections for it's > > > identification are missing. > > > > > > I asked for this some time ago. I need to use insmod option. > > > > > > Michal > > > > Hi Michal, > > > > the "tuner type=N" insmod option is gone away. > > > > There has been a warning that it is deprecated for about 1 1/2 years > > in dmesg. Please remove it from /etc/modprobe.conf or where else it is > > called and replace it with "options bttv card=N tuner=N", guess you > > AAAAH!!!! This helped!!! Thanks a lot > after options bttv card=42 radio=1 tuner=1 > card works! :) > > Linux video capture interface: v1.00 > bttv: driver version 0.9.15 loaded > bttv: using 8 buffers with 2080k (520 pages) each for capture > bttv: Bt8xx card found (0). > ACPI: PCI Interrupt 0000:01:0b.0[A] -> Link [LNKH] -> GSI 9 (level, low) > -> IRQ 9 > bttv0: Bt878 (rev 17) at 0000:01:0b.0, irq: 9, latency: 32, mmio: > 0xb69fe000 > bttv0: using: ProVideo PV951 [card=42,insmod option] > bttv0: gpio: en=00000000, out=00000000 in=00ffffff [init] > bttv0: using tuner=1 > bttv0: i2c: checking for TDA9875 @ 0xb0... not found > bttv0: i2c: checking for TDA7432 @ 0x8a... not found > tvaudio: TV audio decoder + audio/video mux driver > tvaudio: known chips: > tda9840,tda9873h,tda9874h/a,tda9850,tda9855,tea6300,tea6320,tea6420,tda8425,pic16c54 > (PV951),ta8874z > tvaudio: found pic16c54 (PV951) @ 0x96 > bttv0: i2c: checking for TDA9887 @ 0x86... not found > : chip found @ 0xc0 (bt878 #0 [sw]) > : All bytes are equal. It is not a TEA5767 > tuner 0-0060: type set to 1 (Philips PAL_I (FI1246 and compatibles)) > bttv0: registered device video0 > bttv0: registered device vbi0 > bttv0: registered device radio0 > bttv0: PLL: 28636363 => 35468950 .. ok > > Thanks a lot! > > Michal > > > > might use tuner=5, and what else you might need and then "depmod -a". > > Does this help? > > > > Greetings, > > Hermann > > > > > > > On Sun, 31 Jul 2005, Michael Krufky wrote: > > > > > > > Andrew Morton wrote: > > > > > > > > >Michal Semler <cijoml@volny.cz> wrote: > > > > > > > > > > > > > > >> This is what I gets into dmesg: > > > > >> > > > > >> Linux video capture interface: v1.00 > > > > >> bttv: driver version 0.9.15 loaded > > > > >> bttv: using 8 buffers with 2080k (520 pages) each for capture > > > > >> bttv: Bt8xx card found (0). > > > > >> ACPI: PCI Interrupt 0000:01:0b.0[A] -> Link [LNKH] -> GSI 9 (level, low) -> > > > > >> IRQ 9 > > > > >> bttv0: Bt878 (rev 17) at 0000:01:0b.0, irq: 9, latency: 32, mmio: 0xb69fe000 > > > > >> bttv0: using: ProVideo PV951 [card=42,insmod option] > > > > >> bttv0: gpio: en=00000000, out=00000000 in=00ffffff [init] > > > > >> bttv0: using tuner=1 > > > > >> bttv0: i2c: checking for TDA9875 @ 0xb0... not found > > > > >> bttv0: i2c: checking for TDA7432 @ 0x8a... not found > > > > >> tvaudio: TV audio decoder + audio/video mux driver > > > > >> tvaudio: known chips: > > > > >> tda9840,tda9873h,tda9874h/a,tda9850,tda9855,tea6300,tea6320,tea6420,tda8425,pic16c54 > > > > >> (PV951),ta8874z > > > > >> tvaudio: found pic16c54 (PV951) @ 0x96 > > > > >> bttv0: i2c: checking for TDA9887 @ 0x86... not found > > > > >> tuner: Unknown parameter `type' > > ^^^^^^^^^^^^^^^^^^^^^^^^ [...] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: 2 errors in 2.6.12 2005-08-01 19:55 ` hermann pitton @ 2005-08-01 20:02 ` Michael Krufky 0 siblings, 0 replies; 11+ messages in thread From: Michael Krufky @ 2005-08-01 20:02 UTC (permalink / raw) To: hermann pitton; +Cc: video4linux-list, linux-kernel, cijoml, Andrew Morton Thank you, Hermann. AKPM (cc re-added) requested that this thread retain cc's to him... so he should see that it has been resolved....... hermann pitton wrote: >Hello, > >this one is solved. > >Guess we will see similar issues more often for a while. > >Cheers, >Hermann > > >Am Montag, den 01.08.2005, 20:11 +0200 schrieb CIJOML: > > >>On Mon, 1 Aug 2005, hermann pitton wrote: >> >> >> >>>Am Montag, den 01.08.2005, 11:16 +0200 schrieb CIJOML: >>> >>> >>>>Hi, >>>> >>>>my card is impossible to be autodetected. Valid sections for it's >>>>identification are missing. >>>> >>>>I asked for this some time ago. I need to use insmod option. >>>> >>>>Michal >>>> >>>> >>>Hi Michal, >>> >>>the "tuner type=N" insmod option is gone away. >>> >>>There has been a warning that it is deprecated for about 1 1/2 years >>>in dmesg. Please remove it from /etc/modprobe.conf or where else it is >>>called and replace it with "options bttv card=N tuner=N", guess you >>> >>> >>AAAAH!!!! This helped!!! Thanks a lot >>after options bttv card=42 radio=1 tuner=1 >>card works! :) >> >>Linux video capture interface: v1.00 >>bttv: driver version 0.9.15 loaded >>bttv: using 8 buffers with 2080k (520 pages) each for capture >>bttv: Bt8xx card found (0). >>ACPI: PCI Interrupt 0000:01:0b.0[A] -> Link [LNKH] -> GSI 9 (level, low) >>-> IRQ 9 >>bttv0: Bt878 (rev 17) at 0000:01:0b.0, irq: 9, latency: 32, mmio: >>0xb69fe000 >>bttv0: using: ProVideo PV951 [card=42,insmod option] >>bttv0: gpio: en=00000000, out=00000000 in=00ffffff [init] >>bttv0: using tuner=1 >>bttv0: i2c: checking for TDA9875 @ 0xb0... not found >>bttv0: i2c: checking for TDA7432 @ 0x8a... not found >>tvaudio: TV audio decoder + audio/video mux driver >>tvaudio: known chips: >>tda9840,tda9873h,tda9874h/a,tda9850,tda9855,tea6300,tea6320,tea6420,tda8425,pic16c54 >>(PV951),ta8874z >>tvaudio: found pic16c54 (PV951) @ 0x96 >>bttv0: i2c: checking for TDA9887 @ 0x86... not found >> : chip found @ 0xc0 (bt878 #0 [sw]) >> : All bytes are equal. It is not a TEA5767 >>tuner 0-0060: type set to 1 (Philips PAL_I (FI1246 and compatibles)) >>bttv0: registered device video0 >>bttv0: registered device vbi0 >>bttv0: registered device radio0 >>bttv0: PLL: 28636363 => 35468950 .. ok >> >>Thanks a lot! >> >>Michal >> >> >> >> >>>might use tuner=5, and what else you might need and then "depmod -a". >>>Does this help? >>> >>>Greetings, >>>Hermann >>> >>> >>> >>> >>>>On Sun, 31 Jul 2005, Michael Krufky wrote: >>>> >>>> >>>> >>>>>Andrew Morton wrote: >>>>> >>>>> >>>>> >>>>>>Michal Semler <cijoml@volny.cz> wrote: >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>>This is what I gets into dmesg: >>>>>>> >>>>>>>Linux video capture interface: v1.00 >>>>>>>bttv: driver version 0.9.15 loaded >>>>>>>bttv: using 8 buffers with 2080k (520 pages) each for capture >>>>>>>bttv: Bt8xx card found (0). >>>>>>>ACPI: PCI Interrupt 0000:01:0b.0[A] -> Link [LNKH] -> GSI 9 (level, low) -> >>>>>>>IRQ 9 >>>>>>>bttv0: Bt878 (rev 17) at 0000:01:0b.0, irq: 9, latency: 32, mmio: 0xb69fe000 >>>>>>>bttv0: using: ProVideo PV951 [card=42,insmod option] >>>>>>>bttv0: gpio: en=00000000, out=00000000 in=00ffffff [init] >>>>>>>bttv0: using tuner=1 >>>>>>>bttv0: i2c: checking for TDA9875 @ 0xb0... not found >>>>>>>bttv0: i2c: checking for TDA7432 @ 0x8a... not found >>>>>>>tvaudio: TV audio decoder + audio/video mux driver >>>>>>>tvaudio: known chips: >>>>>>>tda9840,tda9873h,tda9874h/a,tda9850,tda9855,tea6300,tea6320,tea6420,tda8425,pic16c54 >>>>>>>(PV951),ta8874z >>>>>>>tvaudio: found pic16c54 (PV951) @ 0x96 >>>>>>>bttv0: i2c: checking for TDA9887 @ 0x86... not found >>>>>>>tuner: Unknown parameter `type' >>>>>>> >>>>>>> >>> ^^^^^^^^^^^^^^^^^^^^^^^^ >>> >>> >[...] > > > -- Michael Krufky ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: 2 errors in 2.6.12 2005-07-31 17:53 ` Michael Krufky 2005-08-01 9:16 ` CIJOML @ 2005-08-01 18:03 ` CIJOML 1 sibling, 0 replies; 11+ messages in thread From: CIJOML @ 2005-08-01 18:03 UTC (permalink / raw) To: mkrufky, Linux and Kernel Video; +Cc: linux-kernel On Sun, 31 Jul 2005, Michael Krufky wrote: > Andrew Morton wrote: > > >Michal Semler <cijoml@volny.cz> wrote: > > > > > >> This is what I gets into dmesg: > >> > >> Linux video capture interface: v1.00 > >> bttv: driver version 0.9.15 loaded > >> bttv: using 8 buffers with 2080k (520 pages) each for capture > >> bttv: Bt8xx card found (0). > >> ACPI: PCI Interrupt 0000:01:0b.0[A] -> Link [LNKH] -> GSI 9 (level, low) -> > >> IRQ 9 > >> bttv0: Bt878 (rev 17) at 0000:01:0b.0, irq: 9, latency: 32, mmio: 0xb69fe000 > >> bttv0: using: ProVideo PV951 [card=42,insmod option] > >> bttv0: gpio: en=00000000, out=00000000 in=00ffffff [init] > >> bttv0: using tuner=1 > >> bttv0: i2c: checking for TDA9875 @ 0xb0... not found > >> bttv0: i2c: checking for TDA7432 @ 0x8a... not found > >> tvaudio: TV audio decoder + audio/video mux driver > >> tvaudio: known chips: > >> tda9840,tda9873h,tda9874h/a,tda9850,tda9855,tea6300,tea6320,tea6420,tda8425,pic16c54 > >> (PV951),ta8874z > >> tvaudio: found pic16c54 (PV951) @ 0x96 > >> bttv0: i2c: checking for TDA9887 @ 0x86... not found > >> tuner: Unknown parameter `type' > >> bttv0: registered device video0 > >> bttv0: registered device vbi0 > >> bttv0: registered device radio0 > >> bttv0: PLL: 28636363 => 35468950 .. ok > >> ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10 > >> PCI: setting IRQ 10 as level-triggered > >> ACPI: PCI Interrupt 0000:01:0c.0[A] -> Link [LNKB] -> GSI 10 (level, low) -> > >> IRQ 10 > >> > >> > > > >(cc the v4l list) > > > >The above is with 2.6.13-rc4. 2.6.11 was OK. > > > > > Michael- > > Please remove the insmod options: > > bttv0: using: ProVideo PV951 [card=42,insmod option] > > ...and show us dmesg output with autodetection. > > Also, please try CVS and tell us if you still have the problem... Instructions at: > > http://linuxtv.org/v4lwiki/index.php/How_to_build_from_CVS > Linux video capture interface: v1.00 bttv: driver version 0.9.15 loaded bttv: using 8 buffers with 2080k (520 pages) each for capture bttv: Bt8xx card found (0). ACPI: PCI Interrupt 0000:01:0b.0[A] -> Link [LNKH] -> GSI 9 (level, low) -> IRQ 9 bttv0: Bt878 (rev 17) at 0000:01:0b.0, irq: 9, latency: 32, mmio: 0xb69fe000 bttv0: using: *** UNKNOWN/GENERIC *** [card=0,autodetected] bttv0: gpio: en=00000000, out=00000000 in=00ffffff [init] tveeprom(bttv internal): Huh, no eeprom present (err=-121)? bttv0: using tuner=-1 bttv0: i2c: checking for MSP34xx @ 0x80... not found bttv0: i2c: checking for TDA9875 @ 0xb0... not found bttv0: i2c: checking for TDA7432 @ 0x8a... not found bttv0: i2c: checking for TDA9887 @ 0x86... not found bttv0: registered device video0 bttv0: registered device vbi0 Same with CVS - kernel 2.6.11 with my options works for me like hell. Card is really PV951 - it was written on box also :) Michal > -- > Michael Krufky > > -- > video4linux-list mailing list > Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/video4linux-list > ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: 2 errors in 2.6.12 @ 2005-06-19 10:04 Nick Warne 2005-06-19 11:25 ` Nick Warne 0 siblings, 1 reply; 11+ messages in thread From: Nick Warne @ 2005-06-19 10:04 UTC (permalink / raw) To: linux-kernel >and my SBLive! plays only on 2 repros Front left and right. Yes - I noticed something with my SB Live. I thought it was me, but going through everythnig this morning, I don't think it is. >From 2.6.11.12 dmesg: Jun 17 18:39:45 linuxamd kernel: Advanced Linux Sound Architecture Driver Version 1.0.8 (Thu Jan 13 09:39:32 2005 UTC). Jun 17 18:39:45 linuxamd kernel: ACPI: PCI interrupt 0000:00:0f.0[A] -> GSI 5 (level, low) -> IRQ 5 Jun 17 18:39:45 linuxamd kernel: ALSA device list: Jun 17 18:39:45 linuxamd kernel: #0: Sound Blaster Live! (rev.7, serial:0x80611102) at 0xe000, irq 5 And here from new 2.6.12 dmesg: Jun 18 15:27:41 linuxamd kernel: Advanced Linux Sound Architecture Driver Version 1.0.9rc2 (Thu Mar 24 10:33:39 2005 UTC). Jun 18 15:27:41 linuxamd kernel: PCI: Found IRQ 5 for device 0000:00:0f.0 Jun 18 15:27:41 linuxamd kernel: ALSA device list: Jun 18 15:27:41 linuxamd kernel: #0: SB Live [Unknown] (rev.7, serial:0x80611102) at 0xe000, irq 5 Something is awry? Nick -- "When you're chewing on life's gristle, Don't grumble, Give a whistle..." ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: 2 errors in 2.6.12 2005-06-19 10:04 Nick Warne @ 2005-06-19 11:25 ` Nick Warne 0 siblings, 0 replies; 11+ messages in thread From: Nick Warne @ 2005-06-19 11:25 UTC (permalink / raw) To: linux-kernel On Sunday 19 June 2005 11:04, you wrote: > >and my SBLive! plays only on 2 repros Front left and right. > > Yes - I noticed something with my SB Live. I thought it was me, but going > through everythnig this morning, I don't think it is. > > From 2.6.11.12 dmesg: > > Jun 17 18:39:45 linuxamd kernel: Advanced Linux Sound Architecture Driver > Version 1.0.8 (Thu Jan 13 09:39:32 2005 UTC). > Jun 17 18:39:45 linuxamd kernel: ACPI: PCI interrupt 0000:00:0f.0[A] -> GSI > 5 (level, low) -> IRQ 5 > Jun 17 18:39:45 linuxamd kernel: ALSA device list: > Jun 17 18:39:45 linuxamd kernel: #0: Sound Blaster Live! (rev.7, > serial:0x80611102) at 0xe000, irq 5 > > And here from new 2.6.12 dmesg: > > Jun 18 15:27:41 linuxamd kernel: Advanced Linux Sound Architecture Driver > Version 1.0.9rc2 (Thu Mar 24 10:33:39 2005 UTC). > Jun 18 15:27:41 linuxamd kernel: PCI: Found IRQ 5 for device 0000:00:0f.0 > Jun 18 15:27:41 linuxamd kernel: ALSA device list: > Jun 18 15:27:41 linuxamd kernel: #0: SB Live [Unknown] (rev.7, > serial:0x80611102) at 0xe000, irq 5 OK, I have found out why - an alsa-devel patch changed to be more specific on the chipset/model - more here: http://marc.theaimsgroup.com/?l=linux-kernel&m=111209948526203&w=2 It turns out my card isn't in the ID list, so it gets given an 'unknown'. As this changed from 2.6.11.12, alsamixer then reset (effectively a new card!) so I had to reset all my mixer settings again - I would look at your mixer settings for the surround sound settings (mute etc.). Here is a page with the ID and chipsets of the cards: http://www.digit-life.com/articles/livetolive51/ I am going to attempt to add my card into emu10k1_main.c to get it set right: 0 [Unknown ]: EMU10K1 - SB Live [Unknown] SB Live [Unknown] (rev.7, serial:0x80611102) at 0xe000, irq 5 >From that 'livetolive51' page I am told I have: SB0060 - SBlive! Value (PCI\VEN_1102&DEV_0002&SUBSYS_80611102) Nick -- "When you're chewing on life's gristle, Don't grumble, Give a whistle..." ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: 2 errors in 2.6.12
@ 2005-06-19 14:07 Nick Warne
0 siblings, 0 replies; 11+ messages in thread
From: Nick Warne @ 2005-06-19 14:07 UTC (permalink / raw)
To: linux-kernel
Replying to myself...
> Here is a page with the ID and chipsets of the cards:
>
> http://www.digit-life.com/articles/livetolive51/
>
> I am going to attempt to add my card into emu10k1_main.c to get it set
> right:
>
> 0 [Unknown ]: EMU10K1 - SB Live [Unknown]
> SB Live [Unknown] (rev.7, serial:0x80611102) at
> 0xe000,
> irq 5
>
> From that 'livetolive51' page I am told I have:
> SB0060 - SBlive! Value (PCI\VEN_1102&DEV_0002&SUBSYS_80611102)
This worked fine, but fishing around, I see 'new' cards ID's are added all the
time:
http://cvs.sourceforge.net/viewcvs.py/alsa/alsa-kernel/pci/emu10k1/emu10k1_main.c?rev=1.58&view=log
so eventually the [UKNOWN] bit will disappear and alsamixer settings will
remain between different version kernels (2.6.1x[.x]) then.
Nick
--
"When you're chewing on life's gristle,
Don't grumble, Give a whistle..."
^ permalink raw reply [flat|nested] 11+ messages in threadend of thread, other threads:[~2005-08-01 20:02 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-19 7:57 2 errors in 2.6.12 Michal Semler
[not found] ` <20050728214851.44877164.akpm@osdl.org>
2005-07-31 11:51 ` Michal Semler
2005-07-31 17:31 ` Andrew Morton
2005-07-31 17:53 ` Michael Krufky
2005-08-01 9:16 ` CIJOML
[not found] ` <1122894516.5340.9.camel@pc08.localdom.local>
[not found] ` <20050801201017.G77710@nebuchadnezzar.smejdil.cz>
2005-08-01 19:55 ` hermann pitton
2005-08-01 20:02 ` Michael Krufky
2005-08-01 18:03 ` CIJOML
-- strict thread matches above, loose matches on Subject: below --
2005-06-19 10:04 Nick Warne
2005-06-19 11:25 ` Nick Warne
2005-06-19 14:07 Nick Warne
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox