LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Hama lirc infrared. How to install that ? (https://www.linuxquestions.org/questions/linux-hardware-18/hama-lirc-infrared-how-to-install-that-567568/)

frenchn00b 07-18-2007 02:00 PM

Some news...
nothing working:



I launched from root from xterm a single line :
Code:

  killall -e lircd ; for each in $(cat /root/drivers ) ; do killall -e $each ;  echo "------$each-----------"  ; sleep 1s ; echo $each ; printf " " ;  xterm -e  "lircd -H $each  -d /dev/input/event3    " ;  printf "** Not working, enter for next driver? ***"  ;    read kjklfds  ; killall -e lircd ;  sleep .5s  ; done
with /root/drivers:
Code:

        alsa_usb
        atilibusb
        audio_alsa
        bte
        bw6130
        dvico
        creative
        creative_infracd
        default
        dev/input
        dsp
        ea65
        irman
        livedrive_midi
        livedrive_seq
        logitech
        mp3anywhere
        mouseremote
        mouseremote_ps2
        null
        pcmak
        pinsys
        pixelview
        silitek
        tira
        udp
        uirt2
        uirt2_raw

:(

maroonbaboon 07-19-2007 01:48 AM

My guess at this stage is that your remote is operating as an extra USB keyboard. It's possible there are settings in the BIOS for using a USB keyboard that you could play with, maybe in conjunction with 'xev' to see if the X server is capturing any events from the remote. Another poster had the problem that his remote was interfering with the built-in keyboard on his notebook.

I never used a USB keyboard, so I'm not quite sure what to expect.

As a last resort you can recompile lirc with the debug option enabled, and even add extra debugging code to the dev/input driver. There is some documentation about the USB input system in directory Documentation/input of the kernel source code (especially input.txt), but I never got my head around this stuff.:confused:

frenchn00b 10-12-2007 01:13 PM

I found this:
http://web.mat.bham.ac.uk/R.W.Kaye/s...e/rc102remote/
I hope I can make it work

frenchn00b 10-12-2007 01:34 PM

HAMA IRDA,

I think this will work:

http://sac.muzzol.com/doku.php?id=co...t_conceptronic

frenchn00b 10-12-2007 01:48 PM

Almost working, but stuck to :

Quote:

/irzol01-1.3rc1# lircd -n -H udp zol100.conf
Driver `udp' not supported.
Supported drivers:
default


All times are GMT -5. The time now is 03:01 AM.