[~ozdror] / [~andraz313]:

> but cant apply the fix mentioned same write error

You cannot sudo echo to a file. The opener of the file is still regular-
user.

Try either:

    sudo sh -c 'echo deep > /sys/power/mem_sleep'

Or:

    echo deep | sudo tee /sys/power/mem_sleep >/dev/null


(P.S. Looks like I'm affected too with XPS13 on Focal. Draining at 0.3W in 
s2idle. This did not appear to be an issue with Bionic.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1808957

Title:
  Dell XPS 13 (9370) defaults to s2idle sleep/suspend instead of deep,
  NVMe drains lots of power under s2idle

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1808957/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to