http://qa.mandrakesoft.com/show_bug.cgi?id=4030
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
------- Additional Comments From [EMAIL PROTECTED] 2003-05-08 18:09 -------
Installed lirc-0.6.6-3mdk. Lircd now has a irman driver and it works correctly
(tested).
verified :)
PS: For anyone who wants to enable this:
my /etc/sysconfig/lircd:
DRIVER=irman
DEVICE=/dev/ttyS0
Then to create the config file use:
service lircd stop
irrecord -H irman -d /dev/ttyS0 /etc/lircd.conf
After that, create a ~/.lircrc and start lircd :)
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- 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: VERIFIED
creation_date:
description:
Please add Irman support to Lirc. This requires libirman.
I've created a spec file which creates a libirman and a libirman-devel (static
library) package. When Lirc is recompiled with libirman-devel added as
BuildRequires, it will detect libirman and add the irman driver.
The irman driver uses a normal serial port (not lirc_serial). Therefore I do not
set $HWMOD. The empty $HWMOD causes a grep error when lirc is started and stopped.
I will attach libirman.spec and a patch for lircd.init (for the grep error).