Olav Reinert changed bug 810133
What Removed Added
Flags needinfo?(seroton10@gmail.com)  

Comment # 29 on bug 810133 from
(In reply to Takashi Iwai from comment #26)
> So, please double-check the following:
> - Boot with nomodeset option, keep i915 module but inactive.  Does this
> follow lognd.conf setup?

Booting with nomodeset into runlevel 3, the state of i915 is as follows:

# lsmod|grep i915
i915                 1040384  0 
i2c_algo_bit           16384  1 i915
drm_kms_helper        114688  1 i915
drm                   319488  2 i915,drm_kms_helper
button                 16384  1 i915
video                  20480  1 i915
#

I guess the "0" at the end of the line for i915 is what you mean by inactive?

I ssh into the machine to watch the log, and when the lid is closed, I see the
following messages (or variations thereof):

Jul 02 18:57:17 linux-yu7r.site systemd-logind[789]: Lid closed.
Jul 02 18:57:20 linux-yu7r.site systemd-logind[789]: Powering Off...
Jul 02 18:57:20 linux-yu7r.site systemd-logind[789]: System is powering down.
Connection to deller closed by remote host.
Connection to deller closed.

The system actually powers down correctly, according to my logind.conf
settings. I've tested it several times, it's repeatable.


> - Booth without nomodeset option, and check logind.conf setup again.

In this case, the i915 module is active, I think:

# lsmod|grep i915
i915                 1040384  1 
i2c_algo_bit           16384  1 i915
drm_kms_helper        114688  1 i915
drm                   319488  3 i915,drm_kms_helper
button                 16384  1 i915
video                  20480  1 i915
#

When I close the lid, the machine crashes immediately, and the ssh connection
dies. This is repeatable.

>From the same starting point, if instead of closing the lid I press the special
"suspend" key, which I have also configured to poweroff in logind.conf, the
machine shuts down normally:

Jul 02 19:16:00 linux-yu7r.site systemd-logind[791]: Suspend key pressed.
Jul 02 19:16:00 linux-yu7r.site systemd-logind[791]: Powering Off...
Jul 02 19:16:00 linux-yu7r.site systemd-logind[791]: System is powering down.
Jul 02 19:16:00 linux-yu7r.site systemd[1]: Deactivating swap
/dev/disk/by-uuid/5ca2e637-1083-4d22-a7cf-0c936f13285d...
Jul 02 19:16:00 linux-yu7r.site systemd[1847]: Reached target Shutdown.
Jul 02 19:16:00 linux-yu7r.site systemd[1847]: Starting Shutdown.
Jul 02 19:16:00 linux-yu7r.site systemd[1847]: Stopped target Default.
Jul 02 19:16:00 linux-yu7r.site systemd[1847]: Stopping Default.
Jul 02 19:16:00 linux-yu7r.site systemd[1847]: Stopped target Basic System.
Jul 02 19:16:00 linux-yu7r.site systemd[1847]: Stopping Basic System.
Jul 02 19:16:00 linux-yu7r.site systemd[1847]: Stopped target Timers.
Jul 02 19:16:00 linux-yu7r.site systemd[1847]: Stopping Timers.
Jul 02 19:16:00 linux-yu7r.site systemd[1847]: Stopped target Sockets.
Connection to deller closed by remote host.
Connection to deller closed.


You are receiving this mail because: