Dominique Dumont wrote:
Tomas Prybil vdrmail@prybil.se writes:
I'm trying to get a budget card with CAM working. The card is reporting in /var/log/messages as having CI (or so I think)
Aug 21 20:46:51 localhost kernel: saa7146: register extension 'budget_ci dvb'. Aug 21 20:46:51 localhost kernel: ACPI: PCI interrupt 0000:0b:05.0[A] -> GSI 22 (level, low) -> IRQ 209 Aug 21 20:46:51 localhost kernel: saa7146: found saa7146 @ mem e09cb000 (revision 1, irq 209) (0x13c2,0x100c). Aug 21 20:46:51 localhost kernel: DVB: registering new adapter (TT-Budget/WinTV-NOVA-CI PCI). Aug 21 20:46:51 localhost kernel: TT-Budget/WinTV-NOVA-CI PCI adapter 0 has MAC addr = 00:d0:5c:02:df:d0
Your earlier post with patched ci.c gave me another clue:
Aug 27 20:38:40 localhost vdr[5853]: probing /dev/dvb/adapter0/frontend0 Aug 27 20:38:40 localhost vdr[5853]: ERROR (dvbdevice.c,107): Operation not permitted
Is the 107 referring to line 107 of dvbdevice.c? CHECK(ioctl(fd_frontend, FE_SET_VOLTAGE, SEC_VOLTAGE_13)); // must explicitly turn on LNB power
/t