remote not working
|
8th Jun, 2015, 02:51 AM
Post: #1
|
|||
|
|||
remote not working
Hi,
I'm trying to get my remote working after upgrading Xbian, it worked fine before but since the upgrade not so much. I have this remote: http://www.amazon.co.uk/New-IT-Remote-Media-Centres/dp/B00CZB46OI mode2 gives me the following output: mode2: could not get file information for /dev/lirc0 mode2: default_init(): No such file or directory Any ideas what could be wrong? My TV doesn't have CEC and it did work on an older version of Xbian? Thanks for any help in advance! |
|||
17th Jun, 2015, 06:27 AM
Post: #2
|
|||
|
|||
RE: remote not working
anyone?
|
|||
17th Jun, 2015, 06:37 AM
Post: #3
|
|||
|
|||
RE: remote not working
Start by posting all information as stated in the forum rules.
pilight - modular domotica solution
|
|||
19th Jun, 2015, 07:14 AM
Post: #4
|
|||
|
|||
RE: remote not working
Hi there, sorry about that, here we go:
Software XBian version: xbian 1.0 (knockout) (kernal: linux 3.18.8+) XBMC/Kodi version: 14.2 Overclock settings: none Hardware Device type and model: Raspberry Pi 2 Power supply rating: 1000 SD card size and make/type: SanDisk Ultra microSDHC 8GB class 10 SDSDQUAN-008G-G4A Network (Ethernet or wireless): wireless Connected devices: TV & USB 3.0 drive Log files Link to logfile(s): http://xbmclogs.com/pj99kp7dw Problem description: remote not working, when I run mode2 I get the following error: mode2: could not get file information for /dev/lirc0 mode2: default_init(): No such file or directory How to reproduce: Plug and play remote not working with Raspberry Pi 2, it is this remote: http://www.amazon.co.uk/New-IT-Remote-Media-Centres/dp/B00CZB46OI |
|||
19th Jun, 2015, 05:51 PM
Post: #5
|
|||
|
|||
RE: remote not working
Post:
Code: ls -Al /dev/lirc* pilight - modular domotica solution
|
|||
20th Jun, 2015, 08:19 AM
Post: #6
|
|||
|
|||
RE: remote not working
Hi, that command gave me the following:
lrwxrwxrwx 1 root root 21 Jun 18 21:39 /dev/lircd -> ../var/run/lirc/ lircd |
|||
20th Jun, 2015, 06:42 PM
Post: #7
|
|||
|
|||
RE: remote not working
And
Code: cat /sys/kernel/debug/gpio Code: lsmod And also try: Code: modprobe ir_lirc_codec pilight - modular domotica solution
|
|||
20th Jun, 2015, 07:24 PM
Post: #8
|
|||
|
|||
RE: remote not working
Thanks for the help, but I don't have a /debug/ directory within /kernel/ so the first cat command you posted doesn't work?
Also, I re-ran "ls -Al /dev/lirc*" as su and it gave me: /dev/lircd |
|||
20th Jun, 2015, 07:41 PM
Post: #9
|
|||
|
|||
RE: remote not working
Don't just post the output of one of my suggestions, but try all of them and then repost.
pilight - modular domotica solution
|
|||
20th Jun, 2015, 08:30 PM
Post: #10
|
|||
|
|||
RE: remote not working
Hi, yes I tried all 3, the first one doesn't work due to the debug folder not existing, lsmod worked, modprobe didnt return anything (presume it worked) but trying mode2 gave me the same output my original post
|
|||
21st Jun, 2015, 12:30 AM
Post: #11
|
|||
|
|||
RE: remote not working
@griv,
I believe Curly is asking you to post output on the forum for all 3 ? Plus try and format your forum posts a bit as mixed text and code is difficult reading (forum has got "term" + "code" tags). There are only 10 types of people in the world: those who understand binary, and those who don't |
|||
21st Jun, 2015, 01:46 AM
Post: #12
|
|||
|
|||
RE: remote not working
Hi, I'm sorry about that, hope this is a bit clearer:
Code: cat /sys/kernel/debug/gpio Code: cat: /sys/kernel/debug/gpio: No such file or directory Code: lsmod Code: Module Size Used by Code: modprobe ir_lirc_codec Code: nothing is returned Code: ls -Al /dev/lirc* Code: lrwxrwxrwx 1 root root 21 Jun 19 22:20 /dev/lircd -> ../var/run/lirc/lircd Code: mode2 Code: mode2: could not get file information for /dev/lirc0 |
|||
21st Jun, 2015, 02:31 AM
Post: #13
|
|||
|
|||
RE: remote not working
Can you use codes properly across your post. What does this say after the modprobe:
Code: ls -Al /dev/lirc* pilight - modular domotica solution
|
|||
21st Jun, 2015, 06:07 AM
Post: #14
|
|||
|
|||
RE: remote not working
Hmm, it's wierd. You should be able to see more in /dev/ as soon as you load that module.
pilight - modular domotica solution
|
|||
21st Jun, 2015, 07:37 PM
Post: #15
|
|||
|
|||
RE: remote not working
Is there anything I can manually install? Like some drivers for the remote?
|
|||
« Next Oldest | Next Newest »
|