Comment 2 for bug 105620

Revision history for this message
Stéphane Loeuillet (leroutier) wrote :

This define comes from DVB API in the kernel

The problem is more likely that Kaffeine tries to use this ioctl on non-existing devices :
/dev/dvb/adapter0/frontend0 : opened ( TechnoTrend/Hauppauge DEC2000-t Frontend )
/dev/dvb/adapter0/frontend1 : : No such file or directory
/dev/dvb/adapter1/frontend0 : : No such file or directory
DvbCam::probe(): /dev/dvb/adapter0/ca0: : No such file or directory

As you see, it already tried to open 3 non existant devices.
I suppose that later it tried to use this ioctl on one of those and failed