From: etienne g. <gan...@ts...> - 2002-04-26 15:17:12
|
Hello, Thank you for your work, I have some trouble using LIRC I have a Debian Woody Testing with Kernel 2.4.17 My IR is a RealMagic remote with it's IR sensor. Here what I did for lirc: I got the the source lirc-0.6.5.tar.bz2 from http://www.lirc.org/software.html I untar and setup (for realmagic on ttyS0), make and #make install During compilation it told me to do the command: setserial /dev/ttyS0 uart none I did that, and also I added a file, so at statup, it put in my modules.conf the following lines: alias char-major-61 lirc_serial options lirc_serial irq=4 io=0x3f8 My ttyS0 is on irq 4 and address: 0x3F8 So I can insmod it. I have the 3 correct device file for lirc (created at setup) Then, I do: #setserial /dev/ttyS0 uart none #insmod lirc_serial #./mode2 My IR sensor is connected on COM1 (/dev/ttyS0). When I press my remote, I can see the Led flashing, but mothing else, the mode2 program print nothing. Can you help me ? |