The problem is the driver sets the wrong remote protocol and there is no way to make the protocol change persistent between reboots (or suspend).
Try the following (this is the way it works for me): 1) Change /etc/lirc/hardware.conf: REMOTE_DRIVER="devinput" REMOTE_DEVICE="/dev/input/event14" <-- this line probably needs adaption to your system: check "cat /proc/bus/input/devices" LOAD_MODULES="true" 2) Change /etc/lirc/lircd.conf: include "/usr/share/lirc/remotes/devinput/lircd.conf.devinput" 3) Unplug the USB stick after each reboot, otherwise it will not work (at least not for me). This is not needed after suspend. 4) Run a script as root containing these commands: rmmod dvb_usb_dib0700 modprobe dvb_usb_dib0700 ir-keytable -s `ls /sys/class/rc/` -p nec 5) Run /usr/bin/irexec -d 6) Check if it works by running the command "irw", then press a button on the remote. Step 4 needs to be done after each suspend. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1088093 Title: [dib0700] ir-receiver inside dvb-usb not working To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1088093/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
