Actions
Bug #223
openfirmware load
Start date:
12/14/2009
Due date:
% Done:
100%
Estimated time:
Description
Vdr crashes when returning from dxr3player if started via the vdr plugin externalplayers. The solution is to comment out the firmware download in dxr3interface.c. A better solution would be appreciated. Is there a possibility to detect wether a firmware is already downloaded, or to add a configuration option which disables the firmware download?
Updated by austriancoder almost 15 years ago
- Status changed from New to Resolved
- Assignee set to austriancoder
- % Done changed from 0 to 100
Fixed in commit 30f72a524e31b425bd2397c9dddea25bec14d1e5
By default the vdr-dxr3-plugin does not load the fw automatically any more, as
on recent linux systems the fw gets loaded when the em8300 driver module
gets loaded. So we dont need to load the fw. But for older systems there is the
command option -f/--firmware-loading to tell the plugin to load the firmware at
startup.
Actions