Official XBian 1.0 RC 1 thread
|
8th Mar, 2014, 12:52 AM
Post: #61
|
|||
|
|||
RE: Official XBian 1.0 RC 1 thread
(7th Mar, 2014 04:50 PM)mk01 Wrote:(7th Mar, 2014 05:58 AM)woferon Wrote: The problem is: movies that are coded in 2.0 have sound but movies that are for example in 5.1 doesn't have sound AT ALL. What exacly do you want me to check? My setup is: RPi sends sound through HDMI to TV, then TV sends it through optical cable straight to my soundbar. There's pretty much nothing to set up. Sound in Xbian works pretty much out of box without setting anything up at all (unless updating from B2 to RC1, that is). I've tried changing sound settings in XBMC to no avail. Plus as I said earlier, I only don't have sound in videos that are coded in AAC with more than 2.0 sound channels (so for example video with 2.0 have normal sound while video with 5.1 doesn't have any sound at all). If I'll put Beta 2 on my SD card again, sound works again without any problem so it clearly must be a problem with RC1. I might check if this problem persist if I change RPi's to my second one, but I'm pretty sure I've tried it before and it still didn't work. Any suggestions? |
|||
8th Mar, 2014, 11:29 PM
Post: #62
|
|||
|
|||
RE: Official XBian 1.0 RC 1 thread
I find the Xbian copier very useful, it copied my system to NFS, and it even changed my cmdline.txt.
However some problems are there after doing this: - Xbian notices that it isn't running on btrfs anymore and I can't use Xbian copier anymore to make a system image. - after moving the system to NFS, some folders are not there, for example /run/lock/ : Terminal /usr/local/sbin/xbian-config: line 203: /run/lock/xbian-config.gui: No such file or directory Terminal sudo mkdir /run/lock/ - xbmc doesn't start anymore. The last lines of my xbmc.log are: Quote:07:12:17 T:3041587920 ERROR: Error: Requested setting (audiooutput.guisoundmode) was not found. It must be case-sensitiveIt turns out that the folder /var/run/dbus/ does not exist and that dbus is not running. Manually creating /var/run/dbus/ and starting the dbus service in xbian-config makes xbmc try to mount my SD card, but it says it is not root (although I ran xbian-config with sudo). This way xbmc.log ends with: Quote:07:19:03 T:3038434352 NOTICE: Thread XBMC Peripherals start, auto delete: falseCan I do something to make these things work? |
|||
9th Mar, 2014, 12:07 AM
Post: #63
|
|||
|
|||
RE: Official XBian 1.0 RC 1 thread
This is how I did
http://forum.xbian.org/showthread.php?tid=2113 I had no problems after migrating to NFS I removed all old mount points from fstab and disabled any brtfs snapshotting option in xbmc Copying using rsync copies everything needed to run xbian from NFS |
|||
9th Mar, 2014, 12:42 AM
Post: #64
|
|||
|
|||
RE: Official XBian 1.0 RC 1 thread
(9th Mar, 2014 12:07 AM)Fabio72 Wrote: This is how I didThank you (9th Mar, 2014 12:07 AM)Fabio72 Wrote: I had no problems after migrating to NFSIt seems that /etc/fstab is not used at all for some reason. Contents of my /etc/fstab: Code: /dev/mmcblk0p1 /boot xbian rw,nobootwait 0 1 |
|||
9th Mar, 2014, 12:54 AM
Post: #65
|
|||
|
|||
RE: Official XBian 1.0 RC 1 thread
I have problem with CPU/Memory usage of XBMC in screensaver, it's going down with priority after change to screensaver but still it takes a lot of resources (after few hours of screensaver I can see in task manager that it's about 40% of CPU and 10-20% Memory.
|
|||
9th Mar, 2014, 01:01 AM
Post: #66
|
|||
|
|||
RE: Official XBian 1.0 RC 1 thread
it's not the % of cpu you have too look but idle cpu time. (100% - idle cpu) = usage of cpu.
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
9th Mar, 2014, 02:59 AM
Post: #67
|
|||
|
|||
RE: Official XBian 1.0 RC 1 thread
(9th Mar, 2014 12:42 AM)wind-rider Wrote: But /boot is empty and tmpfs folders are not created. However I see no errors in dmesg. Any ideas? this is my fstab Code: /dev/mmcblk0p1 /boot xbian ro,nobootwait 0 1 this is the output of mount Code: root@xbian:/etc# mount Code: root@xbian:/etc# stat /run/lock/ |
|||
9th Mar, 2014, 03:28 AM
Post: #68
|
|||
|
|||
RE: Official XBian 1.0 RC 1 thread | |||
9th Mar, 2014, 03:51 AM
Post: #69
|
|||
|
|||
RE: Official XBian 1.0 RC 1 thread
you said you wait for a bit time after screensaver is on, so no it didn't look normal, i don't have theses values,
but during the, let say 5 first minutes max after screen saver is on, it's possible to have theses values as xbian can do some background task. do you have scrolling text on screen when screensaver is activate? Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
9th Mar, 2014, 04:04 AM
Post: #70
|
|||
|
|||
RE: Official XBian 1.0 RC 1 thread
"do you have scrolling text on screen when screensaver is activate? " ? What do you mean by that? On my TV or in top?
I have similar output's in top after few hours, but will make few screenshots. And is there anyway to remove xbmc fully (not uinstalling any other application from my xbian and reinstalling it? I think I may corrupted it somehow in one upgrade. |
|||
9th Mar, 2014, 04:14 AM
Post: #71
|
|||
|
|||
RE: Official XBian 1.0 RC 1 thread
(9th Mar, 2014 02:59 AM)Fabio72 Wrote: maybe something was wrong with your copy process Maybe, but I found some other people who had the same problem as I: http://www.ifc0nfig.com/running-xbian-from-a-usb-hard-drive/ http://forum.xbian.org/thread-1515-post-20038.html#pid20038 http://gathering.tweakers.net/forum/list_message/41367872#41367872 all after moving their system to USB or NFS. Is this a coincidence? They wrote that the solution is to manually create /run/lock/, but everytime it is gone after a reboot for me.. |
|||
9th Mar, 2014, 05:13 AM
Post: #72
|
|||
|
|||
RE: Official XBian 1.0 RC 1 thread
@koper89 - What screensaver are you using? How did you get that screenshot? Did you put the screensaver on with preview? 80% is excessive if Xbian is not doing anything. Are you using visualization at all?
@wind-rider + @Fabio72 I'm not too sure the clone function is working correctly in RC1 - it works well in Beta 2 but since the tidy up of the display output there seems to be errors. One I have seen is that is just repeats - gets to 99% and then restarts. Maybe it's just me. The rsync option should still work as detailed in the Boot from USB thread. Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
9th Mar, 2014, 06:13 AM
Post: #73
|
|||
|
|||
RE: Official XBian 1.0 RC 1 thread
(9th Mar, 2014 05:13 AM)IriDium Wrote: @wind-rider + @Fabio72 I'm not too sure the clone function is working correctly in RC1 - it works well in Beta 2 but since the tidy up of the display output there seems to be errors. One I have seen is that is just repeats - gets to 99% and then restarts. Maybe it's just me. Can it be that autofs is giving causing this? It gives trouble during the upgrade process to RC1... (I tried it restarting freshly from beta2) Terminal Setting up autofs (5.0.7-3) ... [....] Starting automount...^[[?25l^[7^[[1G[^[[31mFAIL^[[39;49 invoke-rc.d: initscript autofs, action "start" failed. dpkg: error processing autofs (--configure): subprocess installed post-installation script returned error Errors were encountered while processing: autofs |
|||
9th Mar, 2014, 06:30 AM
Post: #74
|
|||
|
|||
RE: Official XBian 1.0 RC 1 thread
after days I'm not yet able to launch xbian-config gui version
Code: DEBUG: XBian-config : xbian-config updates progress : ['0'] xbian-apt-show-versions give me all packages uptodate xbian-package-config-shell 2.1.6-60c |
|||
9th Mar, 2014, 06:39 AM
Post: #75
|
|||
|
|||
RE: Official XBian 1.0 RC 1 thread
(9th Mar, 2014 05:13 AM)IriDium Wrote: @koper89 - What screensaver are you using? How did you get that screenshot? Did you put the screensaver on with preview? 80% is excessive if Xbian is not doing anything. Are you using visualization at all? Screensaver - it's darker xbmc, no visualization (How can I change that?). Screenshot from ssh putty - root: top |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
Official XBian Raspberry B+ models thread | IriDium | 4 | 21,357 |
23rd Nov, 2014 09:14 PM Last Post: 0xFF |
|
Official XBian 1.0 RC 2 Gotham (XBMC 13) thread | IriDium | 167 | 569,654 |
10th Sep, 2014 04:41 AM Last Post: weezer |
|
Official XBian 1.0 RC 2 thread | IriDium | 61 | 194,431 |
16th Aug, 2014 03:10 PM Last Post: mehlvogel |
|
Official XBian 1.0 Beta 2 thread | IriDium | 411 | 1,402,557 |
7th Mar, 2014 09:56 PM Last Post: leadergr |
|
Official XBian 1.0 Beta 1 thread | Koenkk | 303 | 1,195,875 |
12th Dec, 2013 12:46 AM Last Post: Exnor |
|
Official XBian 1.0 Alpha 5 thread | Koenkk | 366 | 1,444,062 |
15th Aug, 2013 07:35 AM Last Post: anthonyonions |
|
Official XBMC 12.2 Thread | Koenkk | 118 | 467,703 |
4th Jul, 2013 09:11 AM Last Post: mk01 |