REPORT
Xubuntu 11.10 64bit , Intel Core 2 Duo E6600 , 6GB RAM , NVIDIA GT9600 1) downloaded and extracted enigma2-i386-20111202.tar.gz => OK
2) launched ./build_libs.sh => OK without any problem, only some warnings during libxmlccwrap compile (anyway it compile fine)
In local dir the script above created the following DEB packages:
libdreamdvd-dev_0.0.1_amd64.deblibdreamdvd0_0.0.1_amd64.deblibdvbsi++-dev_0.3.5_amd64.deblibdvbsi++1_0.3.5_amd64.deblibxmlccwrap-dev_0.0.12-1_amd64.deblibxmlccwrap_0.0.12-1_amd64.deb Note1: why install "
gitosis" package (row 9) ? Do you really need it ? It's better to
apt-get install git package ... normal users probably have not it installed.
3) launched ./build_enigma2.sh => OK
4) launch $HOME/bin/enigma2 : it fails with errors. It cannot access to many /dev/ devices. I've added my user to correct Unix group without success.
E2 works only if launched as root user:
sudo $HOME/bin/enigma2
5) E2 window open
but I cannot do more: if I try to press UP or DOWN arrow key, it looks to catch TWO key press as reported before by another user
This is the log when I press DOWN arrow key on my keyboard:
timeoutCounter: 17
timeoutCounter: 16
timeoutCounter: 15
timeoutCounter: 14
timeoutCounter: 13
action -> WizardActions down
self.selection: YPbPr
input selection moved: YPbPr
inputSelect: YPbPr
getModeList for port YPbPr
modeList: []
self.selection: YPbPr
input selection moved: YPbPr
inputSelect: YPbPr
getModeList for port YPbPr
modeList: []
self.selection: YPbPr
input selection moved: YPbPr
inputSelect: YPbPr
getModeList for port YPbPr
modeList: []
current: ('YPbPr', 'YPbPr')
input selection moved: YPbPr
inputSelect: YPbPr
getModeList for port YPbPr
modeList: []
down
SDL Key Down: key=274
km=1 enabled=1 locked=0
action -> WizardActions down
self.selection: Scart
input selection moved: Scart
inputSelect: Scart
getModeList for port Scart
modeList: []
FLUSH
self.selection: Scart
input selection moved: Scart
inputSelect: Scart
getModeList for port Scart
modeList: []
self.selection: Scart
input selection moved: Scart
inputSelect: Scart
getModeList for port Scart
modeList: []
current: ('Scart', 'Scart')
input selection moved: Scart
inputSelect: Scart
getModeList for port Scart
modeList: []
down
FLUSH
SDL Key Up: key=274
timeoutCounter: 19
timeoutCounter: 18
timeoutCounter: 17
timeoutCounter: 16
After that I must close E2 window.
Edited by ambrosa, 4 December 2011 - 16:26.