נשלח: 01 ינואר 2010, 20:59
עולה תוך 63 שניות, אבל הגרפיקה הכי פשוטה שיש
http://rapidshare.com/files/326763993/A ... -Flash.rar
http://rapidshare.com/files/326762737/A ... 00_USB.rar
Hi, today new AAF image is out :
AAF Weihnachtsimage V3.0 IP-Box 900/910/9000 Flash Image
Basis Team Ducktales (Tideglo) 0.7.0
release 0.7.0
*************
- fixed mute volume on channel change
- mute over SPDIF is now working
- added mp4 runtime detection
- added http mp4 streaming
- added m2ts file
- added stty
- added netstat
- added traceroute
- added grab for GUI screenshots (it does not work with live-tv screenshots)
- fixed many bugs on video drivers (don't remember all because most of drivers code were completly reviewed)
- applied better quality on video drivers (IMHO now on sd channels is really better than before)
- fixed many bugs on audio drivers (most of them on codec side)
- fixed (??) snr/agc value on tuners (especially in the sharp tuner)
- fixed bug on starting network at boot
- changed bootlogo with a new default
- reorganized general driver structures
- fixed subtitles *.srt and *.ssa when there is '.' char in the file name
- fixed time in the frontpanel (now should be always get the right value, with GMT offset, also at enigma2 boot)
- fixed a bug that causes DNS to be rewritten at reboot or at network restart when dhcp is activated on the router/net (if you have dhcp activated dns will be always given by dhcp server)
- fixed a bug that make dhcp always activated
- fixed record from standby
- fixed record from deep-standby
- fixed timer bug for record scheduled events
- fixed volume bug on web-interface
- fixed menu factory reset (thanks skaman)
- fixed panscan mode on almost all possible cases
- fixed audio volume on SCART wich was lower than HDMI
aaf
***
+ image auf python2.6 umgestellt
+ nogfx als default-skin
+ AAF Panel 7.7
+ AC3 Auto Volume
+ new onlineflash tool (with verify and tv output)
+ MediaCenter (IMDb Support | new Videplayer Filelist | WeatherPlugin | WebRadioFS)
+ Networkbrowsermod 0.9
+ Boot-/Shutdownvideo support
+ AAF-Boardviever
+ simple Bitrate-Viever
+ Repairmodus (when error or bootloop)
+ und vieles mehr
Bekannte Probleme:
- Manchmal nach dem Zappen kein Ton (Ton oder Kanal umschalten hilft)
Danke an Team Ducktales für das super Basis Image und alle die dieses Image ermoeglicht und getestet haben.
http://rapidshare.com/files/326763993/A ... -Flash.rar
תיקון לשגיעות MOUNT
There is a mistake in the file /var/etc/autostart/start.sh
Look at the line:
elif [ $1 = "e2" ] ;then
startRcreboot
It should be as follows:
elif [ $1 = "e2" ] ;then
startModule
startRcreboot
Then the mount is seen without the red x and everything should be fine. The mounted shares are in mnt/nfs. If some problem occurs again use manual mount
mount -t cifs -o "username=xxxxxx,password=xxxxxxx" //192.168.x.x/shared_dir /mnt/nfs
http://rapidshare.com/files/326763993/A ... -Flash.rar
http://rapidshare.com/files/326762737/A ... 00_USB.rar
Hi, today new AAF image is out :
AAF Weihnachtsimage V3.0 IP-Box 900/910/9000 Flash Image
Basis Team Ducktales (Tideglo) 0.7.0
release 0.7.0
*************
- fixed mute volume on channel change
- mute over SPDIF is now working
- added mp4 runtime detection
- added http mp4 streaming
- added m2ts file
- added stty
- added netstat
- added traceroute
- added grab for GUI screenshots (it does not work with live-tv screenshots)
- fixed many bugs on video drivers (don't remember all because most of drivers code were completly reviewed)
- applied better quality on video drivers (IMHO now on sd channels is really better than before)
- fixed many bugs on audio drivers (most of them on codec side)
- fixed (??) snr/agc value on tuners (especially in the sharp tuner)
- fixed bug on starting network at boot
- changed bootlogo with a new default
- reorganized general driver structures
- fixed subtitles *.srt and *.ssa when there is '.' char in the file name
- fixed time in the frontpanel (now should be always get the right value, with GMT offset, also at enigma2 boot)
- fixed a bug that causes DNS to be rewritten at reboot or at network restart when dhcp is activated on the router/net (if you have dhcp activated dns will be always given by dhcp server)
- fixed a bug that make dhcp always activated
- fixed record from standby
- fixed record from deep-standby
- fixed timer bug for record scheduled events
- fixed volume bug on web-interface
- fixed menu factory reset (thanks skaman)
- fixed panscan mode on almost all possible cases
- fixed audio volume on SCART wich was lower than HDMI
aaf
***
+ image auf python2.6 umgestellt
+ nogfx als default-skin
+ AAF Panel 7.7
+ AC3 Auto Volume
+ new onlineflash tool (with verify and tv output)
+ MediaCenter (IMDb Support | new Videplayer Filelist | WeatherPlugin | WebRadioFS)
+ Networkbrowsermod 0.9
+ Boot-/Shutdownvideo support
+ AAF-Boardviever
+ simple Bitrate-Viever
+ Repairmodus (when error or bootloop)
+ und vieles mehr
Bekannte Probleme:
- Manchmal nach dem Zappen kein Ton (Ton oder Kanal umschalten hilft)
Danke an Team Ducktales für das super Basis Image und alle die dieses Image ermoeglicht und getestet haben.
http://rapidshare.com/files/326763993/A ... -Flash.rar
תיקון לשגיעות MOUNT
There is a mistake in the file /var/etc/autostart/start.sh
Look at the line:
elif [ $1 = "e2" ] ;then
startRcreboot
It should be as follows:
elif [ $1 = "e2" ] ;then
startModule
startRcreboot
Then the mount is seen without the red x and everything should be fine. The mounted shares are in mnt/nfs. If some problem occurs again use manual mount
mount -t cifs -o "username=xxxxxx,password=xxxxxxx" //192.168.x.x/shared_dir /mnt/nfs