Issues with Logitech Harmony
|
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 |
|||
« 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 | 31,254 |
2nd Dec, 2013 05:58 PM Last Post: Nakeman |