![]() |
XBian DEVEL and STAGING repositories - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Testing & Experimental (/forum-21.html) +--- Thread: XBian DEVEL and STAGING repositories (/thread-1861.html) |
RE: XBian DEVEL and STAGING repositories - dharmabm - 7th Apr, 2014 12:41 PM (7th Apr, 2014 06:27 AM)CurlyMo Wrote: Does mode2 output anything? Are you using a GPIO IR receiver? no it doesn't, not once i've gotten to staging. i should probably move this discussion to the remotes forum though, as occasionally i have a similar issue on my stable build as well... every once in awhile the remote stop working fully or at all, and i reboot a few times and it works. this message appears in /var/log/lircd Code: xbian lircd: WARNING: can't get exclusive access to events coming from `/dev/input/event0' interface <edit> i just realized i didn't answer you second question, it is not, it is an HP branded mceusb remote with USB IR received, dmesg detects as Code: [ 16.700161] Registered IR keymap rc-rc6-mce RE: XBian DEVEL and STAGING repositories - CurlyMo - 7th Apr, 2014 01:52 PM The best way to debug is to make sure mode2 works again. Without a working mode2, nothing will work. RE: XBian DEVEL and STAGING repositories - mk01 - 22nd Jun, 2014 06:59 AM (7th Apr, 2014 12:41 PM)dharmabm Wrote: most probably ir-keytable. input0 is created after keymap is loaded. keymap is loaded after "protocol" is installed. (ir-keymap -c clears table, ir-keymap -p allows specific protocols). protocols are loaded through modules called "ir-XXX-decode". so if you put them into blacklist, /rc0 should remain free for lirc. (there is also ir-lirc-decode which emulates LIRC interface so maybe you even can ir-keymap -p LIRC, then proceed with lircd. that works flawlessly on Cubox). RE: XBian DEVEL and STAGING repositories - syco - 1st Sep, 2014 10:24 PM Hi guys, I am having some problems lately. I did get a message, that my RPI needs to get updated (I am on 1.0 RC 1). So, I tried that. When updating, I get an error and it tells me, I should try: apt-get -f install So, I did this and then I get another error, which you can see in my screenshot. Also, I added an screenshot of my sources list. Maybe I have got this wrong? Thank you in advance, guys. RE: XBian DEVEL and STAGING repositories - Smultie - 1st Sep, 2014 11:16 PM (1st Sep, 2014 10:24 PM)syco Wrote: Hi guys, roblems while updating python If you can't run the update proper because of an error with python, run the following commands. 1) Afterwards the update should work well. sudo sed -i '/_hashlib.so/d' /var/lib/dpkg/info/python2.7.list sudo sed -i '/_ssl.so/d' /var/lib/dpkg/info/python2.7.list RE: XBian DEVEL and STAGING repositories - syco - 2nd Sep, 2014 12:07 AM Thank you, but still something is wrong. I did your two commands and afterwards I did: apt-get clean; apt-get update; apt-get upgrade That came out: Fetched 15.8 kB in 2s (7,284 B/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: libpython2.7 : Depends: python2.7 (= 2.7.3-6+deb7u2) but 2.7.3-6 is installed E: Unmet dependencies. Try using -f. root@xbian:/home/xbian# E: Error: BrokenCount > 0 So I did: apt-get -f install ... and that did get through without an error. BUT then I did "Check deb upgrades" and I received that error again: "A serious error occured while processing these packages." So, the blue menu commands do not work here and I tried that again in console: apt-get clean; apt-get update; apt-get upgrade This time it took a really long time, but it finished without an error. ![]() BUT the blue menu command is still not working. ![]() installation log output. RE: XBian DEVEL and STAGING repositories - f1vefour - 2nd Sep, 2014 04:52 PM I think the libc6 is a package that is being held back for a reason (breaks stuff). RE: XBian DEVEL and STAGING repositories - syco - 2nd Sep, 2014 07:55 PM (2nd Sep, 2014 04:52 PM)f1vefour Wrote: I think the libc6 is a package that is being held back for a reason (breaks stuff). So, shall I uninstall it? If yes, how do I do that? ![]() RE: XBian DEVEL and STAGING repositories - f1vefour - 3rd Sep, 2014 01:58 PM No you can't uninstall it, it's an important system file. I was saying until the updated libc6 package is marked safe by the maintainer the login0 package update can't proceed. RE: XBian DEVEL and STAGING repositories - f1vefour - 3rd Sep, 2014 03:46 PM From the Xbian FAQ page: Quote:[Raspberry Pi] When updating XBian RC2 libsystemd-login0 is held back. How to I upgrade this package? http://www.xbian.org/faq/ RE: XBian DEVEL and STAGING repositories - syco - 4th Sep, 2014 09:45 AM Thank you very much. ![]() RE: XBian DEVEL and STAGING repositories - tojo2503 - 31st Jan, 2015 11:40 PM Hi, updating fails for me on the latest CuBox release (CuBox i4). Where is the problem? /etc/apt/sources.list: Quote:deb http://http.debian.net/debian jessie main non-freeand /etc/apt/sources.list: Quote:deb mirror://apt.xbian.org/mirror.txt stable main imx6-jessie The error I get on apt-get update is: Quote:Hit http://apt.xbian.org wheezy InRelease Can somebody help me please? Thanks in advance. RE: XBian DEVEL and STAGING repositories - CurlyMo - 31st Jan, 2015 11:42 PM Nothing, just try again later ![]() RE: XBian DEVEL and STAGING repositories - tojo2503 - 1st Feb, 2015 03:56 AM Hi, thanks for the quick reply. Now it works better, but I'm still getting the error on apt-get update: Quote:Fetched 13.8 MB in 13s (1,006 kB/s) And trying to install the latest staging build: ~ $ sudo apt-get install xbian-package-xbmc I get: Quote:Package xbian-package-xbmc is not available, but is referred to by another package. Again, I am helpless. My fault this time or still something else. Thanks again! :-) RE: XBian DEVEL and STAGING repositories - CurlyMo - 1st Feb, 2015 04:33 AM You probably didn't follow the frontpage FAQ. |