http://qa.mandrakesoft.com/show_bug.cgi?id=2851
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED]
Status|UNCONFIRMED |NEW
Component|lirc |program
Ever Confirmed| |1
Product|lirc |kernel
Version|0.6.6-1mdk |2.4.21-0.12mdk
------- Additional Comments From [EMAIL PROTECTED] 2003-03-07 08:24 -------
Just checked on my home system :
lirc_dev: IR Remote Control driver registered, at major 61
lirc_i2c: chip found @ 0x18 (Hauppauge IR)
it seems lirc_i2c driver doesn't register at all under devfs => there is no
entry in /dev to be used by lircd
Reassigned to kernel guys, I unfortunately can't do anything on my side but I'm
afraid they won't be able to fix it in time for 9.1 :(
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date:
description:
With the latest cooker update from 6th of March, lircd does not create /dev/lirc/0. I
am taking
a stab in the dark and assuming that because I run a system with devfs that the module
is not
creating the devfs entry.
Changing /etc/sysconfig/lircd from:
(this results in lircmd and crew not being able to communicate with the kernel space
portion of
this and hence all the problems that arrise from that)
# The device node that communicates with the IR device.
# with devfs enabled
DEVICE=/dev/lirc/0
# without devfs
#DEVICE=/dev/lirc
To:
# The device node that communicates with the IR device.
# with devfs enabled
#DEVICE=/dev/lirc/0
# without devfs
DEVICE=/dev/lirc
Fixes the problem and all other remaining mdk packages work as expected (tested with
irw
and xawtv). I've banged my head about this one for a month or so now since getting my
new
PV951 tuner card and just decided to have another dig at it. Hopefully this will get
fixed for the
final release.