Closed GoogleCodeExporter closed 9 years ago
I think that the problem is /linux/dvb/frontend.h version in
linux-headers-2.6.24-19-generic sources.
Original comment by armando....@gmail.com
on 19 Jun 2012 at 2:01
Yes, as Amando already noted, the problem is because of parameter handling in
earlier DVB API versions.
Unfortunatelly, the driver required version 5.0 DVB API or newer.
You have to update your kernel's DVB subsystem to 5.0 or newer to get driver
compiled. Or do some local source "cooking" like adding necessary defines from
newer headers or so. I would recommend to update linux DVB core, it is simpler
and works pretty good.
Or switch to some newer kernel, which has version 5 API included already.
You can check if kernel has version 5.0 or newer DVB API included by checking
include/linux/dvb/version.h:
#define DVB_API_VERSION 5
/Honza
Original comment by jpetrous
on 19 Jun 2012 at 6:22
Any update on it?
Original comment by jpetrous
on 19 Sep 2012 at 9:17
Seems no more answers from reporter. Closing.
Please reopen if needed.
Original comment by jpetrous
on 18 Feb 2014 at 7:45
Original issue reported on code.google.com by
elisa.ma...@gmail.com
on 18 Jun 2012 at 9:43