tmarkov
tmarkov
These four options are from the installation usb, which is strange. Are you sure you don't have it inserted? Either way, this repo is old. A maintained kernel is here...
There is a way to get suspend back. The script replaces the files /etc/systemd/system/suspend.target and /etc/systemd/system/systemd-suspend.service with symlinks to the appropriate hibernate files, but it does back up the originals....
@sokolowistan96 In the same directory.
@sokolowistan96 You don't have one. When did you replace suspend? Older version of the script didn't do backups. In that case look here: https://askubuntu.com/questions/66533/how-can-i-restore-configuration-files
@sokolowistan96 Here's what I have in my files. Note that there are two and you need to fix both. suspend.target ``` # SPDX-License-Identifier: LGPL-2.1+ # # This file is part...
@sokolowistan96 Originally, you have four files. suspend.target, hibernate.target, systemd-suspend.service, and systemd-hibernate.service. Clearly two handle suspend (and contain what I posted above), and two handle hibernate and you have them. The...
@sokolowistan96 Right click - new - text file? Maybe it's called empty document instead. But they're just normal regular text files. Also, not to spam here, can you ask any...
What would be the ideal functionality of this driver. - Detachment events. Should it do all the handling, or should it simply forward them to user space for a separate...
@kitakar5525 ``` scmd(){ sudo i2cset -f -y 5 0x28 0x05 0x00 0x3f 0x03 0x24 0x06 0x00 0x13 0x00 0x24 "$1" \ 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00...
I would assume @kitakar5525 was experiencing a different issue on 4.16+ (which I don't think I was, as it wasn't less stable for me), and which Jakeday fixed. But I...