Description of problem: /usr/sbin/lircd could not get file information for /dev/lirc0 # systemctl status lircd lircd.service - LIRC Infrared Signal Decoder Loaded: loaded (/usr/lib/systemd/system/lircd.service; enabled) Active: active (running) since Sun, 2013-05-26 18:31:16 CDT; 15min ago Process: 10310 ExecStart=/usr/sbin/lircd --driver=default --device=/dev/lirc0 (code=exited, status=0/SUCCESS) Main PID: 10311 (lircd) CGroup: name=systemd:/system/lircd.service รข 10311 /usr/sbin/lircd --driver=default --device=/dev/lirc0 : accepted new client on /var/run/lirc/lircd : could not get file information for /dev/lirc0 : default_init(): No such file or directory : Failed to initialize hardware : removed client Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. urpmi lirc 2. systemctl start lircd.service 3. systemctl status lircd.service Guessing kernel/drivers/media/IR/lirc_dev.ko and kernel/drivers/staging/lirc/lirc_serial.ko were not created/installed which create /dev/lirc files/links upon boot. # ls -al /var/run/lirc total 4 drwxr-xr-x 2 root root 80 May 26 18:31 . drwxr-xr-x 33 root root 960 May 26 19:01 .. srw-rw-rw- 1 root root 0 May 26 18:31 lircd -rw-r--r-- 1 root root 6 May 26 18:31 lircd.pid # ls -al /dev/lirc* ls: cannot access /dev/lirc*: No such file or directory Reproducible: Steps to Reproduce:
Keywords: (none) => TriagedAssignee: bugsquad => anssi.hannula
kernel/drivers/staging/lirc/lirc_serial.ko.xz exists on my system. My mobo doesn't have an IRC contact. The dealer sold me a gaming computer without asking me what I wanted.
CC: (none) => laidlaws
(In reply to Doug Laidlaw from comment #1) > kernel/drivers/staging/lirc/lirc_serial.ko.xz exists on my system. They exists on my system also. The question I have, are the actual modules supposed to be .ko.xz or .ko that are loaded by the system? # lsmod | grep lirc #
(In reply to Bit Twister from comment #2) > (In reply to Doug Laidlaw from comment #1) > > kernel/drivers/staging/lirc/lirc_serial.ko.xz exists on my system. > > They exists on my system also. The question I have, are the actual modules > supposed to be .ko.xz or .ko that are loaded by the system? > > # lsmod | grep lirc > # That, I can't answer. Can a zipped module be loaded? One link has "Note: lirc_serial.ko ..." None say what the actual module should be, but rpmfind links say that Mga2 kernel rpm has lirc_serial.ko.xz. In my case, mplayer has always said that it can't load the lirc modules. With nothing to drive, I took that as normal. Just trying to narrow the inquiry. You know more than I do.
(In reply to Bit Twister from comment #0) > Description of problem: > > /usr/sbin/lircd could not get file information for /dev/lirc0 Workaround Solution: create /etc/modules-load.d/lirc.conf with lirc_dev lirc_serial I also made the /usr/lib/udev/rules.d/lirc.rules change defined in bug 10537
CC: (none) => junknospam
Mageia 3 changed to end-of-life (EOL) status 4 months ago. http://blog.mageia.org/en/2014/11/26/lets-say-goodbye-to-mageia-3/ Mageia 3 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Mageia please feel free to click on "Version" change it against that version of Mageia and reopen this bug. Thank you for reporting this bug and we are sorry it could not be fixed. -- The Mageia Bugsquad
Status: NEW => RESOLVEDResolution: (none) => OLD
My computer does not have an IR connector, so this bug doesn't affect me.