Lirc: what's wrong?


 
Thread Tools Search this Thread
Operating Systems Linux Lirc: what's wrong?
# 1  
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
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

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 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

6. 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

7. 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
Login or Register to Ask a Question