Official XBMC 12.2 Thread
|
7th May, 2013, 12:23 AM
Post: #16
|
|||
|
|||
RE: Official XBMC 12.2 Thread
(7th May, 2013 12:18 AM)rikardo1979 Wrote:(7th May, 2013 12:11 AM)Smultie Wrote: Is it working for someone? Well it obviously doesn't work for me... Tried a fresh 1.0 alpha 5 install and then the update, no game. Just the splash. Reinstall has no effect. I say it needs some work? |
|||
7th May, 2013, 12:29 AM
Post: #17
|
|||
|
|||
RE: Official XBMC 12.2 Thread
Is it possible thats the new version use more memory . I have now a usage of 70 % here normal is it about 30% on my RPI 512
|
|||
7th May, 2013, 12:36 AM
Post: #18
|
|||
|
|||
RE: Official XBMC 12.2 Thread | |||
7th May, 2013, 12:39 AM
Post: #19
|
|||
|
|||
Re: RE: Official XBMC 12.2 Thread
(7th May, 2013 12:36 AM)Smultie Wrote:(7th May, 2013 12:18 AM)rikardo1979 Wrote:(7th May, 2013 12:11 AM)Smultie Wrote: Is it working for someone? it has been tested with 100% positive feedback and has been updated numerous times the reports here are just a fracture and specific ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
7th May, 2013, 12:40 AM
Post: #20
|
|||
|
|||
RE: Official XBMC 12.2 Thread
If you updated and need to roll back to 12.1, ssh into your xbian install...
Terminal wget http://www.mirrorservice.org/sites/apt.xbian.org/pool/main/x/xbian-package-xbmc/xbian-package-xbmc_2.1_armhf.deb sudo dpkg -i xbian-package-xbmc_2.1_armhf.deb rm xbian-package-xbmc_2.1_armhf.deb |
|||
7th May, 2013, 12:43 AM
Post: #21
|
|||
|
|||
RE: Official XBMC 12.2 Thread | |||
7th May, 2013, 12:44 AM
Post: #22
|
|||
|
|||
RE: Official XBMC 12.2 Thread
(7th May, 2013 12:39 AM)rikardo1979 Wrote: it has been tested with 100% positive feedback and has been updated numerous times the reports here are just a fracture and specific 100%, except for me reporting that the PVR binaries appear to be broken, and asking for this update to be rolled back and not to be put out until after you've finished moving to the newer version of libc that raspbian uses and XBMC upstream will expect. |
|||
7th May, 2013, 02:11 AM
Post: #23
|
|||
|
|||
RE: Official XBMC 12.2 Thread
(7th May, 2013 12:39 AM)rikardo1979 Wrote:(7th May, 2013 12:36 AM)Smultie Wrote:(7th May, 2013 12:18 AM)rikardo1979 Wrote:(7th May, 2013 12:11 AM)Smultie Wrote: Is it working for someone? Kind of harsh, seems there is at least something going on if users independent of one another encounter the same problem, even when updating from a clean 1.0a5 install. If the issue can be reproduced "reliably" then something is not right. No big deal if there's a problem, just don't deny it. |
|||
7th May, 2013, 04:32 AM
Post: #24
|
|||
|
|||
RE: Official XBMC 12.2 Thread
For those interested: I had mopidy (http://www.mopidy.com/) successfully running beside xbmc 12.1, but upgrading to xbmc 12.2 using the ssh apt method xbmc fails to start (/usr/lib/xbmc/xbmc.bin: symbol lookup error: /usr/lib/xbmc/xbmc.bin: undefined symbol: _ZTIN6TagLib8IOStreamE)
seems to be a conflict in libtag, removing mopidy the new xbmc runs without problems. re-installing mopidy 12.2 is broken again. I haven't put any more effort in this, but ofcourse I'd like to be able to run mopidy alongside 12.2 again just as it did with 12.1.. anyone any ideas or insights? EDIT: My problem was simply xbmc vs. mopidy related: for every update of xbmc package (where /etc/init.d/xbmc gets updated) /etc/init.d/xbmc needs to be altered with export LD_LIBRARY_PATH=/usr/local/lib. I forgot I changed it in the first place. see http://delarre.net/posts/setting-up-a-raspberry-pi-media-center.html |
|||
7th May, 2013, 05:07 AM
Post: #25
|
|||
|
|||
RE: Official XBMC 12.2 Thread
Same to me. Doesn't work at all. Segmentation fault when i lauch xbmc.bin.
raspi modelB. Youtube+Vimeo+pelisalacarta plugins. |
|||
7th May, 2013, 05:44 AM
Post: #26
|
|||
|
|||
RE: Official XBMC 12.2 Thread
On another forum I frequent nothing but "Not working" as well.
Seems to me the testing procedure is not up-to-par... I'll wait another couple of days... |
|||
7th May, 2013, 06:00 AM
Post: #27
|
|||
|
|||
RE: Official XBMC 12.2 Thread
Works fine for me. 1.0a5 updated to 12.1 and now to 12.2.
|
|||
7th May, 2013, 08:03 AM
Post: #28
|
|||
|
|||
RE: Official XBMC 12.2 Thread
I am also encountering the problem that the system won't boot after the update. Tried it on two different Model B raspis, with three different SD cards of which two were clean installs with 1.0a5. Tried updating via SSH, even gave it a try via the Xbian Config. I've been going through the update process at least five times on both of the machines with different setups, wasn't successful even once. I suggest rolling back the update ASAP, since even clean installs won't work until there's a fix...
Edit: The nightly-workaround that highway suggests seems to be working... |
|||
7th May, 2013, 09:12 AM
Post: #29
|
|||
|
|||
RE: Official XBMC 12.2 Thread
Mine works fine too. Perhaps you have to go from Alpha 5 to 12.1 to 12.2?
Before doing 12.1 to 12.2 I did: sudo su apt-get update apt-get upgrade apt-get install xbian-package-xbmc -y |
|||
7th May, 2013, 09:20 AM
Post: #30
|
|||
|
|||
RE: Official XBMC 12.2 Thread
Running
Terminal echo "xbian-package-xbmc hold" | sudo dpkg --set-selections will hold back apt from upgrading xbian-package-xbmc. Then (as posted above) Terminal wget http://www.mirrorservice.org/sites/apt.xbian.org/pool/main/x/xbian-package-xbmc/xbian-package-xbmc_2.1_armhf.deb sudo dpkg -i xbian-package-xbmc_2.1_armhf.deb rm xbian-package-xbmc_2.1_armhf.deb When you want to update the package again Terminal echo "xbian-package-xbmc install" | sudo dpkg --set-selections Even testing with a nightly, the cmyth PVR plugins are causing libc memory check errors. So I'm still going to strongly recommend xbian pull 12.2 until, a) xbian is using the more recent versions of libc, b) there are patches to 12.2 that address these problems if a newer libc doesn't fix them. |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
Official XBian Raspberry B+ models thread | IriDium | 4 | 21,366 |
23rd Nov, 2014 09:14 PM Last Post: 0xFF |
|
Official XBian 1.0 RC 2 Gotham (XBMC 13) thread | IriDium | 167 | 569,905 |
10th Sep, 2014 04:41 AM Last Post: weezer |
|
Official XBian 1.0 RC 2 thread | IriDium | 61 | 194,503 |
16th Aug, 2014 03:10 PM Last Post: mehlvogel |
|
Official XBian 1.0 RC 1 thread | IriDium | 173 | 590,991 |
1st May, 2014 02:44 PM Last Post: dharmabm |
|
Official XBian 1.0 Beta 2 thread | IriDium | 411 | 1,403,330 |
7th Mar, 2014 09:56 PM Last Post: leadergr |
|
Official XBian 1.0 Beta 1 thread | Koenkk | 303 | 1,196,390 |
12th Dec, 2013 12:46 AM Last Post: Exnor |
|
Official XBian 1.0 Alpha 5 thread | Koenkk | 366 | 1,444,663 |
15th Aug, 2013 07:35 AM Last Post: anthonyonions |
|
Official XBMC 12.1 (xbian-package-xbmc 2.1) discussion | Koenkk | 111 | 455,193 |
10th May, 2013 11:59 PM Last Post: Ghwomb |