maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   CIR Port (https://talk.maemo.org/showthread.php?t=51593)

alex94 2010-05-01 20:32

CIR Port
 
Hi all,
how can i access the CIR port of my N900 ?
What's the device of it?

Thanks
Alex

alex94 2010-05-04 16:50

Re: CIR Port
 
No idea ?!

pelago 2010-05-05 08:51

Re: CIR Port
 
I don't know, but you might gain something by looking at the source of irreco, qtirreco, lirc, or maemote.

alex94 2010-05-08 14:53

Re: CIR Port
 
Quote:

Originally Posted by pelago (Post 644150)
I don't know, but you might gain something by looking at the source of irreco, qtirreco, lirc, or maemote.

very thanks qtirreco seams to be good.
But i can't find the source of it :(
I found the source of irreco but not of qtirreco.
Where can i find it?

tannoy 2010-05-10 13:49

Re: CIR Port
 
I'm interested in this topic too. I want to controll the IR LED too. I just need to switch it on or off. Maybe this thread would find more answers in another section.

pelago 2010-05-10 14:53

Re: CIR Port
 
Quote:

Originally Posted by tannoy (Post 651812)
Maybe this thread would find more answers in another section.

Development is the right folder for this, I think.

alex94 2010-05-11 13:16

Re: CIR Port
 
It seems that no one could help me (and tannoy?).
Maybe you could give me an advise where to ask for help?
Or where can i get help? At the Nokia support?

Joorin 2010-05-11 13:23

Re: CIR Port
 
One (1) Google search later:

7.13 How do I install a source package?

Debian source packages can't actually be "installed", they are just unpacked in whatever directory you want to build the binary packages they produce.

Source packages are distributed on most of the same mirrors where you can obtain the binary packages. If you set up your APT's sources.list(5) to include the appropriate "deb-src" lines, you'll be able to easily download any source packages by running

apt-get source foo

To help you in actually building the source package, Debian source package provide the so-called build-dependencies mechanism. This means that the source package maintainer keeps a list of other packages that are required to build their package. To see how this is useful, run

apt-get build-dep foo

before building the source.

Joorin 2010-05-11 13:56

Re: CIR Port
 
And to get to use the IR, you need to load the module
Code:

modprobe lirc_rx51
and then you'll find that there is a /dev/lirc0 waiting to be used.


All times are GMT. The time now is 22:50.

vBulletin® Version 3.8.8