Re: suspend/resume issue on T440p w/ Libreboot

2023-08-26 Thread Robert Alessi
On Sat, Aug 26, 2023 at 05:58:50AM -0600, Jonathan Drews wrote: > On Sat, Aug 26, 2023 at 01:47:06PM +0200, Robert Alessi wrote: > > On Sat, Aug 26, 2023 at 04:19:23AM -0600, Jonathan Drews wrote: > > > I don't have an /etc/apm directory. Howvere I have this in my > > > /etc/rc.conf.local > > >

Re: suspend/resume issue on T440p w/ Libreboot

2023-08-26 Thread Robert Alessi
On Sat, Aug 26, 2023 at 07:31:21AM -0600, Theo de Raadt wrote: > There is a change to acpi.c (1.421) regarding wakeup GPEs which > may help, however this is work was done after 7.3 So it's in -current. The description given on CVS fits with what's happening to my machine. I'll be able to test

Re: suspend/resume issue on T440p w/ Libreboot

2023-08-26 Thread Theo de Raadt
There is a change to acpi.c (1.421) regarding wakeup GPEs which may help, however this is work was done after 7.3

Re: Cannot boot neither use boot -c in computer with Ryzen 9

2023-08-26 Thread Paul de Weerd
Hi, Pretty sure it doesn't really stop, give it a couple of hours (really) and see if it makes progress then. My guess is, your system has SATA devices (disks or CD/DVD/BD) connected to it. If you're not booting from them, one thing you can try in UKC is to `disable ahci` and see if that helps.

Re: Change userland core dump location

2023-08-26 Thread Johannes Thyssen Tishman
Hi Paul, > Or in your user's crontab: > @reboot /usr/bin/find ~ -fstype local -name '*.core' -delete This is a great alternative, thank you very much. Kind regards, Johannes

suspend/resume issue on T440p w/ Libreboot

2023-08-26 Thread Robert Alessi
Hi, When I try to suspend my system, my T440p with Libreboot first goes into sleep mode alright then resumes spontaneoulsy after about 10s. I know that Libreboot had issues with the suspend mode on this laptop, but these seem to have been solved in recent versions. What I can say is that I

Re: suspend/resume issue on T440p w/ Libreboot

2023-08-26 Thread Jonathan Drews
On Sat, Aug 26, 2023 at 11:32:32AM +0200, Robert Alessi wrote: > Hi, > > When I try to suspend my system, my T440p with Libreboot first goes > into sleep mode alright then resumes spontaneoulsy after about 10s. I > know that Libreboot had issues with the suspend mode on this laptop, > but these

Re: suspend/resume issue on T440p w/ Libreboot

2023-08-26 Thread Robert Alessi
On Sat, Aug 26, 2023 at 04:19:23AM -0600, Jonathan Drews wrote: > On Sat, Aug 26, 2023 at 11:32:32AM +0200, Robert Alessi wrote: > > Hi, > > > > When I try to suspend my system, my T440p with Libreboot first goes > > into sleep mode alright then resumes spontaneoulsy after about 10s. I > > know

Re: suspend/resume issue on T440p w/ Libreboot

2023-08-26 Thread Jonathan Drews
On Sat, Aug 26, 2023 at 01:47:06PM +0200, Robert Alessi wrote: > On Sat, Aug 26, 2023 at 04:19:23AM -0600, Jonathan Drews wrote: > > I don't have an /etc/apm directory. Howvere I have this in my > > /etc/rc.conf.local > > > > apmd_flags=-A > > My apmd flags are a bit different: -H -Z 10 > > Is