|
2011-12-10
, 04:14
|
Posts: 840 |
Thanked: 823 times |
Joined on Nov 2009
|
#563
|
|
2011-12-21
, 22:36
|
Posts: 2 |
Thanked: 0 times |
Joined on Dec 2011
|
#564
|
|
2011-12-22
, 10:18
|
|
Posts: 528 |
Thanked: 345 times |
Joined on Aug 2010
@ MLB.AU
|
#565
|
|
2011-12-22
, 11:16
|
Posts: 13 |
Thanked: 12 times |
Joined on May 2010
|
#566
|
|
2011-12-22
, 15:10
|
Posts: 42 |
Thanked: 0 times |
Joined on Sep 2011
|
#567
|
|
2011-12-23
, 05:10
|
|
Posts: 528 |
Thanked: 345 times |
Joined on Aug 2010
@ MLB.AU
|
#568
|
download the remote here:
http://lirc.sourceforge.net/remotes/
There's what to do with it:
http://irreco.garage.maemo.org/FAQ.html#FAQ
FAQ
IR led is working but QtIrreco doesn't send any signal?
First thing to check is if lirc is running by typing ps in terminal.You should see this line:
/usr/sbin/lircd --device=/dev/lirc0 --listen=8765
Then check the file under /home/user/MyDocs/qtirreco/Remotes/<remotename.conf> for whats the device in line:
command: <device> <command<
Then check if that device actually is the same under /home/user/MyDocs/qtirreco/Devices/<device>. There check the line after begin remote:
name <device>
Then under /etc/lircd.conf you should have proper device path included.
If those devices in lines match and lirc runs the IR signal should be sent. Some codes doesn't work but still the signal is emitted.
The Following 6 Users Say Thank You to bingomion For This Useful Post: | ||
|
2011-12-23
, 10:02
|
|
Posts: 381 |
Thanked: 336 times |
Joined on Jan 2011
@ Stockholm, Sweden
|
#569
|
run this as root
root
cd /home/user/MyDocs/qtirreco/Devices
#dowload remote file here, eg:
wget http://lirc.sourceforge.net/remotes/ei/TV90 .
exit console,
|
2011-12-23
, 10:09
|
|
Posts: 528 |
Thanked: 345 times |
Joined on Aug 2010
@ MLB.AU
|
#570
|
Are you sure it must be as root? It is after all in the homedirectory...
The Following User Says Thank You to bingomion For This Useful Post: | ||
Tags |
irreco, qtirreco |
Thread Tools | |
|
http://lirc.sourceforge.net/remotes/
There's what to do with it:
http://irreco.garage.maemo.org/FAQ.html#FAQ
FAQ
IR led is working but QtIrreco doesn't send any signal?
First thing to check is if lirc is running by typing ps in terminal.You should see this line:
/usr/sbin/lircd --device=/dev/lirc0 --listen=8765
Then check the file under /home/user/MyDocs/qtirreco/Remotes/<remotename.conf> for whats the device in line:
command: <device> <command<
Then check if that device actually is the same under /home/user/MyDocs/qtirreco/Devices/<device>. There check the line after begin remote:
name <device>
Then under /etc/lircd.conf you should have proper device path included.
If those devices in lines match and lirc runs the IR signal should be sent. Some codes doesn't work but still the signal is emitted.