News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

LIRC daemon doesn't start

Started by nite_man, June 18, 2010, 01:09:08 PM

Previous topic - Next topic

nite_man

Hi,

Could somebody post a command to start lircd. You can see it by running ps command:
ps -elf|grep -i lircd
Because by some reason it doesn't start on my core anymore. I have iMON PAD remote and VFD display. LCDProc works fine but LRIC - not.

Thanks in advance.
Michael Stepanov,
My setup: [url="http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup"]http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup[/url]
Russian LinuxMCE community: [url="http://linuxmce.ru"]http://linuxmce.ru[/url]

nite_man

By some reason device /dev/lirc is not created. The module lirc_imon is loaded without any error:
linuxmce@dcerouter:~$ sudo modprobe -v lirc_imon
insmod /lib/modules/2.6.27-17-generic/updates/dkms/lirc_dev.ko
insmod /lib/modules/2.6.27-17-generic/updates/dkms/lirc_imon.ko

and lsmod:
linuxmce@dcerouter:~$ lsmod |grep lirc
lirc_imon              22796  0
lirc_dev               20020  1 lirc_imon
usbcore               149616  6 lirc_imon,imon,ohci_hcd,ehci_hcd

The weird thing is that. /dev/lcd0 exists and VFD display works. But both IR sensor and VFD display use the same module.
Any idea how to fix that?
Michael Stepanov,
My setup: [url="http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup"]http://wiki.linuxmce.org/index.php/User:Nite_man#New_setup[/url]
Russian LinuxMCE community: [url="http://linuxmce.ru"]http://linuxmce.ru[/url]