1 | | = Known issues = |
2 | | == Collaboration Infrastructure == |
3 | | * Jenkins management page is not working |
4 | | * Rewriting of Jenkins-generated pages is a hard task. Currently, it is not possible to configure HTML Rewrite properly, [ticket:54 details]. As work around use http://ipepdvcompute1.ka.fzk.de:8080 for administrative purposes. |
5 | | * Camera/Framegrabber drivers are crashing |
6 | | * Kernel & all modules should be built with exactly same version of gcc. Please, ensure this |
| 1 | = Known Issues = |
| 2 | |
| 3 | == pco.4000 blocks with microEnable 4 VD4-CL == |
| 4 | |
| 5 | This happens, when `pco_set_time_base()` is called and the frame grabber is initialized before, as it is done in libuca. This blocks at any subsequent command but is ''not'' related to resetting the serial connection that was introduced to fixed problems with the pco.dimax. |
| 6 | |
| 7 | However, initializing the frame grabber after `pco_set_time_base()` is called, as it is done in libpco/diagnose, works but is not easily achievable in the uca-architecture. |
| 8 | |
| 9 | For now the call to `pco_set_time_base()` in `libuca/src/cameras/pco.c` has been ''disabled''. |
| 10 | |
| 11 | == Jenkins management page does not work == |
| 12 | |
| 13 | Rewriting of Jenkins-generated pages is a hard task. Currently, it is not possible to configure HTML Rewrite properly, [ticket:54 details]. As a work around use http://ipepdvcompute1.ka.fzk.de:8080 for administrative purposes. |
| 14 | |
| 15 | == !Camera/Framegrabber drivers are crashing == |
| 16 | |
| 17 | The kernel and all modules ''must'' be built with the exact same version of gcc. |