Sponsored Content
Full Discussion: Lirc: what's wrong?
Operating Systems Linux Lirc: what's wrong? Post 302982674 by Linusolaradm1 on Saturday 1st of October 2016 09:17:33 PM
Old 10-01-2016
Lirc: what's wrong?

I have a old ATi wonder bob like this

Image

I want to use as remote control with kodi.
With the normal driver(ati_remote)
kodi recognise it as a "keyboard"
but only 50% of keys working!
In older release work fine 100% keys..
So i want to try lirc+kodi
I'm on slackware 14.2 with kodi 16.1
lirc is 0.9.3a
First i have to blacklist modules ati_remote
and x10 then
I have setup a config file using those
http://fedoranews.org/contributors/y...les/lircd.conf
http://lirc.sourceforge.net/remotes/...cd.conf.atiusb
I put it(not both,one for time) on /etc/lirc/lircd.conf.d/ati.conf
And run lircd with this cli

Code:
 lircd -D5  -H atilibusb  -n  /etc/lirc/lircd.conf

output seems ok

Code:
lircd-0.9.3a[28986]: Warning: Running as root
lircd-0.9.3a[28986]: Info: Using remote: ATIUSB_5000023600.
lircd-0.9.3a[28986]: Notice: lircd(atilibusb) ready, using /var/run/lirc/lircd

But when i try irw and press any key..nothing happen.
What's wrong?
usb id is 0bc7:0004
 

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

What am I doing wrong

When I execute following shell script I am getting the following error syntax error at line 50 : `<<' unmatched What am I doing wrong :confused: Script begins here ---------------- MPAN_FILE=$1 exec 3<$MPAN_FILE ... (2 Replies)
Discussion started by: guptan
2 Replies

2. UNIX for Dummies Questions & Answers

Please tell me what do I do wrong here!

#!/usr/bin/csh # DAY=`date +%y%m%d` H=`date +%H` M=`date +%M` mailx -s "$H-Myfile" email@email.com</home/mydir/myfile Thanks! (4 Replies)
Discussion started by: bobo
4 Replies

3. UNIX for Dummies Questions & Answers

What am I doing wrong?

I really just mess around in UNIX, for the most part, when I want to get something done. I can usually piece things together by searching for brief how-to's on Google, but the syntax errors in my following .sh file are really confusing me. I've got lots of programming experience in other places, so... (7 Replies)
Discussion started by: demonpants
7 Replies

4. Shell Programming and Scripting

Is there anything wrong?

For one of my script, I want one extra parameter needs to be added to one of the Usage option. Below its given #Check Input parameters are valid if ; then function usage() { echo echo "*******************************************" echo " !!! USAGE... (2 Replies)
Discussion started by: raghunsi
2 Replies

5. UNIX for Advanced & Expert Users

What am I doing wrong here?

I am working on a simple login ID check shell script that should prompt for a user ID then check to see if this user is logged on. Trying to get the hang of this stuff so I am thinking of my own little projects. #! /bin/sh echo "please enter a user name" read user if user=$user then... (3 Replies)
Discussion started by: jsk319342
3 Replies

6. Shell Programming and Scripting

Why result is wrong here ? whether break statement is wrong ?

Hi ! all I am just trying to check range in my datafile pls tell me why its resulting wrong admin@IEEE:~/Desktop$ cat test.txt 0 28.4 5 28.4 10 28.4 15 28.5 20 28.5 25 28.6 30 28.6 35 28.7 40 28.7 45 28.7 50 28.8 55 28.8 60 28.8 65 28.1... (2 Replies)
Discussion started by: Akshay Hegde
2 Replies

7. Shell Programming and Scripting

Can anyone tell me what's wrong here...

Here is my code.... just want to compare column 1 and 2 of file 2 with file 1 as standard file and print file 2 all contents with matched index value stored in $8 of file 1 awk 'NR==FNR{ A=$0;B++;next} {print A?$0 FS B: $0 FS "Not-Found" }' FS="\t" file1 file2 here B is not printing if... (19 Replies)
Discussion started by: Akshay Hegde
19 Replies
IRRECORD(1)							   User Commands						       IRRECORD(1)

NAME
irrecord - application for recording IR-codes for usage with LIRC SYNOPSIS
irrecord [options] file DESCRIPTION
This program will record the signals from your remote control and create a config file for lircd. A proper config file for lircd is maybe the most vital part of this package, so you should invest some time to create a working config file. Although I put a good deal of effort in this program it is often not possible to automatically recognize all features of a remote control. If the program fails to recognize the protocol of the remote control you should use the --force option to at least create a config file in raw mode. If file already exists and contains a valid config irrecord will use the protocol description found there and will only try to record the buttons. This is very useful if you want to learn a remote where config files of the same brand are already available. Of course this will only work if the remotes use the same protocol but it's worth a try. You will find template files for the most common protocols in the remotes/generic/ directory of this package. The name of the new file is created by appending .conf to the given filename in this case. -h --help display this message -v --version display version -a --analyse analyse raw_codes config files -f --force force raw mode -n --disable-namespace disables namespace checks -l --list-namespace list valid button names -H --driver=driver use given driver -d --device=device read from given device SEE ALSO
The documentation for lirc is maintained as html pages. They are located under html/ in the documentation directory. Further information on this topic is available in section "Adding new remote controls" in html/help.html irrecord $Revision: 5.101 $ October 2010 IRRECORD(1)
All times are GMT -4. The time now is 05:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy