ben al dagen bezig maar weet niet waar ik zoeken moet
LIRC wie kan mij helpen dit aan de praat te krijgen ?
dit heb ik gedaan
lirc geinstaleerd
lircd draait met geen errors
DEZE TUTORIAL: http://www.mandrake.tips.4.free.fr/lirc.html
I did:
vi /etc/sysconfig/lircd
and made it look as follows: (I left out all the lines that are commented out with a hash)
# Customized settings for lirc daemon
# The hardware driver to use, run lircd --driver=? for a list
DRIVER=default
# Hardware driver module to load
HWMOD=lirc_serial
DEVICE=/dev/lirc/serial
# Serial port for the receiver (for serial driver)
COM_PORT=/dev/ttyS0
DRIVER_OPTS="irq=4 io=0x3f8"
I knew that I was connecting the serial connector to the first port, which is /dev/ttyS0. (This was logical as there were 4 COM ports indicated in the file.) I didn't change anything of the DRIVER_OPTS since I had no clue what else to put, and actually I figured that they would put reasonable defaults. Which I found to be true.
Then I did, as root (as most commands here):
service lircd start
(You can also do:
/etc/rc.d/init.d/lircd start)
to which the system responded with:
Starting Linux Infrared Remote Control daemon: [ OK ]
Next I entered the following commands:
chkconfig --level 35 lircd on
depmod -a
modprobe lirc_serial
Note: the depmod took quite a bit of time. (Also note: instead of the chkconfig-command, I could have done: Mandrake Control Center, System, Services, and selected 'start on boot' for lircd.)
Dit zie ik dus niet en ik weet niet hoe ik verder moet
[root@paris root]# ll /dev/lirc/serial
showed me the device node:
crw-rw-rw- 1 root root 61, 0 Jan 1 1970 /dev/lirc/serial
so all seemed well from the device side.
die dev/lirc/serial bestaat niet !!
hoe nu verder ???
http://www.mandrake.tips.4.free.fr/lirc.html
LIRC wie kan mij helpen dit aan de praat te krijgen ?
dit heb ik gedaan
lirc geinstaleerd
lircd draait met geen errors
DEZE TUTORIAL: http://www.mandrake.tips.4.free.fr/lirc.html
I did:
vi /etc/sysconfig/lircd
and made it look as follows: (I left out all the lines that are commented out with a hash)
# Customized settings for lirc daemon
# The hardware driver to use, run lircd --driver=? for a list
DRIVER=default
# Hardware driver module to load
HWMOD=lirc_serial
DEVICE=/dev/lirc/serial
# Serial port for the receiver (for serial driver)
COM_PORT=/dev/ttyS0
DRIVER_OPTS="irq=4 io=0x3f8"
I knew that I was connecting the serial connector to the first port, which is /dev/ttyS0. (This was logical as there were 4 COM ports indicated in the file.) I didn't change anything of the DRIVER_OPTS since I had no clue what else to put, and actually I figured that they would put reasonable defaults. Which I found to be true.
Then I did, as root (as most commands here):
service lircd start
(You can also do:
/etc/rc.d/init.d/lircd start)
to which the system responded with:
Starting Linux Infrared Remote Control daemon: [ OK ]
Next I entered the following commands:
chkconfig --level 35 lircd on
depmod -a
modprobe lirc_serial
Note: the depmod took quite a bit of time. (Also note: instead of the chkconfig-command, I could have done: Mandrake Control Center, System, Services, and selected 'start on boot' for lircd.)
Dit zie ik dus niet en ik weet niet hoe ik verder moet
[root@paris root]# ll /dev/lirc/serial
showed me the device node:
crw-rw-rw- 1 root root 61, 0 Jan 1 1970 /dev/lirc/serial
so all seemed well from the device side.
die dev/lirc/serial bestaat niet !!
hoe nu verder ???
http://www.mandrake.tips.4.free.fr/lirc.html
[ Voor 4% gewijzigd door Belial_666 op 17-08-2004 14:53 ]