Issues with Logitech Harmony
|
12th Dec, 2013, 11:57 PM
Post: #46
|
|||
|
|||
RE: Issues with Logitech Harmony
Any news or progress guys? I haven't find anything useful.
|
|||
13th Dec, 2013, 02:56 AM
Post: #47
|
|||
|
|||
RE: Issues with Logitech Harmony
Awaiting @mk01 answer on my third to last post.
We can also try something radical and try load ALL rc module: Code: ls -AlR /lib/modules/3.10.12+/kernel/drivers/media/rc/ | awk '{print $9'} | sed -e 's/.ko//' | xargs -L1 modprobe pilight - modular domotica solution
|
|||
13th Dec, 2013, 06:20 AM
Post: #48
|
|||
|
|||
RE: Issues with Logitech Harmony
@CurlyMo Still Menu and Info only working.
Terminal root@xbian:/home/xbian# ls -AlR /lib/modules/3.10.12+/kernel/drivers/media/rc/ | awk '{print $9'} | sed -e 's/.ko//' | xargs modprobe ERROR: could not insert 'ati_remote': Invalid argument |
|||
13th Dec, 2013, 09:36 AM
Post: #49
|
|||
|
|||
RE: Issues with Logitech Harmony
(7th Dec, 2013 06:11 AM)CurlyMo Wrote: The problem is that certain modules aren't loaded by default anymore in the kernel. The same counted for the serial support in Beta 2. Suddenly was removed because it was moved from the kernel built-in to a kernel module. I think the same happened here, but i don't know what module is missing. @Nakeman, @CurlyMo this is relevant diff between 3.6.11+ (from march 2013 as last commit to .config I found yours) and current .config. this is relevant difference (filtering out kernel debug params, library routines, ciphers, filesystems … and other hopefully not important to RC). -CONFIG_GENERIC_GPIO=y -CONFIG_INPUT_MOUSEDEV=y -CONFIG_SERIAL_AMBA_PL011=y -CONFIG_SERIAL_AMBA_PL011_CONSOLE=y -CONFIG_SERIAL_CORE=y -CONFIG_SERIAL_CORE_CONSOLE=y -CONFIG_I2C=y all this is available as module and will be loaded with this command: Code: modprobe gpio-generic mousedev gpio_mouse amba-pl011 i2c-bcm2708 adding this to /etc/modules will make sure they are loaded before lirc will start. Code: gpio-generic this should be comprehensive to all-in-kernel case. with the command to load all found modules "-a" is missing at the end. otherwise list is taken as parameters to first module - that was the error. (also -L1 can be added between xargs and modprobe, no "-a" needed then). ((worst case would be to take 3.6.11+ config as is and with no changes - just make oldconfig - compile kernel and test. let's find test subject)) Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
14th Dec, 2013, 09:14 PM
Post: #50
|
|||
|
|||
RE: Issues with Logitech Harmony
@Nakeman
what was the actual step with you to get the RC finally recognized? would be nice to have that change back in XBian as this MCE like RC issue is not only one. @Curly if there is anything I can catch with hand and put back send it for implementation please. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
14th Dec, 2013, 10:38 PM
Post: #51
|
|||
|
|||
RE: Issues with Logitech Harmony
@mk01 Do you mean with Alpha 5? It worked out of the box. I didn't do anything to get it working. Only tweak I did in XBian/XBMC was:
Code: <keymap> |
|||
14th Dec, 2013, 10:59 PM
Post: #52
|
|||
|
|||
RE: Issues with Logitech Harmony
no I mean now with B2. or I misunderstood that it was't doing a click at beginning, now works something ?
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
15th Dec, 2013, 01:50 AM
Post: #53
|
|||
|
|||
RE: Issues with Logitech Harmony
Menu and Info have been working from start with B2, but nothing else doesn't.
|
|||
15th Dec, 2013, 04:05 AM
Post: #54
|
|||
|
|||
RE: Issues with Logitech Harmony
I use the TSOP4838
I fixed the module load command... Did that work? pilight - modular domotica solution
|
|||
15th Dec, 2013, 06:35 AM
Post: #55
|
|||
|
|||
Re: RE: Issues with Logitech Harmony
(7th Dec, 2013 11:58 AM)poko Wrote:(5th Dec, 2013 08:03 AM)CurlyMo Wrote: Can you check if this works and post all output: Try stopping lircd and simply running it with no commands. Terminal sudo service lirc stop sudo lircd Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
15th Dec, 2013, 07:57 AM
Post: #56
|
|||
|
|||
RE: Issues with Logitech Harmony
@CurlyMo Still only Menu+Info working =(
Terminal root@xbian:/home/xbian# ls -AlR /lib/modules/3.10.12+/kernel/drivers/media/rc/ | awk '{print $9'} | sed -e 's/.ko//' | xargs -L1 modprobe FATAL: Module keymaps not found. root@xbian:/home/xbian# irw 000000008001016d 00 KEY_EPG devinput 0000000080010166 00 KEY_INFO devinput 0000000080010166 00 KEY_INFO devinput |
|||
15th Dec, 2013, 08:01 AM
Post: #57
|
|||
|
|||
RE: Issues with Logitech Harmony
What does lsmod say after loading those modules?
pilight - modular domotica solution
|
|||
15th Dec, 2013, 08:02 PM
Post: #58
|
|||
|
|||
RE: Issues with Logitech Harmony
Spoiler (Click to View) |
|||
15th Dec, 2013, 09:08 PM
Post: #59
|
|||
|
|||
RE: Issues with Logitech Harmony
Did you try this:
http://forum.xbian.org/thread-1824-post-18693.html#pid18693 pilight - modular domotica solution
|
|||
15th Dec, 2013, 09:29 PM
Post: #60
|
|||
|
|||
RE: Issues with Logitech Harmony
(15th Dec, 2013 09:08 PM)CurlyMo Wrote: Did you try this: Now I did and Menu+Info stopped working also. |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
Logitech Harmony 300 stopped working after XBian 1.0 Beta 2 install | Nakeman | 12 | 29,783 |
2nd Dec, 2013 05:58 PM Last Post: Nakeman |