* On Mon Nov 24, 2014 at 08:56:59AM -0500 1558 , Maximilian Pichler (maxim.pich...@gmail.com) wrote: > On Mon, Nov 24, 2014 at 8:21 AM, Martin Pieuchot <mpieuc...@nolizard.org> > wrote: > > On 24/11/14(Mon) 08:11, Maximilian Pichler wrote: > >> It's even slightly worse: after resuming, the keyboard still works in > >> X, but switching to a text console (either via ctrl-alt-f1 or by > >> quitting X) results in the keyboard being unusable, i.e. typing > >> anything results in garbled characters. I therefore cannot even try > >> your previous suggestions of restarting X. > > > > This is a bug. > > If I can do anything to help diagnose this better, please let me know. >
Hi all, I have a macbook pro 8.1 with the same mouse characteristics post suspend/resume. Its only a work around, however you may be able to get the mouse back by running the following from a console after resuming: xinput disable /dev/wsmouse1 && sleep 1 && xinput enable /dev/wsmouse1 Your dmesg looks similar to mine, so hopefully the above will work for you too.