* Re: [linux-dvb] WG: Problems with MSI Digivox Duo DVB-T USB, Ubuntu 8.04 [not found] <0MKxQS-1KLM2V1c9L-0001hx@mrelayeu.kundenserver.de> @ 2008-07-22 18:16 ` tom 2008-07-22 18:21 ` Antti Palosaari 0 siblings, 1 reply; 14+ messages in thread From: tom @ 2008-07-22 18:16 UTC (permalink / raw) To: crope; +Cc: linux-dvb thanks for the quick reply and providing the test!! Should I use 'make rminstall' before I instal the test? And for installing the test, should I use the 'make all'? Thomas Am Dienstag, den 22.07.2008, 19:52 +0200 schrieb Thomas Ickes: > > -----Ursprüngliche Nachricht----- > Von: Antti Palosaari [mailto:crope@iki.fi] > Gesendet: Dienstag, 22. Juli 2008 19:21 > An: Thomas Ickes > Cc: linux-dvb@linuxtv.org > Betreff: Re: [linux-dvb] Problems with MSI Digivox Duo DVB-T USB, Ubuntu 8.04 > > Thomas Ickes wrote: > > Hello, > > > > isn't there anyone who has some hints for me regarding the PID Filter Problems? > > For me it looked like af9015_pid_filter_ctrl() was failing and thats why > errors. I don't have idea why it is failing. But I did special build for > you to test again. Now whole PID-filter is disabled. > http://linuxtv.org/hg/~anttip/af9015_disable_pid_filter/ > > PID-filtering is needed if we have only USB1.1 ports. PID-filter removes > unnecessary channels from transport stream that it can fit to USB1.1 > speed. USB2.0 does not need PID-filtering because it is capable of > transfer whole stream (MUX). > > Antti > > > > Thanks > > Thomas > > > > -----Ursprüngliche Nachricht----- > > Von: linux-dvb-bounces@linuxtv.org [mailto:linux-dvb-bounces@linuxtv.org] Im Auftrag von tom > > Gesendet: Sonntag, 20. Juli 2008 15:19 > > An: Antti Palosaari > > Cc: linux-dvb@linuxtv.org > > Betreff: Re: [linux-dvb] Problems with MSI Digivox Duo DVB-T USB, Ubuntu 8.04 > > > > Hello Antti, > > > > based on the techn. spec of my notebook (compaq evo n800w) there are usb > > 2.0 ports... > > I'm lost in space regarding the pid filters, I even don't know what the > > pid filter is :-). Sorry, but I'm not using linux for so long... > > > > Maybe someone else have an idea why this is not working. > > > > Thomas > > > > Am Sonntag, den 20.07.2008, 15:56 +0300 schrieb Antti Palosaari: > >> hello tom > >> > >> tom wrote: > >>> results of lsmod | grep dvb: > >>> > >>> dvb_usb_af9015 24332 0 > >>> dvb_usb 22924 1 dvb_usb_af9015 > >>> dvb_core 80636 1 dvb_usb > >>> i2c_core 24832 4 mxl5005s,af9013,dvb_usb_af9015,dvb_usb > >>> usbcore 146028 > >>> 6 dvb_usb_af9015,dvb_usb,usbhid,ehci_hcd,ohci_hcd > >>> > >>> Thomas > >>> > >>> > >>> Am Samstag, den 19.07.2008, 10:58 +0200 schrieb tom: > >>>> Hi Antti, > >>>> I have installed the driver. After reboot dmesg gives the following. > >>>> [ 1532.502328] dvb-usb: could not handle pid_parser > >> I don't know whats wrong but it looks like coming from PID-filter. You > >> have only USB1.1 ports? > >> > >> Driver will disable 2nd tuner / frontend if there is only USB1.1 because > >> I don't know if there is any way to use PID-filters for 2nd frontend. > >> Also FE#1 performance is bad in dual tuner device for unknown reason. > >> But I still don't see reason why your device is not working. > >> > >> Thats weird situation: > >> dual mode (2 receivers): > >> FE#1 bad > >> FE#2 good > >> single mode (1 receiver): > >> FE#1 good > >> > > > > > > _______________________________________________ > > linux-dvb mailing list > > linux-dvb@linuxtv.org > > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb > > > > > > _______________________________________________ > > linux-dvb mailing list > > linux-dvb@linuxtv.org > > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb > > _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [linux-dvb] WG: Problems with MSI Digivox Duo DVB-T USB, Ubuntu 8.04 2008-07-22 18:16 ` [linux-dvb] WG: Problems with MSI Digivox Duo DVB-T USB, Ubuntu 8.04 tom @ 2008-07-22 18:21 ` Antti Palosaari 2008-07-22 18:41 ` tom 0 siblings, 1 reply; 14+ messages in thread From: Antti Palosaari @ 2008-07-22 18:21 UTC (permalink / raw) To: tom; +Cc: linux-dvb tom wrote: > thanks for the quick reply and providing the test!! > > Should I use 'make rminstall' before I instal the test? > And for installing the test, should I use the 'make all'? make make install make rmmod replug stick > > Thomas > > Am Dienstag, den 22.07.2008, 19:52 +0200 schrieb Thomas Ickes: >> -----Ursprüngliche Nachricht----- >> Von: Antti Palosaari [mailto:crope@iki.fi] >> Gesendet: Dienstag, 22. Juli 2008 19:21 >> An: Thomas Ickes >> Cc: linux-dvb@linuxtv.org >> Betreff: Re: [linux-dvb] Problems with MSI Digivox Duo DVB-T USB, Ubuntu 8.04 >> >> Thomas Ickes wrote: >>> Hello, >>> >>> isn't there anyone who has some hints for me regarding the PID Filter Problems? >> For me it looked like af9015_pid_filter_ctrl() was failing and thats why >> errors. I don't have idea why it is failing. But I did special build for >> you to test again. Now whole PID-filter is disabled. >> http://linuxtv.org/hg/~anttip/af9015_disable_pid_filter/ >> >> PID-filtering is needed if we have only USB1.1 ports. PID-filter removes >> unnecessary channels from transport stream that it can fit to USB1.1 >> speed. USB2.0 does not need PID-filtering because it is capable of >> transfer whole stream (MUX). >> >> Antti >>> Thanks >>> Thomas >>> >>> -----Ursprüngliche Nachricht----- >>> Von: linux-dvb-bounces@linuxtv.org [mailto:linux-dvb-bounces@linuxtv.org] Im Auftrag von tom >>> Gesendet: Sonntag, 20. Juli 2008 15:19 >>> An: Antti Palosaari >>> Cc: linux-dvb@linuxtv.org >>> Betreff: Re: [linux-dvb] Problems with MSI Digivox Duo DVB-T USB, Ubuntu 8.04 >>> >>> Hello Antti, >>> >>> based on the techn. spec of my notebook (compaq evo n800w) there are usb >>> 2.0 ports... >>> I'm lost in space regarding the pid filters, I even don't know what the >>> pid filter is :-). Sorry, but I'm not using linux for so long... >>> >>> Maybe someone else have an idea why this is not working. >>> >>> Thomas >>> >>> Am Sonntag, den 20.07.2008, 15:56 +0300 schrieb Antti Palosaari: >>>> hello tom >>>> >>>> tom wrote: >>>>> results of lsmod | grep dvb: >>>>> >>>>> dvb_usb_af9015 24332 0 >>>>> dvb_usb 22924 1 dvb_usb_af9015 >>>>> dvb_core 80636 1 dvb_usb >>>>> i2c_core 24832 4 mxl5005s,af9013,dvb_usb_af9015,dvb_usb >>>>> usbcore 146028 >>>>> 6 dvb_usb_af9015,dvb_usb,usbhid,ehci_hcd,ohci_hcd >>>>> >>>>> Thomas >>>>> >>>>> >>>>> Am Samstag, den 19.07.2008, 10:58 +0200 schrieb tom: >>>>>> Hi Antti, >>>>>> I have installed the driver. After reboot dmesg gives the following. >>>>>> [ 1532.502328] dvb-usb: could not handle pid_parser >>>> I don't know whats wrong but it looks like coming from PID-filter. You >>>> have only USB1.1 ports? >>>> >>>> Driver will disable 2nd tuner / frontend if there is only USB1.1 because >>>> I don't know if there is any way to use PID-filters for 2nd frontend. >>>> Also FE#1 performance is bad in dual tuner device for unknown reason. >>>> But I still don't see reason why your device is not working. >>>> >>>> Thats weird situation: >>>> dual mode (2 receivers): >>>> FE#1 bad >>>> FE#2 good >>>> single mode (1 receiver): >>>> FE#1 good >>>> >>> >>> _______________________________________________ >>> linux-dvb mailing list >>> linux-dvb@linuxtv.org >>> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb >>> >>> >>> _______________________________________________ >>> linux-dvb mailing list >>> linux-dvb@linuxtv.org >>> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb >> > -- http://palosaari.fi/ _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [linux-dvb] WG: Problems with MSI Digivox Duo DVB-T USB, Ubuntu 8.04 2008-07-22 18:21 ` Antti Palosaari @ 2008-07-22 18:41 ` tom 2008-07-22 18:46 ` Antti Palosaari 0 siblings, 1 reply; 14+ messages in thread From: tom @ 2008-07-22 18:41 UTC (permalink / raw) To: Antti Palosaari; +Cc: linux-dvb Did make make install make rmmod replug strick -> lsmod | grep usb dvb_usb_af9015 23820 1 dvb_usb 22924 1 dvb_usb_af9015 dvb_core 80636 1 dvb_usb i2c_core 24832 4 mxl5005s,af9013,dvb_usb_af9015,dvb_usb usbhid 31872 0 hid 38784 1 usbhid usbcore 146028 6 dvb_usb_af9015,dvb_usb,usbhid,ehci_hcd,ohci_hcd -> channel scan Using DVB device 0:0 "Afatech AF9013 DVB-T" tuning DVB-T to 402000000 Hz inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 .FE_READ_STATUS: Remote I/O error Transponders: 1/63 Invalid section length or timeout: pid=17 Frontend closed openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB Using DVB device 0:0 "Afatech AF9013 DVB-T" tuning DVB-T to 490000000 Hz inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 .FE_READ_STATUS: Remote I/O error Transponders: 12/63 Invalid section length or timeout: pid=17 Frontend closed openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB Using DVB device 0:0 "Afatech AF9013 DVB-T" tuning DVB-T to 578000000 Hz inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 .FE_READ_STATUS: Remote I/O error Transponders: 23/63 Invalid section length or timeout: pid=17 Frontend closed openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB Using DVB device 0:0 "Afatech AF9013 DVB-T" tuning DVB-T to 602000000 Hz inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 .FE_READ_STATUS: Remote I/O error Transponders: 26/63 Invalid section length or timeout: pid=17 Frontend closed openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB Using DVB device 0:0 "Afatech AF9013 DVB-T" tuning DVB-T to 626000000 Hz inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 .FE_READ_STATUS: Remote I/O error Transponders: 29/63 Invalid section length or timeout: pid=17 Frontend closed openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB Using DVB device 0:0 "Afatech AF9013 DVB-T" tuning DVB-T to 650000000 Hz inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 .FE_READ_STATUS: Remote I/O error Transponders: 32/63 Invalid section length or timeout: pid=17 Frontend closed openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB Using DVB device 0:0 "Afatech AF9013 DVB-T" tuning DVB-T to 674000000 Hz inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 .FE_READ_STATUS: Remote I/O error Transponders: 35/63 Invalid section length or timeout: pid=17 Frontend closed openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB Using DVB device 0:0 "Afatech AF9013 DVB-T" tuning DVB-T to 698000000 Hz inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 .FE_READ_STATUS: Remote I/O error Transponders: 38/63 Invalid section length or timeout: pid=17 Frontend closed openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB Using DVB device 0:0 "Afatech AF9013 DVB-T" tuning DVB-T to 722000000 Hz inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 .FE_READ_STATUS: Remote I/O error Transponders: 41/63 Invalid section length or timeout: pid=17 Frontend closed openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB Using DVB device 0:0 "Afatech AF9013 DVB-T" tuning DVB-T to 746000000 Hz inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 .FE_READ_STATUS: Remote I/O error Transponders: 44/63 Invalid section length or timeout: pid=17 Frontend closed openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB Using DVB device 0:0 "Afatech AF9013 DVB-T" tuning DVB-T to 770000000 Hz inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 .FE_READ_STATUS: Remote I/O error Transponders: 47/63 Invalid section length or timeout: pid=17 Frontend closed openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB Using DVB device 0:0 "Afatech AF9013 DVB-T" tuning DVB-T to 794000000 Hz inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 .FE_READ_STATUS: Remote I/O error Transponders: 50/63 Invalid section length or timeout: pid=17 Frontend closed openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB Using DVB device 0:0 "Afatech AF9013 DVB-T" tuning DVB-T to 818000000 Hz inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 .FE_READ_STATUS: Remote I/O error Transponders: 53/63 Invalid section length or timeout: pid=17 Frontend closed openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB Using DVB device 0:0 "Afatech AF9013 DVB-T" tuning DVB-T to 842000000 Hz inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 .FE_READ_STATUS: Remote I/O error Transponders: 56/63 Invalid section length or timeout: pid=17 Frontend closed openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB Using DVB device 0:0 "Afatech AF9013 DVB-T" tuning DVB-T to 866000000 Hz inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 ERROR tuning : Invalid argument Frontend closed dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB openFe:: Device or resource busy dvbsi: Cant tune DVB Using DVB device 0:0 "Afatech AF9013 DVB-T" tuning DVB-T to 898000000 Hz inv:2 bw:0 fecH:9 fecL:9 mod:6 tm:2 gi:4 hier:4 ERROR tuning : Invalid argument Frontend closed dvbsi: Cant tune DVB Transponders: 63 dvbsi: The end :) Channels found: 0 Any further ideas or informations which I can provide? Thanks Thomas Am Dienstag, den 22.07.2008, 21:21 +0300 schrieb Antti Palosaari: > tom wrote: > > thanks for the quick reply and providing the test!! > > > > Should I use 'make rminstall' before I instal the test? > > And for installing the test, should I use the 'make all'? > > make > make install > make rmmod > replug stick > > > > > Thomas > > > > Am Dienstag, den 22.07.2008, 19:52 +0200 schrieb Thomas Ickes: > >> -----Ursprüngliche Nachricht----- > >> Von: Antti Palosaari [mailto:crope@iki.fi] > >> Gesendet: Dienstag, 22. Juli 2008 19:21 > >> An: Thomas Ickes > >> Cc: linux-dvb@linuxtv.org > >> Betreff: Re: [linux-dvb] Problems with MSI Digivox Duo DVB-T USB, Ubuntu 8.04 > >> > >> Thomas Ickes wrote: > >>> Hello, > >>> > >>> isn't there anyone who has some hints for me regarding the PID Filter Problems? > >> For me it looked like af9015_pid_filter_ctrl() was failing and thats why > >> errors. I don't have idea why it is failing. But I did special build for > >> you to test again. Now whole PID-filter is disabled. > >> http://linuxtv.org/hg/~anttip/af9015_disable_pid_filter/ > >> > >> PID-filtering is needed if we have only USB1.1 ports. PID-filter removes > >> unnecessary channels from transport stream that it can fit to USB1.1 > >> speed. USB2.0 does not need PID-filtering because it is capable of > >> transfer whole stream (MUX). > >> > >> Antti > >>> Thanks > >>> Thomas > >>> > >>> -----Ursprüngliche Nachricht----- > >>> Von: linux-dvb-bounces@linuxtv.org [mailto:linux-dvb-bounces@linuxtv.org] Im Auftrag von tom > >>> Gesendet: Sonntag, 20. Juli 2008 15:19 > >>> An: Antti Palosaari > >>> Cc: linux-dvb@linuxtv.org > >>> Betreff: Re: [linux-dvb] Problems with MSI Digivox Duo DVB-T USB, Ubuntu 8.04 > >>> > >>> Hello Antti, > >>> > >>> based on the techn. spec of my notebook (compaq evo n800w) there are usb > >>> 2.0 ports... > >>> I'm lost in space regarding the pid filters, I even don't know what the > >>> pid filter is :-). Sorry, but I'm not using linux for so long... > >>> > >>> Maybe someone else have an idea why this is not working. > >>> > >>> Thomas > >>> > >>> Am Sonntag, den 20.07.2008, 15:56 +0300 schrieb Antti Palosaari: > >>>> hello tom > >>>> > >>>> tom wrote: > >>>>> results of lsmod | grep dvb: > >>>>> > >>>>> dvb_usb_af9015 24332 0 > >>>>> dvb_usb 22924 1 dvb_usb_af9015 > >>>>> dvb_core 80636 1 dvb_usb > >>>>> i2c_core 24832 4 mxl5005s,af9013,dvb_usb_af9015,dvb_usb > >>>>> usbcore 146028 > >>>>> 6 dvb_usb_af9015,dvb_usb,usbhid,ehci_hcd,ohci_hcd > >>>>> > >>>>> Thomas > >>>>> > >>>>> > >>>>> Am Samstag, den 19.07.2008, 10:58 +0200 schrieb tom: > >>>>>> Hi Antti, > >>>>>> I have installed the driver. After reboot dmesg gives the following. > >>>>>> [ 1532.502328] dvb-usb: could not handle pid_parser > >>>> I don't know whats wrong but it looks like coming from PID-filter. You > >>>> have only USB1.1 ports? > >>>> > >>>> Driver will disable 2nd tuner / frontend if there is only USB1.1 because > >>>> I don't know if there is any way to use PID-filters for 2nd frontend. > >>>> Also FE#1 performance is bad in dual tuner device for unknown reason. > >>>> But I still don't see reason why your device is not working. > >>>> > >>>> Thats weird situation: > >>>> dual mode (2 receivers): > >>>> FE#1 bad > >>>> FE#2 good > >>>> single mode (1 receiver): > >>>> FE#1 good > >>>> > >>> > >>> _______________________________________________ > >>> linux-dvb mailing list > >>> linux-dvb@linuxtv.org > >>> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb > >>> > >>> > >>> _______________________________________________ > >>> linux-dvb mailing list > >>> linux-dvb@linuxtv.org > >>> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb > >> > > > > _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [linux-dvb] WG: Problems with MSI Digivox Duo DVB-T USB, Ubuntu 8.04 2008-07-22 18:41 ` tom @ 2008-07-22 18:46 ` Antti Palosaari [not found] ` <1216754067.6686.7.camel@super-klappi> 0 siblings, 1 reply; 14+ messages in thread From: Antti Palosaari @ 2008-07-22 18:46 UTC (permalink / raw) To: tom; +Cc: linux-dvb tom wrote: > .FE_READ_STATUS: Remote I/O error > > Transponders: 1/63 > > Invalid section length or timeout: pid=17 > > Frontend closed > > Any further ideas or informations which I can provide? Looks like it almost immediately hangs when tuning is tried. Could report what it prints to the debug (/var/log/debug probably). Antti -- http://palosaari.fi/ _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 14+ messages in thread
[parent not found: <1216754067.6686.7.camel@super-klappi>]
* Re: [linux-dvb] WG: Problems with MSI Digivox Duo DVB-T USB, Ubuntu 8.04 [not found] ` <1216754067.6686.7.camel@super-klappi> @ 2008-07-22 19:21 ` Antti Palosaari 2008-07-22 19:26 ` tom 0 siblings, 1 reply; 14+ messages in thread From: Antti Palosaari @ 2008-07-22 19:21 UTC (permalink / raw) To: tom; +Cc: linux-dvb tom wrote: > have attached a message file, hope this helps. let me know if more is > required. yes, it hangs when tuner is accessed. I have still no idea why. Could you try newer firmware? Latest firmware is 4.95.0 and you are using very old one 4.65.0. > > Am Dienstag, den 22.07.2008, 21:46 +0300 schrieb Antti Palosaari: >> tom wrote: >>> .FE_READ_STATUS: Remote I/O error >>> >>> Transponders: 1/63 >>> >>> Invalid section length or timeout: pid=17 >>> >>> Frontend closed >>> >>> Any further ideas or informations which I can provide? >> Looks like it almost immediately hangs when tuning is tried. >> Could report what it prints to the debug (/var/log/debug probably). >> >> Antti -- http://palosaari.fi/ _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [linux-dvb] WG: Problems with MSI Digivox Duo DVB-T USB, Ubuntu 8.04 2008-07-22 19:21 ` Antti Palosaari @ 2008-07-22 19:26 ` tom 2008-07-22 19:34 ` Antti Palosaari 0 siblings, 1 reply; 14+ messages in thread From: tom @ 2008-07-22 19:26 UTC (permalink / raw) To: Antti Palosaari; +Cc: linux-dvb ah, ok. can I found to firmware on linuxtv? Am Dienstag, den 22.07.2008, 22:21 +0300 schrieb Antti Palosaari: > tom wrote: > > have attached a message file, hope this helps. let me know if more is > > required. > > yes, it hangs when tuner is accessed. I have still no idea why. Could > you try newer firmware? Latest firmware is 4.95.0 and you are using very > old one 4.65.0. > > > > > > Am Dienstag, den 22.07.2008, 21:46 +0300 schrieb Antti Palosaari: > >> tom wrote: > >>> .FE_READ_STATUS: Remote I/O error > >>> > >>> Transponders: 1/63 > >>> > >>> Invalid section length or timeout: pid=17 > >>> > >>> Frontend closed > >>> > >>> Any further ideas or informations which I can provide? > >> Looks like it almost immediately hangs when tuning is tried. > >> Could report what it prints to the debug (/var/log/debug probably). > >> > >> Antti > > _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [linux-dvb] WG: Problems with MSI Digivox Duo DVB-T USB, Ubuntu 8.04 2008-07-22 19:26 ` tom @ 2008-07-22 19:34 ` Antti Palosaari 2008-07-22 19:35 ` tom 0 siblings, 1 reply; 14+ messages in thread From: Antti Palosaari @ 2008-07-22 19:34 UTC (permalink / raw) To: tom; +Cc: linux-dvb tom wrote: > ah, ok. can I found to firmware on linuxtv? nope, It is at the same location where you have downloaded current one: http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/ Antti -- http://palosaari.fi/ _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [linux-dvb] WG: Problems with MSI Digivox Duo DVB-T USB, Ubuntu 8.04 2008-07-22 19:34 ` Antti Palosaari @ 2008-07-22 19:35 ` tom 2008-07-22 19:51 ` tom 0 siblings, 1 reply; 14+ messages in thread From: tom @ 2008-07-22 19:35 UTC (permalink / raw) To: Antti Palosaari; +Cc: linux-dvb ok, will download it and try it with the test driver and the previous version. Am Dienstag, den 22.07.2008, 22:34 +0300 schrieb Antti Palosaari: > tom wrote: > > ah, ok. can I found to firmware on linuxtv? > > nope, It is at the same location where you have downloaded current one: > http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/ > > Antti _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [linux-dvb] WG: Problems with MSI Digivox Duo DVB-T USB, Ubuntu 8.04 2008-07-22 19:35 ` tom @ 2008-07-22 19:51 ` tom 2008-07-22 20:00 ` tom 0 siblings, 1 reply; 14+ messages in thread From: tom @ 2008-07-22 19:51 UTC (permalink / raw) To: Antti Palosaari; +Cc: linux-dvb test driver - actual firmware stored in /lib/firmware - stick unpluged - channel scan runs :-) will try with it with pervious driver Am Dienstag, den 22.07.2008, 21:35 +0200 schrieb tom: > ok, will download it and try it with the test driver and the previous > version. > > Am Dienstag, den 22.07.2008, 22:34 +0300 schrieb Antti Palosaari: > > tom wrote: > > > ah, ok. can I found to firmware on linuxtv? > > > > nope, It is at the same location where you have downloaded current one: > > http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/ > > > > Antti > > > _______________________________________________ > linux-dvb mailing list > linux-dvb@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [linux-dvb] WG: Problems with MSI Digivox Duo DVB-T USB, Ubuntu 8.04 2008-07-22 19:51 ` tom @ 2008-07-22 20:00 ` tom 2008-07-22 20:07 ` Antti Palosaari 0 siblings, 1 reply; 14+ messages in thread From: tom @ 2008-07-22 20:00 UTC (permalink / raw) To: Antti Palosaari; +Cc: linux-dvb !!SUCCESS!! Scan has found channels and everything works! Antti, many thanks for your support and especially for your patience! Thomas Am Dienstag, den 22.07.2008, 21:51 +0200 schrieb tom: > test driver > - actual firmware stored in /lib/firmware > - stick unpluged > - channel scan runs :-) > > will try with it with pervious driver > > Am Dienstag, den 22.07.2008, 21:35 +0200 schrieb tom: > > ok, will download it and try it with the test driver and the previous > > version. > > > > Am Dienstag, den 22.07.2008, 22:34 +0300 schrieb Antti Palosaari: > > > tom wrote: > > > > ah, ok. can I found to firmware on linuxtv? > > > > > > nope, It is at the same location where you have downloaded current one: > > > http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/ > > > > > > Antti > > > > > > _______________________________________________ > > linux-dvb mailing list > > linux-dvb@linuxtv.org > > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [linux-dvb] WG: Problems with MSI Digivox Duo DVB-T USB, Ubuntu 8.04 2008-07-22 20:00 ` tom @ 2008-07-22 20:07 ` Antti Palosaari 2008-07-22 20:31 ` tom 0 siblings, 1 reply; 14+ messages in thread From: Antti Palosaari @ 2008-07-22 20:07 UTC (permalink / raw) To: tom; +Cc: linux-dvb tom wrote: > !!SUCCESS!! :) > > Scan has found channels and everything works! Problem was coming from too old firmware? Try both tuners. I have AzureWave which is rather similar and I have problem that first tuner performance is bad (it goes bad immediately when second receiver is enabled). Some noise, mosaic pixels, in picture :o I wonder if you have same problem... > Antti, many thanks for your support and especially for your patience! > > Thomas Antti -- http://palosaari.fi/ _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [linux-dvb] WG: Problems with MSI Digivox Duo DVB-T USB, Ubuntu 8.04 2008-07-22 20:07 ` Antti Palosaari @ 2008-07-22 20:31 ` tom 2008-07-25 8:27 ` tom 0 siblings, 1 reply; 14+ messages in thread From: tom @ 2008-07-22 20:31 UTC (permalink / raw) To: Antti Palosaari; +Cc: linux-dvb yes, problem was old firmware...very stupid :) I will try out both tuners and let you know. at the moment I'm happy and try to tune some channels (puh) which player do you use? Thomas Am Dienstag, den 22.07.2008, 23:07 +0300 schrieb Antti Palosaari: > tom wrote: > > !!SUCCESS!! > :) > > > > Scan has found channels and everything works! > > Problem was coming from too old firmware? > > Try both tuners. I have AzureWave which is rather similar and I have > problem that first tuner performance is bad (it goes bad immediately > when second receiver is enabled). Some noise, mosaic pixels, in picture > :o I wonder if you have same problem... > > > Antti, many thanks for your support and especially for your patience! > > > > Thomas > > Antti _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [linux-dvb] WG: Problems with MSI Digivox Duo DVB-T USB, Ubuntu 8.04 2008-07-22 20:31 ` tom @ 2008-07-25 8:27 ` tom 2008-07-25 11:10 ` Antti Palosaari 0 siblings, 1 reply; 14+ messages in thread From: tom @ 2008-07-25 8:27 UTC (permalink / raw) To: Antti Palosaari; +Cc: linux-dvb I have checked both tuners. And I can see slighty differences. One is good and the other is not so good. In addition I have tested the stick with windows. The tuning is much better and the picture doesn't stuck and don't brings mosaic pixels. when I switch in windows the tuners I can see with one tuner an orange light, with the other tuner I see a green light. green means 100 % channel strongness. Under linux all channels do have ~ 40 %. My impresion is that the amplifier in the stick does not work efficient under linux. could this be a driver issue? Am Dienstag, den 22.07.2008, 22:31 +0200 schrieb tom: > yes, problem was old firmware...very stupid :) > > I will try out both tuners and let you know. at the moment I'm happy and > try to tune some channels (puh) > > which player do you use? > > Thomas > > Am Dienstag, den 22.07.2008, 23:07 +0300 schrieb Antti Palosaari: > > tom wrote: > > > !!SUCCESS!! > > :) > > > > > > Scan has found channels and everything works! > > > > Problem was coming from too old firmware? > > > > Try both tuners. I have AzureWave which is rather similar and I have > > problem that first tuner performance is bad (it goes bad immediately > > when second receiver is enabled). Some noise, mosaic pixels, in picture > > :o I wonder if you have same problem... > > > > > Antti, many thanks for your support and especially for your patience! > > > > > > Thomas > > > > Antti > > > _______________________________________________ > linux-dvb mailing list > linux-dvb@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [linux-dvb] WG: Problems with MSI Digivox Duo DVB-T USB, Ubuntu 8.04 2008-07-25 8:27 ` tom @ 2008-07-25 11:10 ` Antti Palosaari 0 siblings, 0 replies; 14+ messages in thread From: Antti Palosaari @ 2008-07-25 11:10 UTC (permalink / raw) To: tom; +Cc: linux-dvb tom wrote: > I have checked both tuners. And I can see slighty differences. One is > good and the other is not so good. yes, I know that but haven't find the bug :( Tuner number 1 goes bad (sensitivity is not good) after tuner number 2 is enabled. If I disable tuner 2 then tuner 1 is OK. And if both tuners are enabled tuner 2 is OK. For developer point of view it looks just like some streaming settings are wrong... > In addition I have tested the stick with windows. The tuning is much > better and the picture doesn't stuck and don't brings mosaic pixels. > > when I switch in windows the tuners I can see with one tuner an orange > light, with the other tuner I see a green light. green means 100 % > channel strongness. Hmm. looks like tuner 1 is poorer also under Windows? > Under linux all channels do have ~ 40 %. Those are just values, you cannot compare Windows and Linux signals because driver reports what it reports and also software then shows what it wants to show... Linux driver reports signal between 0-0xffff. > My impresion is that the amplifier in the stick does not work efficient > under linux. > could this be a driver issue? No, I tested almost all MXL5005S tuner driver settings and any of those didn't help. Antti > > > Am Dienstag, den 22.07.2008, 22:31 +0200 schrieb tom: >> yes, problem was old firmware...very stupid :) >> >> I will try out both tuners and let you know. at the moment I'm happy and >> try to tune some channels (puh) >> >> which player do you use? >> >> Thomas >> >> Am Dienstag, den 22.07.2008, 23:07 +0300 schrieb Antti Palosaari: >>> tom wrote: >>>> !!SUCCESS!! >>> :) >>>> Scan has found channels and everything works! >>> Problem was coming from too old firmware? >>> >>> Try both tuners. I have AzureWave which is rather similar and I have >>> problem that first tuner performance is bad (it goes bad immediately >>> when second receiver is enabled). Some noise, mosaic pixels, in picture >>> :o I wonder if you have same problem... >>> >>>> Antti, many thanks for your support and especially for your patience! >>>> >>>> Thomas >>> Antti >> >> _______________________________________________ >> linux-dvb mailing list >> linux-dvb@linuxtv.org >> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb > > > _______________________________________________ > linux-dvb mailing list > linux-dvb@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb -- http://palosaari.fi/ _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb ^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2008-07-25 11:10 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <0MKxQS-1KLM2V1c9L-0001hx@mrelayeu.kundenserver.de>
2008-07-22 18:16 ` [linux-dvb] WG: Problems with MSI Digivox Duo DVB-T USB, Ubuntu 8.04 tom
2008-07-22 18:21 ` Antti Palosaari
2008-07-22 18:41 ` tom
2008-07-22 18:46 ` Antti Palosaari
[not found] ` <1216754067.6686.7.camel@super-klappi>
2008-07-22 19:21 ` Antti Palosaari
2008-07-22 19:26 ` tom
2008-07-22 19:34 ` Antti Palosaari
2008-07-22 19:35 ` tom
2008-07-22 19:51 ` tom
2008-07-22 20:00 ` tom
2008-07-22 20:07 ` Antti Palosaari
2008-07-22 20:31 ` tom
2008-07-25 8:27 ` tom
2008-07-25 11:10 ` Antti Palosaari
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox