Ubuntu 11.04 (natty) lirc resume problem
#16
darkscout Wrote:Anyone even know where this bug should go? LIRC? Kernel?

kernel bugzilla - however the guy in the ubuntu bug seems to be one of the kernel's lirc devs (see the bug comments)

Apparently at least part of the issue was fixed in a patch he submitted upstream
Reply
#17
Xbmcfreak livecd Natty Dharma v2
Revo 3610
HP MCE Remote
MS Receiver

my remote would not resume until i tried...

http://forum.xbmc.org/showpost.php?p=748906&postcount=1

alanwww1 Wrote:Let's install lirc. Note that for kernel 2.6.38 there is a key event support for MCE remotes. This results a double event for cursor keys. To disable this i added the needed line in the upstart script (we already installed in the previous point). Also we enable the remote to wakeup the system. For this you will need to adjust the /etc/udev/rules.d/90-mcewakeup.rules file after we download it. For that you can check the Device ID of your remote with lsusb. My output was:

Code:
Bus 001 Device 003: ID 1784:0008 TopSeed Technology Corp. eHome Infrared Transceiver

Code:
sudo apt-get install lirc
sudo wget http://paste.kde.org/7159/raw/ -O /etc/udev/rules.d/90-mcewakeup.rules
sudo reboot

Note that for MCE remote you have to choose "Windows Media Center Transceivers" after choose none, when install lirc.

For suspend to have it working we need to enable an inactive session to use upower. We do it this way:

Code:
wget http://paste.kde.org/94699/raw/ -O /etc/polkit-1/localauthority/50-local.d/xbmc_rule.pkla

After reboot you will be able to use xbmc.
Reply
#18
I realize this is an old topic, but the information on the MythTV page for the MCE Remote may help. They specifically talk about Ubuntu 10.10 and later and this issue.

http://www.mythtv.org/wiki/MCE_Remote

Quote:From Ubuntu/Mythbuntu 10.10 onwards

Kernel changes require you to explicitly power USB devices during sleep. If after following the above the PC does not wake from sleep:

Get ID of remote receiver (0815)
Code:
lsusb
Bus 002 Device 002: ID 0471:0815 Philips (or NXP) eHome Infrared Receiver
Get port details (2-1)
Code:
grep 0815 /sys/bus/usb/devices/*/idProduct
/sys/bus/usb/devices/2-1/idProduct:0815
Check state of port (disabled)
Code:
cat /sys/bus/usb/devices/2-1/power/wakeup
disabled
Edit /etc/rc.local to enable port Add line
Code:
echo enabled > /sys/bus/usb/devices/2-1/power/wakeup
on reboot the port will be powered when in S3, and the PC will wake from the remote.

I haven't tried this, as I don't normally use Suspend to RAM or anything else like it with my Mythbuntu box.

Hope this helps someone. Have a great daySmile
Patrick.
Reply
#19
And has nothing to do with the topic at hand.

Getting the remote to resume is easy.
Getting LIRC to work after you've resumed is the bug.
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply
#20
darkscout Wrote:And has nothing to do with the topic at hand.

Getting the remote to resume is easy.
Getting LIRC to work after you've resumed is the bug.

Having the same problem. Any solution to get LIRC working after resumed?
Reply
#21
Nope. Still rebooting it if my roommates accidentally suspend it.

I actually just turned the 'power' button into a "go back to home window" so they stopped doing it.
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply
#22
Any updates on this? I just recently installed eden 11 beta 3 on my old jaunty 9.04 camelot 9.11 box and i have this issue now.

I cannot seem to get lirc to resume working properly after suspend.

Very annoying to see this thread is almost 1 year old and not yet a solution?

I'm running ubuntu 11.10.

Any ideas would be greatly appreciated!
Reply

Logout Mark Read Team Forum Stats Members Help
Ubuntu 11.04 (natty) lirc resume problem0