Re: ok more details: Re: bttv problem loading takes about several minutes

2009-06-19 Thread Halim Sahin
Hi, Ok I have tested modprobe bttv audiodev=-1 card=34 tuner=24 gbuffers=16 I am seeing again the delay. More ideas? Regards Halim -- Halim Sahin E-Mail: halim.sahin (at) t-online.de -- To unsubscribe from this list: send the line unsubscribe linux-media in the body

Re: ok more details: Re: bttv problem loading takes about several minutes

2009-06-19 Thread Hans Verkuil
On Friday 19 June 2009 13:49:37 Halim Sahin wrote: Hi, Ok I have tested modprobe bttv audiodev=-1 card=34 tuner=24 gbuffers=16 I am seeing again the delay. More ideas? Use more printk messages in the bttv_init_card2() function to try and narrow down the exact function call that is causing

ok more details: Re: bttv problem loading takes about several minutes

2009-06-18 Thread Halim Sahin
Hi, sorry for the nusable output! I found the time consuming funktion: bttv_init_card2(btv); This takes about 4 min. today. my new testcode: /* needs to be done before i2c is registered */ printk(linke 2:bttv_init_card1(btv);\n); bttv_init_card1(btv); /* register

Re: ok more details: Re: bttv problem loading takes about several minutes

2009-06-18 Thread Hans Verkuil
Hi, sorry for the nusable output! I found the time consuming funktion: bttv_init_card2(btv); This takes about 4 min. today. my new testcode: /* needs to be done before i2c is registered */ printk(linke 2:bttv_init_card1(btv);\n); bttv_init_card1(btv);

Re: ok more details: Re: bttv problem loading takes about several minutes

2009-06-18 Thread Halim Sahin
Hi, On Do, Jun 18, 2009 at 01:09:56 +0200, Hans Verkuil wrote: Hi, sorry for the nusable output! I found the time consuming funktion: bttv_init_card2(btv); This takes about 4 min. today. my new testcode: /* needs to be done before i2c is registered */ printk(linke

Re: ok more details: Re: bttv problem loading takes about several minutes

2009-06-18 Thread Hans Verkuil
Hi, On Do, Jun 18, 2009 at 01:09:56 +0200, Hans Verkuil wrote: Hi, sorry for the nusable output! I found the time consuming funktion: bttv_init_card2(btv); This takes about 4 min. today. my new testcode: /* needs to be done before i2c is registered */

Re: ok more details: Re: bttv problem loading takes about several minutes

2009-06-18 Thread Halim Sahin
Hi, you can see at my dmesg output [ 2282.430209] bttv: driver version 0.9.18 loaded i have done hg clone http://linuxtv.org/hg/v4l-dvb cd v4l-dvb make make install reboot No idea why I don't have the audiodev modparam? Regards Halim -- Halim Sahin E-Mail: halim.sahin

Re: ok more details: Re: bttv problem loading takes about several minutes

2009-06-18 Thread hermann pitton
Hi, Am Donnerstag, den 18.06.2009, 16:01 +0200 schrieb Halim Sahin: Hi, you can see at my dmesg output [ 2282.430209] bttv: driver version 0.9.18 loaded i have done hg clone http://linuxtv.org/hg/v4l-dvb cd v4l-dvb make make install reboot No idea why I don't have the audiodev