Notices


Reply
Thread Tools
Posts: 958 | Thanked: 483 times | Joined on May 2010
#521
 
Posts: 958 | Thanked: 483 times | Joined on May 2010
#522
got this working. didn't work on my windows box so i had to use my dev ubuntu vmware machine. worked like a charm.
 
Posts: 103 | Thanked: 8 times | Joined on Jun 2009
#523
hi all,
I got a Samsung TV, and on the remote it's said BN59-00997A; I have tried qtirreco with BN59-00940A profile with out luck; I am wondering if anyone kw what to do
thx
 
Posts: 118 | Thanked: 39 times | Joined on Apr 2010 @ Jakarta, Indonesia
#524
just curious & might not help at all :

have you tried qtirreco for another device and it works?
when youre using the available remote for samsung, does your n900 ir transmitter actually transmit anything? (i usually tests it using another camera looking at the ir transmitter while pressing the remote button)

i ask these because sometimes after downloading to many remotes, qtirreco stops working even for remote that was previously working right
 
matristain's Avatar
Posts: 40 | Thanked: 14 times | Joined on Sep 2009 @ Monterrey Mexico
#525
Hello I use QtIrreco por my LG TV works like a charm , thank you , I have a question about working with the LG's Smart TV Upgrader ST600 specialy for the web browser, And may be a little to much to ask but keyboard would be awesome
 
electroaudio's Avatar
Posts: 381 | Thanked: 336 times | Joined on Jan 2011 @ Stockholm, Sweden
#526
On my last n900 qtirreco ran like a charm but now i cant get qtirreco to work with my new one.

At first i installed irrecowidget and it worked fine, and then i installed qtirreco but qtirreco didnt send anything.
Then i installed tvbgone and now only tvbgone is working fine but neither irecowidget or qtireco is working...

Whats wrong here?
 
Posts: 46 | Thanked: 160 times | Joined on Jun 2010 @ Germany, Berlin
#527
Originally Posted by electroaudio View Post
Whats wrong here?
Did you check /home/user/MyDocs/qtirreco/Devices/ ? There should be some files like BN59-00603A (depending on your remote name).

Try Terminal command
Code:
ls -1 "/home/user/MyDocs/qtirreco/Devices/"
Then, these files need to be included in /etc/lircd.conf .
Every device on a single line like
include "/home/user/MyDocs/qtirreco/Devices/BN59-00538A"

Check in Terminal if they are:
Code:
more /etc/lircd.conf
If not, you can add them all at once with the following bash-commands. You need to be root for this. And type the command "bash" before!
Code:
for device in `ls -1 "/home/user/MyDocs/qtirreco/Devices/"` ; do echo $device ; `grep -q $device /etc/lircd.conf` ; if [ $? -gt 0 ] ; then echo "adding $device to /etc/lircd.conf ..." ; echo "include \"/home/user/MyDocs/qtirreco/Devices/$device\"" >> /etc/lircd.conf ; else echo "Device $device already there" ; fi ; done
There might be other problems with your qtirreco installation, but without these include lines it wont work anyway.

Schöngruß
Ulle
 

The Following 2 Users Say Thank You to Ulle For This Useful Post:
Posts: 88 | Thanked: 5 times | Joined on Aug 2011
#528
Qtirreco not working >< helpe me please
 
electroaudio's Avatar
Posts: 381 | Thanked: 336 times | Joined on Jan 2011 @ Stockholm, Sweden
#529
Originally Posted by Ulle View Post
Did you check /home/user/MyDocs/qtirreco/Devices/ ?
...
Then, these files need to be included in /etc/lircd.conf .
Every device on a single line like
include "/home/user/MyDocs/qtirreco/Devices/---"

Schöngruß
Ulle
Thanks! The config file was empty, so now qtirreco works!
 
Posts: 669 | Thanked: 433 times | Joined on May 2010
#530
I'm using a lenovo t43 laptop which has a built in Infrared device.
I tried to use the recorder to read remote codes but couldn't succeed.
I use windows 7.
the command i use is:
IRRecord.exe -d serialdevice.dll ../config.cfg
and the output i get is:

Press RETURN now to start recording.
IRRecord.exe: no data for 10 secs, aborting
IRRecord.exe: gap not found, can't continue

and this is when i try to press the remotes buttons when it is aimed to the IR port.
i know the IR port of the laptop is working fine since i am able to sync a palm pilot using IR with it.

Anyone got this working?

Last edited by impeham; 2011-08-27 at 02:32.
 
Reply

Tags
irreco, qtirreco


 
Forum Jump


All times are GMT. The time now is 00:41.