Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I have a DVB card (TeVii s480) installed in a Mythbuntu 12.04 machine. I am having trouble getting the infrared remote working from a reboot but it works if I start the services manually. The problem appears to be that inputlirc is started before the /dev/input/event* node for the infrared receiver is created. The DVB card is PCIe but has an onboard USB interface and it appears as USB devices. The /dev/input/event * nodes for the USB mouse, keyboard and a few other things are created before inputlirc is started but those for the DVB card infrared reciever seem to be created after inputlirc starts.

How do I ensure either that the /dev/input/event* nodes are present when inputlirc starts or that inputlirc starts after the /dev/input/event* nodes are created?

share|improve this question
A workaround is to restart inputlirc in /etc/rc.local with: service inputlirc restart but I would also like to know the "proper" solution. – glennr Jun 11 '12 at 0:53

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.