Re: High cpu load (dvb_usb_dib0700)

2009-12-15 Thread Jan Korbel
Hello. I have the same problem. Two tuners ASUS My Cinema U3000 Mini DVBT Tuner: Bus 005 Device 004: ID 0b05:171f ASUSTek Computer, Inc. Bus 005 Device 003: ID 0b05:171f ASUSTek Computer, Inc. Kernel 2.6.31 and 2.6.32 (debian packages), firmware dvb-usb-dib0700-1.20.fw. Intel Atom 330

Re: High cpu load (dvb_usb_dib0700)

2009-12-15 Thread Patrick Boettcher
Hi, On Tue, 15 Dec 2009, Jan Korbel wrote: Hello. I have the same problem. Two tuners ASUS My Cinema U3000 Mini DVBT Tuner: Bus 005 Device 004: ID 0b05:171f ASUSTek Computer, Inc. Bus 005 Device 003: ID 0b05:171f ASUSTek Computer, Inc. Kernel 2.6.31 and 2.6.32 (debian packages), firmware

Re: High cpu load (dvb_usb_dib0700)

2009-12-15 Thread Markus Suvanto
Have you tried to load dvb-usb with disable_rc_polling=1 ? It may or may not help. If it helps it will necessary to have a look at the ir-polling code to see whether there is some thing like 'scheduling'. Yes it helps. echo 1 /sys/module/dvb_usb/parameters/disable_rc_polling and my cpu

Re: High cpu load (dvb_usb_dib0700)

2009-12-15 Thread Jan Korbel
Hello. Patrick Boettcher wrote: Have you tried to load dvb-usb with disable_rc_polling=1 ? It may or may not help. If it helps it will necessary to have a look at the ir-polling code to see whether there is some thing like 'scheduling'. regards, It helps :) Thanks. J. smime.p7s

High cpu load (dvb_usb_dib0700)

2009-11-27 Thread Markus Suvanto
Hauppauge Nova-T 500 Dual DVB-T generates high cpu load even if there is nothing going on. For example: #!/bin/bash echo rmmod dvb_usb_dib0700 rmmod dvb_usb_dib0700 for ((i=0; i10; i++)) do cat /proc/loadavg sleep 30 done echo modprobe