[Bug 925524] Re: 10.04 11.04 11.10 imon lirc not responding on boot work after suspend resume

2013-10-18 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60 days.] ** Changed in: linux (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/925524

[Bug 925524] Re: 10.04 11.04 11.10 imon lirc not responding on boot work after suspend resume

2013-08-19 Thread Christopher M. Penalver
Rodercot, could you please confirm this issue exists with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com/daily-live/current/ . If the issue remains, could you please run the following command in the development release from a Terminal

[Bug 925524] Re: 10.04 11.04 11.10 imon lirc not responding on boot work after suspend resume

2012-02-03 Thread Rodercot
here is a dmesg log that shows a clean boot (remote not working) and then I issue a systrace on the pm suspend line and ran a suspend resume cycle to where the remote is responding. ** Attachment added: dmesg.txt

[Bug 925524] Re: 10.04 11.04 11.10 imon lirc not responding on boot work after suspend resume

2012-02-03 Thread Jarod Wilson
I'm about 99% certain this will be fixed by this patch: http://patchwork.linuxtv.org/patch/9685/ The suspend/resume cycles resubmit the missing rx_urb right now, which un-wedges the driver. This patch will be in 3.3 sooner or later, and was cc'd to stable, so it should also wind up in 3.2.x

[Bug 925524] Re: 10.04 11.04 11.10 imon lirc not responding on boot work after suspend resume

2012-02-03 Thread Rodercot
Hi Jarod, Patch works. It was quote easy with some googlling to build the module outside of the kernel. so for anyone reading I am running 3.3rc2 downloaded and installed from mainline. mkdir test cd test sudo vim imon.c (went to master kernel git and got the original imon.c file)

[Bug 925524] Re: 10.04 11.04 11.10 imon lirc not responding on boot work after suspend resume

2012-02-02 Thread Rodercot
providing apport is not going to give any further information in regards to the bug. I will do some debugging this evening with some help from lirc irc. ** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu

[Bug 925524] Re: 10.04 11.04 11.10 imon lirc not responding on boot work after suspend resume

2012-02-02 Thread Rodercot
Jarod, if you are watching this bug I did as you suggested with the modprobe imon debug=1 and nothing other than I see dmesg reloads the device on rc1 instead of rc0 as when booted but thats about all. I can pastebin that stuff if you like. but it is nothing out of the ordinary other than a

[Bug 925524] Re: 10.04 11.04 11.10 imon lirc not responding on boot work after suspend resume

2012-02-02 Thread Rodercot
Jarod, I should have also mentioned that is on a clean boot or a restart when the remote is NOT responding to any commands. I would have to issue a pm-suspend and then that will wake up the imon ir rcvr and I could reload the module with debug=1 and get some feedback in dmesg, but is that going