Do you have to do all the updates or just the latest one?
I assume that I would only have to do r11203 to bring it upto the latest release?
Done.sraue wrote:can you please report at https://github.com/OpenELEC/OpenELEC.tv/issues ? the last xbmc-rpi changes contains a lot of new stuff to the whole xbmc codebase so its possible some functions are broken now which was working before.
Code: Select all
root ~ # sync; rm testing; sync; time ( dd if=/dev/zero of=testing bs=16k count=10000; sync)
10000+0 records in
10000+0 records out
163840000 bytes (156.3MB) copied, 37.287488 seconds, 4.2MB/s
real 0m39.453s
user 0m0.050s
sys 0m4.010sCode: Select all
[ 3.577961] Freeing init memory: 5140K
>[ 12.773697] udevd[658]: starting version 182
[ 16.824646] Console: switching to colour dummy device 80x30
Code: Select all
root ~ # sync; rm testing; sync; time dd if=/dev/zero of=testing bs=16k count=10000; sync
10000+0 records in
10000+0 records out
163840000 bytes (156.3MB) copied, 21.930212 seconds, 7.1MB/s
real 0m 21.94s
user 0m 0.03s
sys 0m 3.38sCode: Select all
[ 1.132117] Freeing init memory: 3740K
>[ 3.814540] udevd[715]: starting version 184
[ 7.500687] Console: switching to colour dummy device 80x30



I am using top.rickd wrote:where are you getting the 3-5% cpu idle figure from?, top or debug in XBMC itself?. If its the latter how are you achieving this?. I've turned off RSS and updated to r11203 but it still idle's at 28-30%?
ahh so even though i have the DTS/AC3 in audio settings checked because its hooked up through my yamaha receiver its still trying to decode on the pi...makes sense...hope this gets worked out.jasjeet wrote:I think its buffering because its forcing a recode on DTS and DD audio and not using "passthrough" like older builds, this is eating up CPU im guessing causing it to buffer.
Yeah i think it should be fixed, it was working on May 26th build with 5.1 Passthrough perfect, im also using a Yamaha AV Receiveronetootreefor wrote:ahh so even though i have the DTS/AC3 in audio settings checked because its hooked up through my yamaha receiver its still trying to decode on the pi...makes sense...hope this gets worked out.jasjeet wrote:I think its buffering because its forcing a recode on DTS and DD audio and not using "passthrough" like older builds, this is eating up CPU im guessing causing it to buffer.
Finally figured it out.rickd wrote:where are you getting the 3-5% cpu idle figure from?, top or debug in XBMC itself?. If its the latter how are you achieving this?. I've turned off RSS and updated to r11203 but it still idle's at 28-30%?
Any news on a fix for the 5.1 Audio passthrough?? Still getting 2 channel PCMsraue wrote:Hi,
Another short update (r11212):
http://sources.openelec.tv/tmp/image/op ... 12.tar.bz2
to update a older build without reinstalling: http://wiki.openelec.tv/index.php?title ... g_OpenELEC
please test this build, esp. the changes regarding the samba server and report back any problems.
- fixed a issue where the XBMC addon repo is empty after a fresh install or after removing /storage/.xbmc
- reworked samba and samba server so its much smaller, this saves us around 5MB (thats 7% !)
- compressed the kernel (in the hope it works for all, here it works great) which saves us another 5MB
thanks
Stephan
I built a version of the 8192cu.ko driver that is compatible with bootc's 3.2.18 kernel. I'm running it successfully on debian squeeze now, but plan to try out OpenELEC this afternoon.xebyte wrote:Anyone had any luck with making Edimax EW-7811UN wifi dongle (RTL8188CUS) work in these testbuilds?