LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 01-15-2017, 05:32 PM   #1
treemouse
Member
 
Registered: Jan 2017
Posts: 30

Rep: Reputation: Disabled
System doesn't resume from suspend (Debian, Lenovo ThinkPad E555)


I have a Lenovo E555 running Debian stable (Jessie, 8.7, kernel 3.16.0-4-amd64). This is a brand-new setup, so there is no history of suspend working in the past.

The system will go into suspend fine - screen off, and the power light doing a slow blink (this is the expected behavior). When I attempt to resume, the power light goes solid, but the screen never turns back on.

As part of my troubleshooting, I have:
1. Temporarily blacklisted the kernel modules for my Wi-Fi card that had been leaving call traces in my log files
2. Have been testing suspend at runlevel 2 so a lot of unnecessary services are disabled (manually run "systemctl suspend" from the command line).

This gets me much cleaner log files, but does not solve the problem.

Does anybody have any ideas where to go next in troubleshooting this?


Here is my /var/log/messages from an attempted suspend and resume:
Quote:
Jan 15 17:56:27 whiptail kernel: [ 120.431425] PM: Syncing filesystems ... done.
Jan 15 17:56:27 whiptail kernel: [ 120.854220] Freezing user space processes ... (elapsed 0.001 seconds) done.
Jan 15 17:56:27 whiptail kernel: [ 120.855631] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Jan 15 17:56:27 whiptail kernel: [ 120.857224] Suspending console(s) (use no_console_suspend to debug)
Jan 15 17:56:27 whiptail kernel: [ 120.858146] sd 0:0:0:0: [sda] Synchronizing SCSI cache
Jan 15 17:56:27 whiptail kernel: [ 120.871724] sd 0:0:0:0: [sda] Stopping disk
Jan 15 17:56:27 whiptail kernel: [ 121.345027] PM: suspend of devices complete after 487.346 msecs
Jan 15 17:56:27 whiptail kernel: [ 121.345808] PM: late suspend of devices complete after 0.772 msecs
Jan 15 17:56:27 whiptail kernel: [ 121.348473] pcieport 0000:00:03.1: System wakeup enabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.348542] ohci-pci 0000:00:14.5: System wakeup enabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.348567] ehci-pci 0000:00:13.2: System wakeup enabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.350137] ehci-pci 0000:00:12.2: System wakeup enabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.350160] ohci-pci 0000:00:13.0: System wakeup enabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.351662] ohci-pci 0000:00:12.0: System wakeup enabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.353190] xhci_hcd 0000:00:10.1: System wakeup enabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.354712] xhci_hcd 0000:00:10.0: System wakeup enabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.368304] PM: noirq suspend of devices complete after 22.485 msecs
Jan 15 17:56:27 whiptail kernel: [ 121.368333] ACPI: Preparing to enter system sleep state S3
Jan 15 17:56:27 whiptail kernel: [ 121.387824] PM: Saving platform NVS memory
Jan 15 17:56:27 whiptail kernel: [ 121.390809] Disabling non-boot CPUs ...
Jan 15 17:56:27 whiptail kernel: [ 121.392864] smpboot: CPU 1 is now offline
Jan 15 17:56:27 whiptail kernel: [ 121.393198] ACPI: Low-level resume complete
Jan 15 17:56:27 whiptail kernel: [ 121.393198] PM: Restoring platform NVS memory
Jan 15 17:56:27 whiptail kernel: [ 121.393198] Using NULL legacy PIC
Jan 15 17:56:27 whiptail kernel: [ 121.393198] LVT offset 0 assigned for vector 0x400
Jan 15 17:56:27 whiptail kernel: [ 121.393198] Enabling non-boot CPUs ...
Jan 15 17:56:27 whiptail kernel: [ 121.393198] x86: Booting SMP configuration:
Jan 15 17:56:27 whiptail kernel: [ 121.393198] smpboot: Booting Node 0 Processor 1 APIC 0x11
Jan 15 17:56:27 whiptail kernel: [ 121.392567] spurious APIC interrupt on CPU#1, should never happen.
Jan 15 17:56:27 whiptail kernel: [ 121.405324] CPU1 is up
Jan 15 17:56:27 whiptail kernel: [ 121.405926] ACPI: Waking up from system sleep state S3
Jan 15 17:56:27 whiptail kernel: [ 121.678552] ohci-pci 0000:00:12.0: System wakeup disabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.678582] ohci-pci 0000:00:13.0: System wakeup disabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.678696] ohci-pci 0000:00:14.5: System wakeup disabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.692405] xhci_hcd 0000:00:10.1: System wakeup disabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.692597] ehci-pci 0000:00:12.2: System wakeup disabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.692632] xhci_hcd 0000:00:10.0: System wakeup disabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.692660] ehci-pci 0000:00:13.2: System wakeup disabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.692962] PM: noirq resume of devices complete after 14.900 msecs
Jan 15 17:56:27 whiptail kernel: [ 121.693363] PM: early resume of devices complete after 0.349 msecs
Jan 15 17:56:27 whiptail kernel: [ 121.694748] sd 0:0:0:0: [sda] Starting disk
Jan 15 17:56:27 whiptail kernel: [ 121.696871] pcieport 0000:00:03.1: System wakeup disabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 122.052208] usb 6-1: reset high-speed USB device number 2 using ehci-pci
Jan 15 17:56:27 whiptail kernel: [ 122.058890] usb 1-1: reset low-speed USB device number 2 using xhci_hcd
Jan 15 17:56:27 whiptail kernel: [ 122.076224] usb 8-2: reset full-speed USB device number 2 using ohci-pci
Jan 15 17:56:27 whiptail kernel: [ 122.237307] usb 8-2: No LPM exit latency info found, disabling LPM.
Jan 15 17:56:27 whiptail kernel: [ 122.272657] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Jan 15 17:56:27 whiptail kernel: [ 122.273878] ata2.00: configured for UDMA/133
Jan 15 17:56:27 whiptail kernel: [ 122.350859] xhci_hcd 0000:00:10.0: xHCI xhci_drop_endpoint called with disabled ep ffff8800b13dd0c0
Jan 15 17:56:27 whiptail kernel: [ 122.350861] xhci_hcd 0000:00:10.0: xHCI xhci_drop_endpoint called with disabled ep ffff8800aabce4c0
Jan 15 17:56:27 whiptail kernel: [ 122.350877] usb 1-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Jan 15 17:56:27 whiptail kernel: [ 122.350883] usb 1-1: ep 0x82 - rounding interval to 1024 microframes, ep desc says 2040 microframes
Jan 15 17:56:27 whiptail kernel: [ 122.409983] PM: resume of devices complete after 716.610 msecs
Jan 15 17:56:27 whiptail kernel: [ 122.410802] Restarting tasks ... done.
Jan 15 17:56:27 whiptail kernel: [ 122.459666] video LNXVIDEO:00: Restoring backlight state
Jan 15 17:56:27 whiptail kernel: [ 122.558624] psmouse serio1: alps: Unknown ALPS touchpad: E7=73 03 0a, EC=88 b0 13
Jan 15 17:56:27 whiptail kernel: [ 123.336185] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jan 15 17:56:28 whiptail kernel: [ 123.402033] ata1.00: configured for UDMA/133
Jan 15 17:57:26 whiptail kernel: [ 181.754948] usb 3-1: USB disconnect, device number 2
Jan 15 17:57:27 whiptail kernel: [ 183.248215] usb 3-1: new low-speed USB device number 3 using xhci_hcd
Jan 15 17:57:28 whiptail kernel: [ 183.410874] usb 3-1: New USB device found, idVendor=046d, idProduct=c077
Jan 15 17:57:28 whiptail kernel: [ 183.410886] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 15 17:57:28 whiptail kernel: [ 183.410892] usb 3-1: Product: USB Optical Mouse
Jan 15 17:57:28 whiptail kernel: [ 183.410897] usb 3-1: Manufacturer: Logitech
Jan 15 17:57:28 whiptail kernel: [ 183.411217] usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Jan 15 17:57:28 whiptail kernel: [ 183.423628] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:10.1/usb3/3-1/3-1:1.0/0003:046D:C077.0004/input/input17
Jan 15 17:57:28 whiptail kernel: [ 183.423948] hid-generic 0003:046D:C077.0004: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:10.1-1/input0
Jan 15 17:57:28 whiptail mtp-probe: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:10.1/usb3/3-1"
Jan 15 17:57:28 whiptail mtp-probe: bus: 3, device: 3 was not an MTP device
Jan 15 17:58:28 whiptail kernel: [ 243.423969] usb 3-1: USB disconnect, device number 3
Jan 15 17:58:29 whiptail kernel: [ 244.912214] usb 3-1: new low-speed USB device number 4 using xhci_hcd
Jan 15 17:58:29 whiptail kernel: [ 245.074884] usb 3-1: New USB device found, idVendor=046d, idProduct=c077
Jan 15 17:58:29 whiptail kernel: [ 245.074896] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 15 17:58:29 whiptail kernel: [ 245.074902] usb 3-1: Product: USB Optical Mouse
Jan 15 17:58:29 whiptail kernel: [ 245.074907] usb 3-1: Manufacturer: Logitech
Jan 15 17:58:29 whiptail kernel: [ 245.075225] usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Jan 15 17:58:29 whiptail kernel: [ 245.087611] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:10.1/usb3/3-1/3-1:1.0/0003:046D:C077.0005/input/input18
Jan 15 17:58:29 whiptail kernel: [ 245.087942] hid-generic 0003:046D:C077.0005: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:10.1-1/input0
Jan 15 17:58:29 whiptail mtp-probe: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:10.1/usb3/3-1"
Jan 15 17:58:29 whiptail mtp-probe: bus: 3, device: 4 was not an MTP device
���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������Jan 15 18:00:04 whiptail rsyslogd: [origin software="rsyslogd" swVersion="8.4.2" x-pid="516" x-info="http://www.rsyslog.com"] start
(The last message at 18:00:04 is the first message of the system booting up after I pressed and held the power button to force a restart.)

Here's /var/log/syslog's entries from the same time period:
Quote:
Jan 15 17:56:05 whiptail systemd[1]: Starting Sleep.
Jan 15 17:56:05 whiptail systemd[1]: Reached target Sleep.
Jan 15 17:56:05 whiptail systemd[1]: Starting Suspend...
Jan 15 17:56:05 whiptail systemd-sleep[792]: Suspending system...
Jan 15 17:56:27 whiptail kernel: [ 120.431425] PM: Syncing filesystems ... done.
Jan 15 17:56:27 whiptail kernel: [ 120.852766] PM: Preparing system for mem sleep
Jan 15 17:56:27 whiptail kernel: [ 120.854220] Freezing user space processes ... (elapsed 0.001 seconds) done.
Jan 15 17:56:27 whiptail kernel: [ 120.855631] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Jan 15 17:56:27 whiptail kernel: [ 120.856983] PM: Entering mem sleep
Jan 15 17:56:27 whiptail kernel: [ 120.857224] Suspending console(s) (use no_console_suspend to debug)
Jan 15 17:56:27 whiptail kernel: [ 120.858146] sd 0:0:0:0: [sda] Synchronizing SCSI cache
Jan 15 17:56:27 whiptail kernel: [ 120.871724] sd 0:0:0:0: [sda] Stopping disk
Jan 15 17:56:27 whiptail kernel: [ 121.345027] PM: suspend of devices complete after 487.346 msecs
Jan 15 17:56:27 whiptail kernel: [ 121.345808] PM: late suspend of devices complete after 0.772 msecs
Jan 15 17:56:27 whiptail kernel: [ 121.348473] pcieport 0000:00:03.1: System wakeup enabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.348542] ohci-pci 0000:00:14.5: System wakeup enabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.348567] ehci-pci 0000:00:13.2: System wakeup enabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.350137] ehci-pci 0000:00:12.2: System wakeup enabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.350160] ohci-pci 0000:00:13.0: System wakeup enabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.351662] ohci-pci 0000:00:12.0: System wakeup enabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.353190] xhci_hcd 0000:00:10.1: System wakeup enabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.354712] xhci_hcd 0000:00:10.0: System wakeup enabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.368304] PM: noirq suspend of devices complete after 22.485 msecs
Jan 15 17:56:27 whiptail kernel: [ 121.368333] ACPI: Preparing to enter system sleep state S3
Jan 15 17:56:27 whiptail kernel: [ 121.387824] PM: Saving platform NVS memory
Jan 15 17:56:27 whiptail kernel: [ 121.390809] Disabling non-boot CPUs ...
Jan 15 17:56:27 whiptail kernel: [ 121.392864] smpboot: CPU 1 is now offline
Jan 15 17:56:27 whiptail kernel: [ 121.393198] ACPI: Low-level resume complete
Jan 15 17:56:27 whiptail kernel: [ 121.393198] PM: Restoring platform NVS memory
Jan 15 17:56:27 whiptail kernel: [ 121.393198] Using NULL legacy PIC
Jan 15 17:56:27 whiptail kernel: [ 121.393198] LVT offset 0 assigned for vector 0x400
Jan 15 17:56:27 whiptail kernel: [ 121.393198] CPU0: Unexpected LVT thermal interrupt!
Jan 15 17:56:27 whiptail kernel: [ 121.393198] Enabling non-boot CPUs ...
Jan 15 17:56:27 whiptail kernel: [ 121.393198] x86: Booting SMP configuration:
Jan 15 17:56:27 whiptail kernel: [ 121.393198] smpboot: Booting Node 0 Processor 1 APIC 0x11
Jan 15 17:56:27 whiptail kernel: [ 121.392567] spurious APIC interrupt on CPU#1, should never happen.
Jan 15 17:56:27 whiptail kernel: [ 121.405324] CPU1 is up
Jan 15 17:56:27 whiptail kernel: [ 121.405926] ACPI: Waking up from system sleep state S3
Jan 15 17:56:27 whiptail kernel: [ 121.678552] ohci-pci 0000:00:12.0: System wakeup disabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.678582] ohci-pci 0000:00:13.0: System wakeup disabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.678696] ohci-pci 0000:00:14.5: System wakeup disabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.692405] xhci_hcd 0000:00:10.1: System wakeup disabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.692597] ehci-pci 0000:00:12.2: System wakeup disabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.692632] xhci_hcd 0000:00:10.0: System wakeup disabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.692660] ehci-pci 0000:00:13.2: System wakeup disabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 121.692962] PM: noirq resume of devices complete after 14.900 msecs
Jan 15 17:56:27 whiptail kernel: [ 121.693363] PM: early resume of devices complete after 0.349 msecs
Jan 15 17:56:27 whiptail kernel: [ 121.693682] snd_hda_intel 0000:00:01.1: irq 84 for MSI/MSI-X
Jan 15 17:56:27 whiptail kernel: [ 121.694748] sd 0:0:0:0: [sda] Starting disk
Jan 15 17:56:27 whiptail kernel: [ 121.696871] pcieport 0000:00:03.1: System wakeup disabled by ACPI
Jan 15 17:56:27 whiptail kernel: [ 122.052208] usb 6-1: reset high-speed USB device number 2 using ehci-pci
Jan 15 17:56:27 whiptail kernel: [ 122.058890] usb 1-1: reset low-speed USB device number 2 using xhci_hcd
Jan 15 17:56:27 whiptail kernel: [ 122.076224] usb 8-2: reset full-speed USB device number 2 using ohci-pci
Jan 15 17:56:27 whiptail kernel: [ 122.237307] usb 8-2: No LPM exit latency info found, disabling LPM.
Jan 15 17:56:27 whiptail kernel: [ 122.272657] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Jan 15 17:56:27 whiptail kernel: [ 122.273878] ata2.00: configured for UDMA/133
Jan 15 17:56:27 whiptail kernel: [ 122.350859] xhci_hcd 0000:00:10.0: xHCI xhci_drop_endpoint called with disabled ep ffff8800b13dd0c0
Jan 15 17:56:27 whiptail kernel: [ 122.350861] xhci_hcd 0000:00:10.0: xHCI xhci_drop_endpoint called with disabled ep ffff8800aabce4c0
Jan 15 17:56:27 whiptail kernel: [ 122.350877] usb 1-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Jan 15 17:56:27 whiptail kernel: [ 122.350883] usb 1-1: ep 0x82 - rounding interval to 1024 microframes, ep desc says 2040 microframes
Jan 15 17:56:27 whiptail kernel: [ 122.409983] PM: resume of devices complete after 716.610 msecs
Jan 15 17:56:27 whiptail kernel: [ 122.410800] PM: Finishing wakeup.
Jan 15 17:56:27 whiptail systemd[1]: Time has been changed
Jan 15 17:56:27 whiptail kernel: [ 122.410802] Restarting tasks ... done.
Jan 15 17:56:27 whiptail systemd[1]: Service bluetooth.target is not needed anymore. Stopping.
Jan 15 17:56:27 whiptail systemd[1]: Stopping Bluetooth.
Jan 15 17:56:27 whiptail systemd[1]: Stopped target Bluetooth.
Jan 15 17:56:27 whiptail kernel: [ 122.459666] video LNXVIDEO:00: Restoring backlight state
Jan 15 17:56:27 whiptail systemd-sleep[792]: System resumed.
Jan 15 17:56:27 whiptail systemd[1]: Started Suspend.
Jan 15 17:56:27 whiptail systemd[1]: Service sleep.target is not needed anymore. Stopping.
Jan 15 17:56:27 whiptail systemd[1]: Stopping Sleep.
Jan 15 17:56:27 whiptail systemd[1]: Stopped target Sleep.
Jan 15 17:56:27 whiptail systemd[1]: Starting Suspend.
Jan 15 17:56:27 whiptail systemd[1]: Reached target Suspend.
Jan 15 17:56:27 whiptail systemd[1]: Starting Run anacron jobs at resume...
Jan 15 17:56:27 whiptail systemd[1]: Started Run anacron jobs at resume.
Jan 15 17:56:27 whiptail systemd[1]: Started Run anacron jobs.
Jan 15 17:56:27 whiptail kernel: [ 122.558624] psmouse serio1: alps: Unknown ALPS touchpad: E7=73 03 0a, EC=88 b0 13
Jan 15 17:56:27 whiptail systemd[1]: Starting Bluetooth.
Jan 15 17:56:27 whiptail systemd[1]: Reached target Bluetooth.
Jan 15 17:56:27 whiptail systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill3...
Jan 15 17:56:27 whiptail systemd[1]: Started Load/Save RF Kill Switch Status of rfkill3.
Jan 15 17:56:27 whiptail kernel: [ 123.336185] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jan 15 17:56:28 whiptail kernel: [ 123.402033] ata1.00: configured for UDMA/133
Jan 15 17:57:26 whiptail kernel: [ 181.754948] usb 3-1: USB disconnect, device number 2
Jan 15 17:57:27 whiptail kernel: [ 183.248215] usb 3-1: new low-speed USB device number 3 using xhci_hcd
Jan 15 17:57:28 whiptail kernel: [ 183.410874] usb 3-1: New USB device found, idVendor=046d, idProduct=c077
Jan 15 17:57:28 whiptail kernel: [ 183.410886] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 15 17:57:28 whiptail kernel: [ 183.410892] usb 3-1: Product: USB Optical Mouse
Jan 15 17:57:28 whiptail kernel: [ 183.410897] usb 3-1: Manufacturer: Logitech
Jan 15 17:57:28 whiptail kernel: [ 183.411217] usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Jan 15 17:57:28 whiptail kernel: [ 183.423628] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:10.1/usb3/3-1/3-1:1.0/0003:046D:C077.0004/input/input17
Jan 15 17:57:28 whiptail kernel: [ 183.423948] hid-generic 0003:046D:C077.0004: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:10.1-1/input0
Jan 15 17:57:28 whiptail mtp-probe: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:10.1/usb3/3-1"
Jan 15 17:57:28 whiptail mtp-probe: bus: 3, device: 3 was not an MTP device
Jan 15 17:58:28 whiptail kernel: [ 243.423969] usb 3-1: USB disconnect, device number 3
Jan 15 17:58:29 whiptail kernel: [ 244.912214] usb 3-1: new low-speed USB device number 4 using xhci_hcd
Jan 15 17:58:29 whiptail kernel: [ 245.074884] usb 3-1: New USB device found, idVendor=046d, idProduct=c077
Jan 15 17:58:29 whiptail kernel: [ 245.074896] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 15 17:58:29 whiptail kernel: [ 245.074902] usb 3-1: Product: USB Optical Mouse
Jan 15 17:58:29 whiptail kernel: [ 245.074907] usb 3-1: Manufacturer: Logitech
Jan 15 17:58:29 whiptail kernel: [ 245.075225] usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Jan 15 17:58:29 whiptail kernel: [ 245.087611] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:10.1/usb3/3-1/3-1:1.0/0003:046D:C077.0005/input/input18
Jan 15 17:58:29 whiptail kernel: [ 245.087942] hid-generic 0003:046D:C077.0005: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:10.1-1/input0
Jan 15 17:58:29 whiptail mtp-probe: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:10.1/usb3/3-1"
Jan 15 17:58:29 whiptail mtp-probe: bus: 3, device: 4 was not an MTP device
Jan 15 17:58:58 whiptail kernel: [ 274.343045] usb 1-1: USB disconnect, device number 2
���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ���������������������������������������������������������������������������������������������������� ������������Jan 15 18:00:04 whiptail rsyslogd: [origin software="rsyslogd" swVersion="8.4.2" x-pid="516" x-info="http://www.rsyslog.com"] start
(The last message at 18:00:04 is the first message of the system booting up after I pressed and held the power button to force a restart.)

...any ideas what the next steps are in troubleshooting this?
 
Old 01-16-2017, 10:55 AM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
What DE are you using?

Gnome? KDE? XFCE?
 
Old 01-16-2017, 12:44 PM   #3
treemouse
Member
 
Registered: Jan 2017
Posts: 30

Original Poster
Rep: Reputation: Disabled
Please disregard this thread. Its posting was delayed pending moderator approval (probably due to the long log-file inclusions), and in that time I had already made more progress in troubleshooting the problem.

For anyone who Googles across this later, the solution is in my other post here.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Laptop screen black after suspend (Debian, Lenovo ThinkPad E555) treemouse Linux - Laptop and Netbook 1 01-15-2017 07:52 PM
Cannot resume from a suspend to ram on a Lenovo s10-3 using kernel 3.x masmddr Linux - Laptop and Netbook 12 03-19-2012 08:41 AM
LXer: Suspend/resume in Debian Squeeze with the 2.6.37 Liquorix kernel on the Lenovo G555 LXer Syndicated Linux News 0 02-08-2011 11:20 PM
[SOLVED] Cannot Suspend and Resume - ThinkPad Edge 13 (AMD-ATI) bogzab Slackware 4 01-19-2011 03:57 PM
Lenovo Thinkpad T61p - Takes a long time to resume from suspend kwesadilo Linux - Laptop and Netbook 5 07-26-2008 12:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 11:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration