(24th Mar, 2014 06:51 PM)mk01 Wrote: [ -> ]@killerbrain
sure, you can alter priority according to various "states" of xbmc in /etc/init/xbmc-priority.conf. states alone have docs in bridge-xbmc service code /usr/local/sbin/upstart-xbmc-bridge.py
and feel free to use raspbmc kernel to boot xbian and vice versa (for testing) - including firmware files. if you are saying it is XBian only, it should not be that hard to track down.
what version of xbian-package-kernel and -firmware you are running ?
can you also provide cmdline.txt and config.txt from raspbmc to compare ?
Hi Xbian,
Since I was early from work today, I maanged to install xbian on the other unused SD card. Please find the details which you asked for. Appreciate your time and help.
Installation details:
I dont update the Xbian unless there is an official build which is available.(The reason for this was CEC keeps breaking now and then when I used to keep xbian upto date, so thought of not updating until I get a good build) So this is a fresh Beta 2 install and I didnt use the Xbian installer as I had the Xbian Beta image already downloaded. I used the win32 diskimager to write it to SD.
Xbian Kernel Version
---------------------------
Terminal
xbian@xbian ~ $ uname -a
Linux xbian 3.10.12+ #61 Fri Sep 27 19:40:13 CEST 2013 armv6l GNU/Linux
xbian@xbian ~ $
xbian@xbian ~ $ sudo dpkg-query --show xbian-package-kernel
xbian-package-kernel 1.3-5.5
xbian@xbian ~ $
Raspbmc Kernel version
----------------------------
Terminal
pi@raspbmc:~$ uname -a
Linux raspbmc 3.10.24 #2 PREEMPT Mon Dec 23 05:18:12 UTC 2013 armv6l GNU/Linux
pi@raspbmc:~$
Xbian Firmware version
-----------------------------
Terminal
xbian@xbian ~ $ /opt/vc/bin/vcgencmd version
Oct 1 2013 00:37:09
Copyright © 2012 Broadcom
version a421d4b2cee544ec22bd4eee75080248f18fc20b (tainted) (release)
xbian@xbian ~ $
xbian@xbian ~ $ sudo dpkg-query --show xbian-package-firmware
xbian-package-firmware 1.4-7
xbian@xbian ~ $
Raspbmc Firmware Version
--------------------------------
Terminal
pi@raspbmc:~$ /opt/vc/bin/vcgencmd version
Dec 19 2013 20:51:48
Copyright © 2012 Broadcom
version 3b3def317b15e02d38376c1dff7013e75fc20670 (clean) (release)
pi@raspbmc:~$
Xbian XBMC Version
------------------------
Terminal
xbian@xbian ~ $ grep XBMC .xbmc/temp/xbmc.log | head -1
21:18:15 T:3041763872 NOTICE: Starting XBMC (12.2 Git:20130916-091cb29), Platform: Linux (Debian GNU/Linux 7.2 (n/a), 3.10.12+ armv6l). Built on Oct 2 2013
xbian@xbian ~ $
xbian@xbian ~ $ sudo dpkg-query --show xbian-package-xbmc
xbian-package-xbmc 2.9-10.13
xbian@xbian ~ $
Xbian cmdline.txt
---------------------
Terminal
xbian@xbian ~ $ cat /boot/cmdline.txt
sdhci-bcm2708.sync_after_dma=0 dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootflags=subvol=root/@,autodefrag,compress=lzo rootfstype=btrfs rootwait smsc95xx.turbo_mode=N elevator=cfq logo.nologo quiet noswap loglevel=0 mod_scsi.scan=sync partswap startevent=mountall splash nohdparm --startup-event mountall
xbian@xbian ~ $
Raspbmc cmdline.txt
---------------------------
Terminal
pi@raspbmc:~$ cat /boot/cmdline.txt
dwc_otg.lpm_enable=0 root=/dev/mmcblk0p2 rootfstype=ext4 noatime quiet rootwait loglevel=1 sdhci-bcm2708.enable_llm=1 dwc_otg.microframe_schedule=1 dwc_otg.fiq_fix_enable=0 dwc_otg.fiq_split_enable=0 dwc_otg.trans_backoff=3000
pi@raspbmc:~$
Xbian Config.txt
---------------------
Terminal
xbian@xbian ~ $ cat /boot/config.txt
#initramfs initramfs.gz 0x00a00000
gpu_mem_512=128
gpu_mem_256=128
initial_turbo=1
disable_splash=1
arm_freq=840
core_freq=275
sdram_freq=400
over_voltage=0
hdmi_force_hotplug=1
xbian@xbian ~ $
Raspbmc config.txt
---------------------------
Terminal
pi@raspbmc:~$ cat /boot/config.txt
arm_freq=850
core_freq=375
force_turbo=1
disable_overscan=1
gpu_mem=128
start_file=start_x.elf
fixup_file=fixup_x.dat
hdmi_ignore_cec_init=1
hdmi_force_hotplug=1
pi@raspbmc:~$