evgen-y2k
Results
1
comments of
evgen-y2k
I solved this problem on my Cube i7 Stylus (Ubuntu 18.04) using script that will be executed after suspend. Script: `#!/bin/bash PROGNAME=$(basename "$0") state=$1 action=$2 function log { logger -i...