Oui en effet, cette nouvelle image de la team PKT basée sur la NB 1.0.3 de Tidegloo est disponible ici:
http://e2.pkteam.pl/index.php?dir=IMAGE%20IPBOX%20CUBEREVO/Enigma2/1.0.3.312_usb_sata/Voici le change.log:
- fixed "tvguide" plugin, it is running again
- fixed Subtitles during live TV
- fixed some bugs during playback
- fixed Network setup crash
- fixed ffw and rev buttons on Mediaplayer
- fixed IP getting through DHCP
- fixed a bug on getting properly the DNS
- applied run level boot system (so now we will have a better unix like system)
- fixed 100hd RCU keymap
- Fixed GS when Teletext is invoked an no tuner is configured
- Certain video buffer strides cause video pipeline underflows
- CVBS Chroma voltage levels are too low
- some mkv compatibility fixes (MP2 audio, AAC and some other audio/sync compatibility)
- some subtitles (ass, srt) compatibility fixes
- fixed a bug during decoding on 720p channels
- fixed some bugs during decoding on 1080i channels
- fixed wss over scart for 4:3 and 16:9 channels
- fixed some HDMI and scart compatibilities with signals on some TVs
- fixed: if teletext crashes then you can quit with EXIT button (no more teletxt or power/standby button are used,
only exit button works to prevent from unwanted exits)
- fixed teletext output when division on screen is choosen
- fixed timeshift (now should work better)
- fixed button abc (1 and 2 key button on remote controller) when "all channels" selection box is running
- fixed DVDplayer crash when started with HD skins (it still crashes with HD skins on exit, i still don't know why )
Cette image n'apporte pas de fonctionnalités réellement nouvelles, si ce n'est que le CIFS fonctionne à nouveau et que quelques bugs ont été corrigés (voir ci-dessus) afin d'amélioré la stabilité.
A signaler une nouvelle version du "blue panel" ce qui modifie la manière d'y intégrer hypercam.
Voici la méthode à suivre pour qu'hypercam puisse être lancer automatiquement au demarrage:
1° Après avoir mis hypercam.ipbox (+chmod755) dans /var/emu et hypercam.cfg dans /var/bin, il faut modifier /etc/init.d/cam ainsi:
en ligne 41, insérer une ligne avec:
hypercam*) ;;
de manière à ce cela donne:
case "$1" in
camd3*) CONF="${CONF_DIR}/camd3.config";;
incubuscamd*) ;;
mbox*) CONF="${CONF_DIR}/mbox.cfg";;
mgcamd*) ;;
mpcs*) CONF="-c ${CONF_DIR}";;
ufs910camd*) ;;
newcs*) CONF="-C ${CONF_DIR}/newcs.conf";; #FIXME do zrobienia
oscam*) CONF="-b -c ${CONF_DIR}/";; #FIXME do zrobienia
hypercam*) ;; #FIXED by zorglub
*) help
exit 1;;
esac
2°) Dans /var/etc/rcS_user rajouter les lignes suivantes:
rm -Rf /dev/dvb/adapter0/ca0
ln -s /dev/dvb/adapter0 /dev/dvb/adapter1
ln -s /dev/dvb/adapter0/ca1 /dev/dvb/adapter0/ca0
et aussi:
/usr/sbin/nmbd -D
pour que samba fonctionne correctement.
Et voilà, je pense n'avoir rien oublié.
Bon amusement