Re: Help to make a driver. ISDB-Tb

2011-05-16 Thread Alfredo Jesús Delaiti
Hi Digital television: not tune any channels with w-scan or gnome-dvb-setup. But with the latter, it captures 2 weak signals, but I can not know which is. Under windows also capture 2 channel and I'm in a place where the signal is low. I'll try to have more signal strength. If I run dmesg

Re: Help to make a driver. ISDB-Tb

2011-05-02 Thread Mauro Carvalho Chehab
Em 01-05-2011 22:57, Alfredo Jesús Delaiti escreveu: Hi Mauro I guess the error is in this part of the module mb86a20s.c /* Check if it is a mb86a20s frontend */ rev = mb86a20s_readreg(state, 0); if (rev == 0x13) { ^^ printk(KERN_INFO Detected a Fujitsu

Re: Help to make a driver. ISDB-Tb

2011-05-01 Thread Alfredo Jesús Delaiti
Hi Mauro Thank you very much for your time and answer El 30/04/11 22:18, Mauro Carvalho Chehab escribió: drivers/media/video/cx23885/cx23885-cards.c:240:3: error: ‘CX23885_BOARD_MYGICA_X8507’ undeclared here (not in a function) You forgot to declare this constant somewhere with #define. I

Re: Help to make a driver. ISDB-Tb

2011-04-30 Thread Mauro Carvalho Chehab
Alfredo, Em 30-04-2011 14:09, Alfredo Jesús Delaiti escreveu: Hi I'm trying to make the driver for X8507 Mygica. I have reference to the Mygica X8506 card, because I found that only differ in the frontend according to photos I've seen on the Internet. I am following the recommended