Your message dated Sun, 23 Oct 2016 20:31:08 +0200
with message-id <[email protected]>
and subject line Bug is obsolete, closing
has caused the Debian Bug report #740490,
regarding Change hardware.conf defaults
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
740490: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740490
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lirc
Version: 0.9.0~pre1-1
Hi,
I suggest the following patch for hardware.conf:
--- /tmp/hardware.conf 2014-03-02 10:52:28.229878749 +0000
+++ /etc/lirc/hardware.conf 2014-03-02 10:55:30.005150849 +0000
@@ -12,10 +12,12 @@
#Try to load appropriate kernel modules
LOAD_MODULES=true
+# You can set a driver here if your device is not supported by the lirc kernel modules
# Run "lircd --driver=help" for a list of supported drivers.
-DRIVER="UNCONFIGURED"
+#DRIVER="UNCONFIGURED"
+
# usually /dev/lirc0 is the correct setting for systems using udev
-DEVICE=""
+DEVICE="/dev/lirc0"
MODULES=""
# Default configuration files for your hardware if any
This way:
* We document the fact that setting the DRIVER is not mandatory.
* lircd will work by default for all devices supported by kernel drivers
* to my knowledge /dev/lirc0 is the right device name used by kernel drivers.
Otherwise lircd default /dev/lirc is used.
I also filed an lircd issue upstream to ask to change the default /dev/lirc to
/dev/lirc0:
https://sourceforge.net/apps/mantisbt/lirc/view.php?id=2
Thanks in advance,
Marc
--- End Message ---
--- Begin Message ---
Since the latest version on LIRC 0.9.4 (currently in experimental)
doesn't support the use of hardware.conf this bug is obsolete. Whatever
problems exists with default configuration needs to be filed in new bugs
against the new version.
--- End Message ---