Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] insmod saa7146_core.o debug = 3 for WinTV-NOVA-t



Alexander Nasonov writes:
 > Hello,
 > There are no good news (for me) since my last report on
 > WinTV-NOVA-t problems. My card still doesn't work.
 > It's tuned but there is no data read from dvr device.
 > So, today I did the following:
 > 1. I insmoded the saa7146_core.o module with debug = 3
 > 2. I run the test program that first tune and then call
 >    the setup_demux function (see below)
 > 
 > Test program write this after every read operation:
 > read("/dev/dvb/adapter0/demux0"): Resource temporarily unavailable
 > 
 > 
 >    memset(&pesfilter, 0, sizeof(pesfilter));
 >    pesfilter.pid = 8192; 
 >    pesfilter.input = DMX_IN_FRONTEND;
 >    pesfilter.output = DMX_OUT_TAP;

You are sending it to the TAP, that's the dvr device. You should open
and read from /dev/dvb/adapter0/dvr0.

Marcus

-- 
/--------------------------------------------------------------------\
| Dr. Marcus O.C. Metzler        |                                   |
|--------------------------------|-----------------------------------|
| mocm@metzlerbros.de            | http://www.metzlerbros.de/        |
\--------------------------------------------------------------------/



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index