XBian DEVEL and STAGING repositories
|
7th Apr, 2014, 12:41 PM
Post: #91
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
(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 ***please click 'thanks' if I helped!*** |
|||
7th Apr, 2014, 01:52 PM
Post: #92
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
The best way to debug is to make sure mode2 works again. Without a working mode2, nothing will work.
pilight - modular domotica solution
|
|||
22nd Jun, 2014, 06:59 AM
Post: #93
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
(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). Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
1st Sep, 2014, 10:24 PM
Post: #94
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
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. |
|||
1st Sep, 2014, 11:16 PM
Post: #95
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
(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 |
|||
2nd Sep, 2014, 12:07 AM
Post: #96
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
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. I add a screenshot with that installation log output. |
|||
2nd Sep, 2014, 04:52 PM
Post: #97
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
I think the libc6 is a package that is being held back for a reason (breaks stuff).
Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
2nd Sep, 2014, 07:55 PM
Post: #98
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories | |||
3rd Sep, 2014, 01:58 PM
(This post was last modified: 3rd Sep, 2014 03:36 PM by f1vefour.)
Post: #99
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
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.
Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
3rd Sep, 2014, 03:46 PM
(This post was last modified: 3rd Sep, 2014 03:47 PM by f1vefour.)
Post: #100
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
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/ Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
4th Sep, 2014, 09:45 AM
Post: #101
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
Thank you very much.
|
|||
31st Jan, 2015, 11:40 PM
Post: #102
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
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. |
|||
31st Jan, 2015, 11:42 PM
Post: #103
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
Nothing, just try again later Due to apt mirrors being synced.
pilight - modular domotica solution
|
|||
1st Feb, 2015, 03:56 AM
Post: #104
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
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! :-) |
|||
1st Feb, 2015, 04:33 AM
Post: #105
|
|||
|
|||
RE: XBian DEVEL and STAGING repositories
You probably didn't follow the frontpage FAQ.
pilight - modular domotica solution
|
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[RPi] Staging xbian-package-xbmc (14.1~RC1) (Kodi) | CurlyMo | 17 | 41,070 |
19th Feb, 2015 06:31 AM Last Post: CurlyMo |
|
[RPi] Staging xbian-package-kernel (3.17.7-ck2+) | CurlyMo | 5 | 13,804 |
13th Feb, 2015 12:33 AM Last Post: f1vefour |
|
[RPi] Staging xbian-package-firmware (1.5.1) | CurlyMo | 3 | 11,849 |
7th Feb, 2015 08:23 PM Last Post: CurlyMo |