You are not logged in.

#1 2005-04-30 09:21:29

hunter_d
Member
From: Chile
Registered: 2005-04-30
Posts: 15

lirc

does anyone know how to get lirc working???

i've tried it on windows and it worked perfectly, i would like to use it on linux now, but i can't get it to wok

im on kernel 2.6.11-3

any help plz

Offline

#2 2005-05-02 00:06:53

Cam
Member
From: Brisbane, Aus
Registered: 2004-12-21
Posts: 658
Website

Re: lirc

What problems are you having exactly? I used a CVS snapshot from www.lirc.org, compiled the kernel module for my remote and then I just added lirc_dev and lirc_streamzap to the MODULES line of my rc.conf file. Add lircd to the DAEMON line of the same file and it works fine for me.

Give some specific details and I'll see if I can help...

Offline

#3 2005-05-03 11:11:06

hunter_d
Member
From: Chile
Registered: 2005-04-30
Posts: 15

Re: lirc

ive used the cvs snapshot, configure, make and make install...

when i modprobe lirc_serial i get this:

FATAL: Error inserting lirc_serial (/lib/modules/2.6.11.3-ARCH/misc/lirc_serial.ko): Device or resource busy

any help plz?

(whats lirc_streamzap?)

Offline

#4 2005-12-08 09:30:34

M6
Member
Registered: 2005-09-18
Posts: 29

Re: lirc

hunter_d wrote:

ive used the cvs snapshot, configure, make and make install...

when i modprobe lirc_serial i get this:

FATAL: Error inserting lirc_serial (/lib/modules/2.6.11.3-ARCH/misc/lirc_serial.ko): Device or resource busy

any help plz?

(whats lirc_streamzap?)

This is what I did:
1) make sure command "setserial" works (shouldn't get "command not found")
or install setserial by pacman -S setserial

2) Assuming you have connected Lirc to COM0
type: setserial /dev/ttyS0 uart none

3) modprobe lirc_serial

4) lsmod|grep lirc
Should see something like:
[root@xx ~]# lsmod|grep lirc
lirc_serial            12032  0
lirc_dev               13188  1 lirc_serial
[root@xx ~]#

5) Rest you know what to do..............


Arch a Day Keeps Wfie Away

Offline

Board footer

Powered by FluxBB