Re: Collect Suspend Tweaks

2013-10-07 Thread Ben Hutchings
On Mon, Oct 07, 2013 at 03:54:30PM +0100, Jonathan Dowland wrote: > Eventually, I think, the kernel itself should detect which quirks to > apply for what hardware, and not rely on userspace telling it. Or should be fixed to not require the quirk (see http://mjg59.dreamwidth.org/14475.html). > The

Re: Collect Suspend Tweaks

2013-10-07 Thread Jonathan Dowland
Eventually, I think, the kernel itself should detect which quirks to apply for what hardware, and not rely on userspace telling it. Therefore it would be nice if this could be reported somewhere to be tracked and eventually fixed in the kernel (probably the kernel bugzilla, if not already.) -- T

Re: Collect Suspend Tweaks

2013-10-05 Thread Rainer Dorsch
On Saturday 05 October 2013 20:58:51 Norman García Aguilar wrote: > On Sat, 5 Oct 2013 20:43:06 +0200 > > Rainer Dorsch wrote: > > On Saturday 05 October 2013 18:46:12 Norman García Aguilar wrote: > > > On Sat, 5 Oct 2013 17:58:36 +0200 > > > > > > Rainer Dorsch wrote: > > > > Hello, > > > > >

Re: Collect Suspend Tweaks

2013-10-05 Thread Norman García Aguilar
On Sat, 5 Oct 2013 20:43:06 +0200 Rainer Dorsch wrote: > On Saturday 05 October 2013 18:46:12 Norman García Aguilar wrote: > > On Sat, 5 Oct 2013 17:58:36 +0200 > > > > Rainer Dorsch wrote: > > > Hello, > > > > > > I was spending some time this afternoon to figure out how to make an ASUS > > >

Re: Collect Suspend Tweaks

2013-10-05 Thread Rainer Dorsch
On Saturday 05 October 2013 18:46:12 Norman García Aguilar wrote: > On Sat, 5 Oct 2013 17:58:36 +0200 > > Rainer Dorsch wrote: > > Hello, > > > > I was spending some time this afternoon to figure out how to make an ASUS > > P5N-E SLI board suspending. > > > > At the end the solution was simple

Re: Collect Suspend Tweaks

2013-10-05 Thread Norman García Aguilar
On Sat, 5 Oct 2013 17:58:36 +0200 Rainer Dorsch wrote: > Hello, > > I was spending some time this afternoon to figure out how to make an ASUS > P5N-E > SLI board suspending. > > At the end the solution was simple teask, I just had to add > > acpi_sleep=old_ordering > > to > >

Collect Suspend Tweaks

2013-10-05 Thread Rainer Dorsch
Hello, I was spending some time this afternoon to figure out how to make an ASUS P5N-E SLI board suspending. At the end the solution was simple teask, I just had to add acpi_sleep=old_ordering to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub Can I submit this i