maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   QtIrreco for N900 (https://talk.maemo.org/showthread.php?t=37655)

droll 2011-06-07 00:14

Re: QtIrreco for N900
 
for those who can't find it -> http://winlirc.sourceforge.net/technicaldetails.html

droll 2011-06-22 07:21

Re: QtIrreco for N900
 
got this working. didn't work on my windows box so i had to use my dev ubuntu vmware machine. worked like a charm. :)

izzox 2011-07-11 05:43

Re: QtIrreco for N900
 
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

adhrie 2011-07-11 06:48

Re: QtIrreco for N900
 
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 2011-07-30 05:20

Re: QtIrreco for N900
 
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 2011-08-22 09:31

Re: QtIrreco for N900
 
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?

Ulle 2011-08-22 14:36

Re: QtIrreco for N900
 
Quote:

Originally Posted by electroaudio (Post 1074494)
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

liao22 2011-08-22 22:23

Re: QtIrreco for N900
 
Qtirreco not working >< helpe me please :(

electroaudio 2011-08-22 23:43

Re: QtIrreco for N900
 
Quote:

Originally Posted by Ulle (Post 1074652)
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!

impeham 2011-08-27 02:17

Re: QtIrreco for N900
 
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?


All times are GMT. The time now is 15:33.

vBulletin® Version 3.8.8