Re: CAM initialisation failing

2009-10-20 Thread Gregor Fuis
Hi, I also have a lot of problems with my CAM module (Povercam Pro). It works in about 50% when trying to watch channels on my Viaccess card. Can you maybe share your patch? Gregor -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger

Re: twinhan cards

2009-05-15 Thread Gregor Fuis
I have here more detailed output from dst module: [9.070205] dst(0) dst_comm_init: Initializing DST. [9.070273] dst(0) dst_gpio_outb: mask=[], enbb=[0001], outhigh=[] [9.072332] dst(0) rdc_reset_state: Resetting state machine [9.072385] dst(0) dst_gpio_outb: mask=[0002]

Re: twinhan cards

2009-05-14 Thread Gregor Fuis
I managed to find a way to go further. I just commented out a code in dvb_bt8xx.c which returns error and let it to run further. if (!(card->bt = dvb_bt8xx_878_match(card->bttv_nr, bttv_pci_dev))) { printk("dvb_bt8xx: unable to determine DMA core of card %d,\n",

twinhan cards

2009-05-14 Thread Gregor Fuis
Hi guys, can somebody help me get these cards working. I read on some mails in here that this can be fixed with a patch of bt878.c file so that it forces some thing for that card. This would be perfect for me because I don't use any other cards in this computer. Here is my dmesg log with error:

Re: disable v4l2-ctl logging --log-status in /var/log/messages

2009-03-12 Thread Gregor Fuis
On Thu, Mar 12, 2009 at 10:28 AM, Hans Verkuil wrote: > >> Hello, >> >> Is it possible to disable v4l2-ctl aplication logging into >> /var/log/messages. >> I am using it to control and monitor my PVR 150 cards and every time I >> run v4l2-ctl -d /dev/video0 --log-status all output is logged into >

disable v4l2-ctl logging --log-status in /var/log/messages

2009-03-12 Thread Gregor Fuis
Hello, Is it possible to disable v4l2-ctl aplication logging into /var/log/messages. I am using it to control and monitor my PVR 150 cards and every time I run v4l2-ctl -d /dev/video0 --log-status all output is logged into /var/log/messages and some other linux log files. Best Regards, Gregor --