irgendeine Idee warum beim av7000 der Screenshot nicht mehr geht ?slizer hat geschrieben:das cover.jpg ist weg, aber ein dump bekomme auch ich nicht
beim et9000 mit rev1829 ist es ok
irgendeine Idee warum beim av7000 der Screenshot nicht mehr geht ?slizer hat geschrieben:das cover.jpg ist weg, aber ein dump bekomme auch ich nicht
Code: Alles auswählen
Revision 1852.
patching file src/gui/Makefile.am
patching file src/neutrino.cpp
patching file src/gui/imageinfo.cpp
patching file lib/libeplayer3/container/container_ffmpeg.c
patching file lib/libdvbsub/dvbsubtitle.cpp
patching file src/gui/infoviewer.cpp
done
export PATH=/home/grabber66/neutrinohd2/cuberevo/host/bin:/home/grabber66/neutrinohd2/cuberevo/host/ccache-bin:/home/grabber66/neutrinohd2/cuberevo/devkit/sh4/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/sbin && \
cd /home/grabber66/neutrinohd2/cvs/apps/neutrino-hd2-exp && \
ACLOCAL_FLAGS="-I /home/grabber66/neutrinohd2/cuberevo/host/share/aclocal" ./autogen.sh && \
source /home/grabber66/neutrinohd2/cvs/cdk/build.env && \
./configure \
--build=i686-pc-linux-gnu \
--host=sh4-linux \
--enable-silent-rules --enable-freesatepg --enable-libeplayer3 --enable-ci \
--with-boxtype=cuberevo_mini2 \
--with-libdir=/usr/lib \
--with-datadir=/usr/share/tuxbox \
--with-fontdir=/usr/share/fonts \
--with-configdir=/var/tuxbox/config \
--with-gamesdir=/var/tuxbox/games \
--with-plugindir=/var/plugins \
--with-isocodesdir=/usr/share/iso-codes \
--enable-standaloneplugins \
--enable-pcmdecoder \
--enable-radiotext \
--enable-upnp \
--enable-scart \
PKG_CONFIG=/home/grabber66/neutrinohd2/cuberevo/host/bin/pkg-config \
PKG_CONFIG_PATH=/home/grabber66/neutrinohd2/cuberevo/cdkroot/usr/lib/pkgconfig \
CPPFLAGS=" -DPLATFORM_CUBEREVO_MINI2 -I/home/grabber66/neutrinohd2/cvs/driver/include -I /home/grabber66/neutrinohd2/cvs/cdk/linux-sh4-2.6.32.59_stm24_0211/include" --enable-cuberevo \
CPPFLAGS="-I/home/grabber66/neutrinohd2/cvs/driver/bpamem"
Generating configuration files for tuxbox-neutrino, please wait....
aclocal -I /home/grabber66/neutrinohd2/cuberevo/host/share/aclocal
libtoolize --automake
autoconf
autoheader
automake --add-missing
configure.ac:4: installing `./config.guess'
configure.ac:4: installing `./config.sub'
configure.ac:2: installing `./install-sh'
configure.ac:2: installing `./missing'
lib/connection/Makefile.am: installing `./depcomp'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING' using GNU General Public License v3 file
Makefile.am: Consider adding the COPYING file to the version control system
Makefile.am: for your code, to avoid questions about which license your project uses.
configure: WARNING: unrecognized options: --enable-silent-rules, --enable-standaloneplugins, --enable-cuberevo
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for sh4-linux-strip... sh4-linux-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for sh4-linux-gcc... sh4-linux-gcc
checking for C compiler default output file name... a.out
Code: Alles auswählen
#
N_CPPFLAGS = -I$(driverdir)/bpamem
N_CONFIG_OPTS = --enable-silent-rules --enable-freesatepg
if ENABLE_EXTERNALLCD
N_CONFIG_OPTS += --enable-graphlcd
endif
if ENABLE_MEDIAFWGSTREAMER
N_CONFIG_OPTS += --enable-gstreamer
else
N_CONFIG_OPTS += --enable-libeplayer3
endif
if BOXTYPE_CUBEREVO
N_CONFIG_OPTS += --enable-ci
endif
if BOXTYPE_CUBEREVO_MINI2
N_CONFIG_OPTS += --enable-ci
endif
#
# neutrino-hd2-exp branch
#
$(DEPDIR)/neutrino-hd2-exp.do_prepare: | bootstrap $(MEDIAFW_DEP) $(EXTERNALLCD_DEP) libfreetype libjpeg libpng libungif libid3tag libcurl libmad libvorbisidec libboost libflac openssl ffmpeg libusb2 libalsa
clear; \
NHDselect=1; \
echo ""; \
echo "Choose between the following revisions:"; \
echo "========================================================================================================"; \
echo " 0) Newest Revision - NHD2"; \
echo " 1) Newest Revision modded infoviewer - NHD2"; \
echo "========================================================================================================"; \
read -t 60 -p "Select, or automatic '1' after 60 sec : "; \
[ "$$REPLY" == "0" ] && NHDselect=0; \
[ "$$REPLY" == "1" ] && NHDselect=1; \
echo "";\
rm -rf $(appsdir)/neutrino-hd2-exp; \
rm -rf $(appsdir)/neutrino-hd2-exp.org; \
if [ $$NHDselect == 0 ]; then \
[ -d "$(archivedir)/neutrino-hd2-exp.svn" ] && \
(cd $(archivedir)/neutrino-hd2-exp.svn; svn up ; cd "$(buildprefix)";); \
[ -d "$(archivedir)/neutrino-hd2-exp.svn" ] || \
svn co http://neutrinohd2.googlecode.com/svn/branches/nhd2-exp $(archivedir)/neutrino-hd2-exp.svn; \
cp -ra $(archivedir)/neutrino-hd2-exp.svn $(appsdir)/neutrino-hd2-exp; \
cp -ra $(appsdir)/neutrino-hd2-exp $(appsdir)/neutrino-hd2-exp.org; \
cd $(appsdir)/neutrino-hd2-exp && \
patch -p1 < "$(buildprefix)/Patches/neutrino/neutrino-hd2-exp.diff"; \
patch -p1 < "$(buildprefix)/Patches/neutrino/neutrino.diff"; \
patch -p1 < "$(buildprefix)/Patches/neutrino/ffmpeg.diff"; \
echo done && sleep 3 && cd $(buildprefix) && \
touch $@; \
elif [ $$NHDselect == 1 ]; then \
[ -d "$(archivedir)/neutrino-hd2-exp.svn" ] && \
(cd $(archivedir)/neutrino-hd2-exp.svn; svn up ; cd "$(buildprefix)";); \
[ -d "$(archivedir)/neutrino-hd2-exp.svn" ] || \
svn co http://neutrinohd2.googlecode.com/svn/branches/nhd2-exp $(archivedir)/neutrino-hd2-exp.svn; \
cp -ra $(archivedir)/neutrino-hd2-exp.svn $(appsdir)/neutrino-hd2-exp; \
cp -ra $(appsdir)/neutrino-hd2-exp $(appsdir)/neutrino-hd2-exp.org; \
cd $(appsdir)/neutrino-hd2-exp && \
patch -p1 < "$(buildprefix)/Patches/neutrino/neutrino-hd2-exp.diff"; \
patch -p1 < "$(buildprefix)/Patches/neutrino/neutrino.diff"; \
patch -p1 < "$(buildprefix)/Patches/neutrino/ffmpeg.diff"; \
patch -p1 < "$(buildprefix)/Patches/neutrino/infoviewer.diff"; \
echo done && sleep 3 && cd $(buildprefix) && \
touch $@; \
fi
$(appsdir)/neutrino-hd2-exp/config.status:
export PATH=$(hostprefix)/bin:$(PATH) && \
cd $(appsdir)/neutrino-hd2-exp && \
ACLOCAL_FLAGS="-I $(hostprefix)/share/aclocal" ./autogen.sh && \
$(BUILDENV) \
./configure \
--build=$(build) \
--host=$(target) \
$(N_CONFIG_OPTS) \
--with-boxtype=$(BOXTYPE) \
--with-libdir=/usr/lib \
--with-datadir=/usr/share/tuxbox \
--with-fontdir=/usr/share/fonts \
--with-configdir=/var/tuxbox/config \
--with-gamesdir=/var/tuxbox/games \
--with-plugindir=/var/plugins \
--with-isocodesdir=/usr/share/iso-codes \
--enable-standaloneplugins \
--enable-pcmdecoder \
--enable-radiotext \
--enable-upnp \
--enable-scart \
PKG_CONFIG=$(hostprefix)/bin/pkg-config \
PKG_CONFIG_PATH=$(targetprefix)/usr/lib/pkgconfig \
$(PLATFORM_CPPFLAGS) \
CPPFLAGS="$(N_CPPFLAGS)"
$(DEPDIR)/neutrino-hd2-exp: neutrino-hd2-exp.do_prepare neutrino-hd2-exp.do_compile
$(MAKE) -C $(appsdir)/neutrino-hd2-exp install DESTDIR=$(targetprefix) && \
rm -f $(targetprefix)/var/etc/.version
make $(targetprefix)/var/etc/.version
$(target)-strip $(targetprefix)/usr/local/bin/neutrino
$(target)-strip $(targetprefix)/usr/local/bin/pzapit
$(target)-strip $(targetprefix)/usr/local/bin/sectionsdcontrol
touch $@
Code: Alles auswählen
It was created by tuxbox-neutrino configure 1.0.1, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ ./configure --build=i686-pc-linux-gnu --host=sh4-linux --enable-silent-rules --enable-freesatepg --enable-libeplayer3 --enable-ci --with-boxtype=cuberevo_mini2 --with-libdir=/usr/lib --with-datadir=/usr/share/tuxbox --with-fontdir=/usr/share/fonts --with-configdir=/var/tuxbox/config --with-gamesdir=/var/tuxbox/games --with-plugindir=/var/plugins --with-isocodesdir=/usr/share/iso-codes --enable-standaloneplugins --enable-pcmdecoder --enable-radiotext --enable-upnp --enable-scart PKG_CONFIG=/home/grabber66/neutrinohd2/cuberevo/host/bin/pkg-config PKG_CONFIG_PATH=/home/grabber66/neutrinohd2/cuberevo/cdkroot/usr/lib/pkgconfig CPPFLAGS= -DPLATFORM_CUBEREVO_MINI2 -I/home/grabber66/neutrinohd2/cvs/driver/include -I /home/grabber66/neutrinohd2/cvs/cdk/linux-sh4-2.6.32.59_stm24_0211/include --enable-cuberevo CPPFLAGS=-I/home/grabber66/neutrinohd2/cvs/driver/bpamem
## --------- ##
## Platform. ##
## --------- ##
hostname = SH4
uname -m = i686
uname -r = 2.6.38-8-generic
uname -s = Linux
uname -v = #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011
Code: Alles auswählen
CNeutrinoApp::AudioMute: current_muted 0 new 0 isEvent: 1
[audio_cs.cpp]:SetMute (0)
StartSubtitles: Show
[dvb-sub] start, stopped 1 pid 0
TuxTxt subtitle unpause, running 0 pid 0 page 0
[neutrino] StopSubtitles
CInfoViewer::killTitle
StartSubtitles: Show
[dvb-sub] start, stopped 1 pid 0
TuxTxt subtitle unpause, running 0 pid 0 page 0
[neutrino] StopSubtitles
Segmentation fault
SHUTDOWN
level: 0
INIT: Sending processes the TESending all processes the TERM signal...Shutting d
own...
done.
Sending all processes the KILL signal...done.
Deactivating swap...umount: tmpfs busy - remounted read-only
done.
Unmounting local filesystems...configfile loaded
sh: can't create /tmp/cmds_pid: Read-only file system
Segmentation fault
umount /dev/sdb1
umount /dev/sda1
umount /dev/sdb1
umount /dev/sdb1
umount: can't umount /dev/sdb1: Invalid argument
umount /dev/sdb1
umount: can't umount /dev/sdb1: Invalid argument
done.
/bin/fp_control: SW Version 1.04
Model: ufs910
vBoxType: 1
Selected Model: Kathrein UFS910 1W frontpanel control utility
setting new flags
checkConfig
configs: DISPLAY = 1, DISPLAYCUSTOM = 1, CUSTOM = %H:%M:%S
, WAKEUPDECREMENT 300
Current Time: 16:11:21 16-11-2013
Getting enigma2 wakeup time - Done
Getting neutrino wakeup timeopening /var/tuxbox/config/timerd.conf
- Done
DIFFTIME: 31528800
001 225 023 096
GOOD BYE
Code: Alles auswählen
NeutrinoApp::SetChannelMode LIST_MODE_FAV
StartSubtitles: Show
[dvb-sub] start, stopped 1 pid 0
TuxTxt subtitle unpause, running 0 pid 0 page 0
[neutrino] StopSubtitles
CNeutrinoApp::AudioMute: current_muted 0 new 0 isEvent: 1
[audio_cs.cpp]:SetMute (0)
StartSubtitles: Show
[dvb-sub] start, stopped 1 pid 0
TuxTxt subtitle unpause, running 0 pid 0 page 0
CEventServer::sendEvent2Client >
[neutrino] StopSubtitles
CNeutrinoApp::exec: actionKey: reloadchannels
getServices:loadTransponders:
getServices:LoadServices:
getservices:FindTransponder: going to parse dvb-s provider Astra 1KR/1L/1M/2C (1
9.2E) position 192
Segmentation fault
SHUTDOWN
level: 0
INIT: Sending processes the TESending all processes the TERM signal...Shutting d
own...
done.
Sending all processes the KILL signal...done.
Deactivating swap...umount: tmpfs busy - remounted read-only
done.
Unmounting local filesystems...configfile loaded
sh: can't create /tmp/cmds_pid: Read-only file system
Segmentation fault
umount /dev/sdb1
umount /dev/sda1
umount /dev/sdb1
umount /dev/sdb1
umount: can't umount /dev/sdb1: Invalid argument
umount /dev/sdb1
umount: can't umount /dev/sdb1: Invalid argument
done.
/bin/fp_control: SW Version 1.04
Model: ufs910
vBoxType: 1
Selected Model: Kathrein UFS910 1W frontpanel control utility
setting new flags
checkConfig
configs: DISPLAY = 1, DISPLAYCUSTOM = 1, CUSTOM = %H:%M:%S
, WAKEUPDECREMENT 300
Current Time: 16:32:48 16-11-2013
Getting enigma2 wakeup time - Done
Getting neutrino wakeup timeopening /var/tuxbox/config/timerd.conf
- Done
DIFFTIME: 31528800
001 225 023 096
GOOD BYE
Code: Alles auswählen
CCam::setCaPmt: demux_index:(0) camask:(1) update:(no)
dvb-ci.cpp:SendCaPMT
CEventServer::sendEvent2Client >
[pmt] pmt_set_update_filter: sid 0x283d pid 0x13ec version 0x5
[zapit] zapit OK, chid 3fb0001283d
CEventServer::sendEvent2Client >
StartSubtitles: Not show
CRemoteControl::processAPIDnames: apid name= deu (German) pid= 0x13ee
CRemoteControl::processAPIDnames: apid name= mis (Miscellaneous languages) pid=
0x13ef
CRemoteControl::processAPIDnames: apid name= deu (German) pid= 0x13f2
CRemoteControl::processAPIDnames: pref_found -1 pref_ac3_found -1 ac3_found -1
CNeutrinoApp::setVolume: current_volume 15
CEventServer::sendEvent2Client >
CInfoViewer::getEPG: old uniqueKey 453000144607f85 new 3fb0001283d33d2
CRemoteControl::processAPIDnames: apid name= German (German) pid= 0x13ee
CRemoteControl::processAPIDnames: apid name= Miscellaneous languages (Miscellane
ous languages) pid= 0x13ef
CRemoteControl::processAPIDnames: apid name= German (German) pid= 0x13f2
CRemoteControl::processAPIDnames: pref_found -1 pref_ac3_found -1 ac3_found -1
CChannelList::handleMsg: program-lock-status: 0
CEventServer::sendEvent2Client >
CInfoViewer::getEPG: old uniqueKey 3fb0001283d33d2 new 3fb0001283d33d2
CNeutrinoApp::setVolume: current_volume 10
CEventServer::sendEvent2Client >
CInfoViewer::killTitle
StartSubtitles: Show
[dvb-sub] start, stopped 1 pid 0
TuxTxt subtitle unpause, running 0 pid 0 page 0
[eitThread] skipping to next filter(2) (> DMX_HAS_ALL_SECTIONS_SKIPPING)
[neutrino] StopSubtitles
CNeutrinoApp::exec: actionKey: webtv
CNeutrinoApp::webtvMode: rezap yes
[neutrino] StopSubtitles
[zapit] stopPlayBack: standby 0 forced 0
sendcapmtPlayBackStop sending capmtstopplayback....send:1
TuxTxt stopping subtitle thread ...
[dvb-sub] paused
[video_cs.cpp]:Close
[audio_cs.cpp]:Close
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_S_construct null not valid
Aborted
SHUTDOWN
INIT: Switching to runlevel: 0
INIT: Sending processes the TERM signal
Sending all processes the TERM signal...Shutting down...
done.
Sending all processes the KILL signal...done.
Deactivating swap...umount: tmpfs busy - remounted read-only
done.
Unmounting local filesystems...configfile loaded
sh: can't create /tmp/cmds_pid: Read-only file system
Segmentation fault
umount /dev/sdb1
umount /dev/sda1
umount /dev/sdb1
umount /dev/sdb1
umount: can't umount /dev/sdb1: Invalid argument
umount /dev/sdb1
umount: can't umount /dev/sdb1: Invalid argument
done.
/bin/fp_control: SW Version 1.04
Model: ufs910
vBoxType: 1
Selected Model: Kathrein UFS910 1W frontpanel control utility
setting new flags
checkConfig
configs: DISPLAY = 1, DISPLAYCUSTOM = 1, CUSTOM = %H:%M:%S
, WAKEUPDECREMENT 300
Current Time: 17:25:22 16-11-2013
Getting enigma2 wakeup time - Done
Getting neutrino wakeup timeopening /var/tuxbox/config/timerd.conf
- Done
DIFFTIME: 31528800
001 225 023 096
GOOD BYE
Code: Alles auswählen
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_S_construct null not valid
ist gefixt.Ich wieder mal ....
Wenn ich im Movies Player einen Film abspiele, und während des Abspielens die "Mute" Taste drücke, bleibt der Ton vorhanden. Sollte aber doch dann lautlos werden, oder ?
das hatten wir hier schonmal finde gerade den Thread nicht, momentan keine Lösung dafür, aber mich wirklich nervt nicht wenn ich die Anzeige mit 2x Mal ausblendeNochwas, ist aber kein Bug. Wenn ich im Movie browser zb vorwärts spule, dann erscheint rechts oben eine Zeit (Filmdauer, oder Restzeit)
Allerdings blendet die sich nicht automatisch aus. Kannst du das so machen das die zb nach 5 oder 10 sec sich ausblendet ?
Denn man muss jedesmal dann die Menü Taste 2x drücken bis die Zeit wieder ausgeblendet ist. Nervt
yeap, DBO oder ich waren schuldGrabber66 hat geschrieben:Ich hab mal ne Frage ob am Standbyverhalten was geändert worden ist. In den changes hab ich leider nichts gefunden.
Und zwar hab ich das gefühl, das die Box irgentwas macht.
Ich fahre in den Standby, und möchte sofort wieder anschalten. Dann reagiert die Box nicht. Die Diode reagiert zwar
auf die FB aber es passiert nichts. Wenn ich etwas warte mit dem einschalten gehts problemlos.
Ich meine das war früher nicht so. Desweiteren ist mir aufgefallen, das im Standby die Uhrzeit angezeigt wird, aber
auch, wenn ich vorher auf nem HD Sender war, das HD-Symbol. Das war meine ich vorher auch nicht, hab ich aber
ehrlichgesagt auch nicht drauf geachtet.
Getestet mit rev.1890