As part of the installation of LIRC, I created the following (as part of
a how-to recipe):

$ pwd
/etc/udev/rules.d
$ cat 10-local.rules 
KERNEL=="event*",ATTRS{idVendor}=="1784",ATTRS{idProduct}=="0008",SYMLINK="input/irremote"
$ cat 90-mcewakeup.rules 
SUBSYSTEM=="usb", ATTRS{idVendor}=="1784", ATTRS{idProduct}=="0008" 
RUN+="/bin/sh -c 'echo enabled > /sys$env{DEVPATH}/../power/wakeup'"

Wondering if this looks OK? could this be connected to the udev
"restart" that you mentioned?

Also, I found that pm-tools (used in ubuntu to handle suspend/resume) would 
list any modules to be unloaded in a file here:
/etc/pm/config.d/
however in my installation, this is empty.
I captured the "pm-suspend.log" output, just for reference: 
http://paste.kde.org/85057/raw/
This doesn't show lirc unloading either. 
Any pointer on where lirc may be unloaded by ubuntu?

Regarding 3), is there a way I could test the patch?

Last but not least, I'm supposed to receive a new remote next month (the
new motorola nyxboard), so I will be able to test with it as well.

Currently, after a resume, irw says "connection refused", cat
/proc/bus/input/devices  no longer shows  the remote device, and
/etc/init.d/lirc restart produces no change. Plugging/unplugging the
receiver and then reloading lirc also produces no result.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/789819

Title:
  Lirc mceusb resume problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/789819/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to