/srv/irclogs.ubuntu.com/2017/09/25/#ubuntu+1.txt

roastedmy understanding is Ubuntu forked kstatusnotifier and used it for 17.10. My question is, what's it called in 17.10/how can I find it in dconf?01:45
=== caravena_ is now known as caravena
d_1_stortionHello21:43
d_1_stortionmy ubuntu MATE 17.10 doesn't wake from sleep21:43
d_1_stortionhow do I start fixing this problem?21:44
tsimonq2d_1_stortion: Is your system fully updated?21:46
d_1_stortionyes21:47
TJ-d_1_stortion: it's likely you need to add an acpi_osi= kernel command line option to have Linux pretend to be a Windows version21:47
d_1_stortionhow do I do that?21:47
TJ-d_1_stortion: most of these sleep issues are caused by the ACPI DSDT of the motherboard only providing full features to Windows OSes21:48
d_1_stortionbut sleep worked like 5 days ago21:48
d_1_stortionthat someday it just stopped21:48
TJ-d_1_stortion: "sudo strings /sys/firmware/acpi/tables/DSDT | grep -i windows" and tell us the results (or pastebin them)21:48
d_1_stortionhttps://pastebin.com/VfmuDcB121:49
TJ-d_1_stortion: we're looking for what we think is the most recent version of Windows21:49
TJ-d_1_stortion: so for your system it looks like "Windows 2012"21:49
d_1_stortionoh, I forgot to tell, I dualboot with windows7 if that matters21:49
TJ-d_1_stortion: now we have to add that entry to the kernel command-line in the grub settings21:50
TJ-d_1_stortion: sudo sed -i 's/^\(GRUB_CMDLINE_LINUX=.*\)"$/\1 \\"acpi_osi=Windows 2012\\""/' /etc/default/grub "21:51
TJ-d_1_stortion: then "sudo update-grub", do a reboot and then test suspend/resume. If that works you're sorted; otherwise we can dig further21:52
d_1_stortionoh so this changes grub file21:52
d_1_stortionlike when brightness doesnt work on laptops21:52
TJ-d_1_stortion: correct21:52
d_1_stortionsure I'll try21:52
TJ-d_1_stortion: this is a VERY common issue unfortunately21:52
d_1_stortionit's x220 thinkpad21:52
d_1_stortionit shouldn't be :)21:52
d_1_stortionI don't know why but command doesn't go trough21:53
d_1_stortionit makes a > char in new line21:53
d_1_stortionI'll just manually edit grub file21:54
TJ-d_1_stortion: missing quote or extra quote ?21:54
d_1_stortionsomething like that21:54
TJ-I surround commands you should use with double-quotes - you don't need those on your command line21:54
d_1_stortionoh21:54
TJ-d_1_stortion: so you can differentiate my commentary from commands to run21:55
d_1_stortionbtw do I add this in _LINUX_DEFAULT or _LINUX variable?21:55
TJ-d_1_stortion: run the command and it'll add it to the correct variable: GRUB_CMDLINE_LINUX21:55
TJ-d_1_stortion: ..._DEFAULT is for the default entries only so wouldn't bet used for Recovery or other entries21:56
d_1_stortioncommand added acpi_osi=Windows 2012 ; but it adden some "/" so i manually fixed that21:57
d_1_stortionI try now21:57
d_1_stortionbrb21:57
TJ-d_1_stortion: they should be there!!21:57
d_1_stortionoh21:57
d_1_stortionwhy's that?21:57
TJ-d_1_stortion: just use the command as I showed it, don't edit ANYTHING else it won't work21:57
d_1_stortionok21:57
TJ-the \"Windows 2012\" is required just like that. 21:57
* TJ- rolls eyes21:57
as2000how can I get the applications menu extension to work? 21:59
d_1_stortion_ok so22:00
d_1_stortion_laptop still doesn't wake up. Power LED and Caps Lock LED just blinks ones and that it seems like the laptop restart that then LEDs blink again22:01
d_1_stortion_it does this in a loop22:01
d_1_stortion_3 seconds loop22:01
TJ-d_1_stortion_: did you correct the edits you made to the GRUB entry? unless that is correct it won't do anything22:02
TJ-d_1_stortion_: reboot the laptop and show us "cat /proc/cmdline" 22:02
d_1_stortion_let me try again22:03
d_1_stortion_brb22:03
d_1_stortionBOOT_IMAGE=/boot/vmlinuz-4.13.0-11-generic.efi.signed root=UUID=fb7f9c3d-1a3b-47cc-80ab-1b7d035bb272 ro "acpi_osi=Windows 2012" quiet splash vt.handoff=722:06
TJ-d_1_stortion: OK that looks correct, you'll notice the " around the entire option since it contains a space22:06
d_1_stortionok22:07
d_1_stortion but the problem stil persists22:07
d_1_stortionstill*22:07
TJ-d_1_stortion: so if the failure is still happening the next thing to do is examine /var/log/kern.log and see if there are any clues there. If not, you'll likey need to add "debug" to the kernel command-line too and try again so you capture more kernel messages22:07
TJ-d_1_stortion: you're doing an S3 memory sleep, not trying to hibernate to disk, is that correct?22:08
d_1_stortionisn't it to RAM?22:08
d_1_stortionwhen you close the lid22:08
d_1_stortionoh22:09
TJ-It can be whatever you configure the system to do. S3 sleep (suspend) is the usual action22:09
d_1_stortionyeah, I misread the message :)22:09
d_1_stortionI'm not hibernating, yes22:09
TJ-I'm guessing the PC still has older versions of the kernel installed, so I'd recommend trying the oldest one by rebooting, pressing Escape to get the GRUB boot menu, choosing the "Advanced..." sub-menu, then booting the oldest kernel version you can see. 22:10
TJ-If that works you know you've got a kernel regression of some sort.22:10
d_1_stortionI tried that already22:10
d_1_stortionon kernel 4.12.x but it didn't work22:11
TJ-what versions are installed? "pastebinit <( ls /boot/vmlinuz* )"22:11
d_1_stortionmaybe I'll just have to wait for them to make some kind of update22:11
d_1_stortionhttps://pastebin.com/T1eLJ48d22:12
TJ-d_1_stortion: are you able to remove the battery from that laptop? if so, it might be worth taking it out for a minute. I've seen this kind of issue where with the battery in some parts of the mobo remain powered and 'remember' bad config22:12
d_1_stortionremoving battery when AC is in and laptop running or when?22:13
TJ-d_1_stortion: shutdown, power-off, and remove battery22:13
d_1_stortionok22:15
d_1_stortiondo I delete that grub modification?22:15
TJ-d_1_stortion: I'd keep it, it can only help because otherwise the system won't enable all power/config features for Linux22:15
d_1_stortionok22:15
d_1_stortionbrb22:15
d_1_stortionproblem persisted22:22
d_1_stortionI even tried with liveUSB from which I installed this system. It has the same problem22:23
d_1_stortionbut as far as I remember it worked for a few days.22:23
TJ-d_1_stortion: have you got a kern.log we can check. 22:25
d_1_stortionwhat's that?22:25
TJ-d_1_stortion: as I said earlier, the kernel log: /var/log/kern.log22:26
d_1_stortionwhat http://paste.ubuntu.com/25617376/22:28
d_1_stortionhttp://paste.ubuntu.com/25617376/22:28
d_1_stortionthis is kind of long22:28
d_1_stortionlet me try something22:29
d_1_stortionbrb22:29
d_1_stortion_I'm back22:31
TJ-d_1_stortion_:one idea; if you're dual-booting with Windows have you changed Window's settings to disable it's 'fastboot' options? because that directly talks to the EFI and changes the way a power-up is handled. It could be on resume the UEFI is trying to start windows.22:34
d_1_stortion_it's windows 722:35
d_1_stortion_it doesn't have that option afaik22:35
=== argent-coffee is now known as zenguy
zenguythis daily release seems great, on tri-boot with 3 drives artful xubuntu currently what should i try everything?22:40
d_1_stortiontried older kernel, still doesnt work22:51
TJ-d_1_stortion: did you do a web search for the issue? I'm seeing a LOT of reports of the problem on the X220 across lots of kernel versions and distros22:58
d_1_stortionI'm tired now, I'll look for fixes tomorrow 23:01
d_1_stortionthanks for help!23:01
TJ-d_1_stortion: Update 3 of this article points the finger at the firmware https://unix.stackexchange.com/questions/271045/thinkpad-x220-with-fedora-23-does-not-wake-up-any-more23:01
TJ-d_1_stortion: suggests to me the firmware has a problem with cleaning out its EFI variables NVRAM storage and is failing as a result23:02
TJ-d_1_stortion: I found a bug analysis of another related issue on X220/intel i915, where the user found that doing a boot > hibernate > resume before trying to sleep makes sleep work, but boot > sleep doesn't23:04
SpmPFresh install of 17.10, gnome-control-center crashes/exits when unlocking at `user-account`. IS this a simple fix, should I report a bug. I cannot get apport to trigger and /var/crash is empty23:33

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!