Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook
Pages (21): « Previous 1 ... 4 5 6 7 8 ... 21 Next »
Post Reply 
 
Thread Rating:
  • 2 Votes - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Official XBian 1.0 Beta 1 thread
27th Jun, 2013, 04:37 PM
Post: #76
Lupurus Offline
Registered
Posts: 19
Joined: Mar 2013
Reputation: 0
RE: Official XBian 1.0 Beta 1 thread
@Fred: sudo stop/start xbmc worked! (sudo service start didn't start xbmc)
Now the database is loaded! Thanks.

Airplay now works, but I had to do a clean install.

My remote controller now works again as well, but every button I press is executed twice. Maybe I find I solution for it as well.
Find all posts by this user
Quote this message in a reply
27th Jun, 2013, 04:46 PM
Post: #77
kraleksandr Offline
Registered
Posts: 238
Joined: Feb 2013
Reputation: 9
RE: Official XBian 1.0 Beta 1 thread
After updating xbian-package-firmware to the latest version my Pi cant start bcoz loader.bin not found. How to fix?
Find all posts by this user
Quote this message in a reply
27th Jun, 2013, 08:27 PM
Post: #78
Fred Offline
Registered
Posts: 321
Joined: Apr 2013
Reputation: 36
Re: RE: Official XBian 1.0 Beta 1 thread
(27th Jun, 2013 04:37 PM)Lupurus Wrote:  @Fred: sudo stop/start xbmc worked! (sudo service start didn't start xbmc)
Now the database is loaded! Thanks.

Airplay now works, but I had to do a clean install.

My remote controller now works again as well, but every button I press is executed twice. Maybe I find I solution for it as well.

Good to hear you are up and running. About the remote problem, can you try increasing the remotedelay?

http://wiki.xbmc.org/?title=Advancedsettings.xml#.3Cremotedelay.3E

@xbmcnut: will look into this thanks for reporting.

@kraleksandr: did you do a clean install?

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
27th Jun, 2013, 08:55 PM
Post: #79
kraleksandr Offline
Registered
Posts: 238
Joined: Feb 2013
Reputation: 9
RE: Official XBian 1.0 Beta 1 thread
@Fred:
Nope.Only upgrade.
alpha4 -> alpha5 -> beta1
Find all posts by this user
Quote this message in a reply
27th Jun, 2013, 08:59 PM
Post: #80
Fred Offline
Registered
Posts: 321
Joined: Apr 2013
Reputation: 36
RE: Official XBian 1.0 Beta 1 thread
I would recommend a clean install then. Seems that upgrading does not work properly for everyone.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
27th Jun, 2013, 09:58 PM
Post: #81
kraleksandr Offline
Registered
Posts: 238
Joined: Feb 2013
Reputation: 9
RE: Official XBian 1.0 Beta 1 thread
@Fred
No, beta1 works, but when I did an upgrade for xbian-package-firmware, it becomes broken.
Find all posts by this user
Quote this message in a reply
27th Jun, 2013, 09:59 PM
Post: #82
sasagr Offline
Registered
Posts: 17
Joined: Jan 2013
Reputation: 1
RE: Official XBian 1.0 Beta 1 thread
After a fresh installation I m having the same problem like @dalim was saying yesterday:
1) no addon/channel icons appear, showing the default jigsaw puzzle icon

Any fix for it? it is terrible to be not able to see any icon for the add ons!
Find all posts by this user
Quote this message in a reply
27th Jun, 2013, 10:11 PM
Post: #83
rikardo1979 Offline
Management
******
Posts: 3,545
Joined: Dec 2012
Reputation: 190
Re: RE: Official XBian 1.0 Beta 1 thread
(27th Jun, 2013 09:59 PM)sasagr Wrote:  After a fresh installation I m having the same problem like @dalim was saying yesterday:
1) no addon/channel icons appear, showing the default jigsaw puzzle icon

Any fix for it? it is terrible to be not able to see any icon for the add ons!

there is a fix,please read back

~~~~>>>Please always follow rules and read before you post<<<~~~~
Find all posts by this user
Quote this message in a reply
27th Jun, 2013, 10:13 PM
Post: #84
Fred Offline
Registered
Posts: 321
Joined: Apr 2013
Reputation: 36
RE: Official XBian 1.0 Beta 1 thread
@sasagr: Yes there is a solution and you can find it in this thread.

@kraleksandr: That's no good, don't know how this can happen but will check if this is a package fail.
Edit: I have checked by upgrading it on a clean beta1 install, it does not show any problems. I also don't have a loader.bin file and that should be okay because it became obsolete a while ago. So it's a weird error. I also understand you can't do anything with your SD card right now (it does not boot?).

@xbmcnut: The screenshots failing is also because of the missing libtiff4 package. So please install that.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
27th Jun, 2013, 10:20 PM
Post: #85
nsviper Offline
Registered
Posts: 72
Joined: Jan 2013
Reputation: 2
RE: Official XBian 1.0 Beta 1 thread
SD Card and USB key.

Quick question chaps.

Under Alpha5, I did the following to move most of the work off the SD card and onto a USB key I have in the Pi:
- dd if=/dev/mmcblk0p2 of=/dev/sda1
- edit boot/cmdline.txt and change root=/dev/mmcblk0p2 to root=/dev/sda1

I found this made the Xbian boot and reboot much faster and a lot more stable (had some issues with corruption with my constant rebooting whilst testing that have completely disappeared with this setup).

Trying to do this now using the beta:
- dd command all worked ok
- /boot/cmdline.txt couldnt be seen, but doing mount /boot and the files now appear.

but... (there's always a but Smile )

now i'm unsure what to change in the cmdline.txt file, there's no root= section?

Any ideas?

(PS this is a fresh install of beta on a 2nd Pi, my original Pi is running Alpha5 perfectly so would like to make sure this all works ok before upgrading my "production" pi Smile )

Thanks in advance.
Find all posts by this user
Quote this message in a reply
27th Jun, 2013, 10:34 PM
Post: #86
Fred Offline
Registered
Posts: 321
Joined: Apr 2013
Reputation: 36
RE: Official XBian 1.0 Beta 1 thread
@nsviper: Can you post your current cmdline.txt here, don't have access to it right now.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
27th Jun, 2013, 10:35 PM
Post: #87
kraleksandr Offline
Registered
Posts: 238
Joined: Feb 2013
Reputation: 9
RE: Official XBian 1.0 Beta 1 thread
@Fred
When I plug in power source, Pi turns on Power led and flashes 3 times by ACT led. ANd I found somewhere that it happens bcoz loader.bin notfond.
Find all posts by this user
Quote this message in a reply
27th Jun, 2013, 10:43 PM
Post: #88
nsviper Offline
Registered
Posts: 72
Joined: Jan 2013
Reputation: 2
RE: Official XBian 1.0 Beta 1 thread
(27th Jun, 2013 10:34 PM)Fred Wrote:  @nsviper: Can you post your current cmdline.txt here, don't have access to it right now.

Here you go boss:

sdhci-bcm2708.sync_after_dma=0 dwc_otg.lpm_enable=0 console=tty1 root=LABEL=xbian-root-btrfs rootfsopts=subvol=root/@,noatime,compress=lso,thread_pool=1,space_cache,autodefrag rootfstype=btrfs rootwait=10 smsc95xx.turbo_mode=N elevator=noop nohdparm splash logo.nologo quiet loglevel=0 noswap mod_scsi.scan=async
Find all posts by this user
Quote this message in a reply
27th Jun, 2013, 10:55 PM
Post: #89
rikardo1979 Offline
Management
******
Posts: 3,545
Joined: Dec 2012
Reputation: 190
Re: RE: Official XBian 1.0 Beta 1 thread
(27th Jun, 2013 10:35 PM)kraleksandr Wrote:  @Fred
When I plug in power source, Pi turns on Power led and flashes 3 times by ACT led. ANd I found somewhere that it happens bcoz loader.bin notfond.

that was on old FW till October 2012.
with new FW it means you have start.elf missing or corrupted

~~~~>>>Please always follow rules and read before you post<<<~~~~
Find all posts by this user
Quote this message in a reply
27th Jun, 2013, 10:57 PM
Post: #90
dalim Offline
Registered
Posts: 3
Joined: Jun 2013
Reputation: 1
RE: Official XBian 1.0 Beta 1 thread
Textures
For the people having problems with textures. Please try:
Terminal

sudo apt-get install libtiff4

Worked for me! Thanks.

I can wait for the other two issues i reported, they are low priority.

Most important of all, with Xbian my TV no longer powers up automatically in the middle of the night!. Perfect!
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (21): « Previous 1 ... 4 5 6 7 8 ... 21 Next »
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  Official XBian Raspberry B+ models thread IriDium 4 22,359 23rd Nov, 2014 09:14 PM
Last Post: 0xFF
  Official XBian 1.0 RC 2 Gotham (XBMC 13) thread IriDium 167 590,775 10th Sep, 2014 04:41 AM
Last Post: weezer
  Official XBian 1.0 RC 2 thread IriDium 61 202,260 16th Aug, 2014 03:10 PM
Last Post: mehlvogel
  Official XBian 1.0 RC 1 thread IriDium 173 612,012 1st May, 2014 02:44 PM
Last Post: dharmabm
  Official XBian 1.0 Beta 2 thread IriDium 411 1,456,758 7th Mar, 2014 09:56 PM
Last Post: leadergr
  Official XBian 1.0 Alpha 5 thread Koenkk 366 1,486,474 15th Aug, 2013 07:35 AM
Last Post: anthonyonions
  Official XBMC 12.2 Thread Koenkk 118 484,360 4th Jul, 2013 09:11 AM
Last Post: mk01

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 16th May, 2025, 02:54 PM Powered By MyBB, © 2002-2025 MyBB Group.