Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

remote not working
Thank you for your donation

Pages (2): 1 2 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
remote not working
8th Jun, 2015, 02:51 AM
Post: #1
griv Offline
Registered
Posts: 34
Joined: Oct 2014
Reputation: 0
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!
Find all posts by this user
Quote this message in a reply
17th Jun, 2015, 06:27 AM
Post: #2
griv Offline
Registered
Posts: 34
Joined: Oct 2014
Reputation: 0
RE: remote not working
anyone?
Find all posts by this user
Quote this message in a reply
17th Jun, 2015, 06:37 AM
Post: #3
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: remote not working
Start by posting all information as stated in the forum rules.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
19th Jun, 2015, 07:14 AM
Post: #4
griv Offline
Registered
Posts: 34
Joined: Oct 2014
Reputation: 0
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
Find all posts by this user
Quote this message in a reply
19th Jun, 2015, 05:51 PM
Post: #5
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: remote not working
Post:
Code:
ls -Al /dev/lirc*

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
20th Jun, 2015, 08:19 AM
Post: #6
griv Offline
Registered
Posts: 34
Joined: Oct 2014
Reputation: 0
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
Find all posts by this user
Quote this message in a reply
20th Jun, 2015, 06:42 PM
Post: #7
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: remote not working
And
Code:
cat /sys/kernel/debug/gpio
And
Code:
lsmod

And also try:
Code:
modprobe ir_lirc_codec
And see if mode2 runs now?

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
20th Jun, 2015, 07:24 PM
Post: #8
griv Offline
Registered
Posts: 34
Joined: Oct 2014
Reputation: 0
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
Find all posts by this user
Quote this message in a reply
20th Jun, 2015, 07:41 PM
Post: #9
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
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
Visit this user's website Find all posts by this user
Quote this message in a reply
20th Jun, 2015, 08:30 PM
Post: #10
griv Offline
Registered
Posts: 34
Joined: Oct 2014
Reputation: 0
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
Find all posts by this user
Quote this message in a reply
21st Jun, 2015, 12:30 AM
Post: #11
deHakkelaar Offline
Administrator
******
Posts: 360
Joined: Dec 2012
Reputation: 23
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
Find all posts by this user
Quote this message in a reply
21st Jun, 2015, 01:46 AM
Post: #12
griv Offline
Registered
Posts: 34
Joined: Oct 2014
Reputation: 0
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
ir_lirc_codec           3864  0
lirc_dev                7162  1 ir_lirc_codec
rc_core                13880  2 lirc_dev,ir_lirc_codec
fuse                   67025  3
snd_soc_wm8804          6272  0
snd_soc_pcm512x_i2c     1453  0
snd_soc_tas5713         4445  0
snd_soc_pcm512x         5941  1 snd_soc_pcm512x_i2c
regmap_i2c              1813  3 snd_soc_wm8804,snd_soc_pcm512x_i2c,snd_soc_tas5713
joydev                  7857  0
leds_gpio               2821  0
led_class               2473  1 leds_gpio
8192cu                479524  0
i2c_bcm2708             4425  0
spi_bcm2708             4535  0
i2c_core               17851  5 i2c_bcm2708,snd_soc_wm8804,snd_soc_pcm512x_i2c,regmap_i2c,snd_soc_tas5713
snd_soc_bcm2708_i2s     5237  0
regmap_mmio             1933  1 snd_soc_bcm2708_i2s
snd_soc_core           94348  4 snd_soc_pcm512x,snd_soc_wm8804,snd_soc_tas5713,snd_soc_bcm2708_i2s
snd_compress            6492  1 snd_soc_core
snd_pcm_dmaengine       2798  1 snd_soc_core
snd_pcm                60460  3 snd_soc_wm8804,snd_soc_core,snd_pcm_dmaengine
snd_timer              15062  1 snd_pcm
snd                    37300  4 snd_soc_core,snd_timer,snd_pcm,snd_compress
soundcore                602  1 snd
frandom                 3579  2
vchiq                 210052  2

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
mode2: default_init(): No such file or directory
Find all posts by this user
Quote this message in a reply
21st Jun, 2015, 02:31 AM
Post: #13
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
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
Visit this user's website Find all posts by this user
Quote this message in a reply
21st Jun, 2015, 06:07 AM
Post: #14
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
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
Visit this user's website Find all posts by this user
Quote this message in a reply
21st Jun, 2015, 07:37 PM
Post: #15
griv Offline
Registered
Posts: 34
Joined: Oct 2014
Reputation: 0
RE: remote not working
Is there anything I can manually install? Like some drivers for the remote?
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 23rd May, 2025, 08:01 AM Powered By MyBB, © 2002-2025 MyBB Group.