Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #64426

Bug#895378: Info received (sky2: sky2: did not recover correctly after waking up from S3)

From "computer.enthusiastic" <computer.enthusiastic@gmail.com>
Newsgroups linux.debian.bugs.dist, linux.debian.kernel
Subject Bug#895378: Info received (sky2: sky2: did not recover correctly after waking up from S3)
Date 2019-07-13 14:50 +0200
Message-ID <yjpDr-gX-5@gated-at.bofh.it> (permalink)
References <xAlPj-44S-1@gated-at.bofh.it> <yjpDs-gX-7@gated-at.bofh.it> <vD7rc-3lf-19@gated-at.bofh.it> <yjpDs-gX-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Cross-posted to 2 groups.

Show all headers | View raw


Follows a forther improvement of the script:

#! /bin/bash
# This file (or a link to it) must be in /lib/systemd/system-sleep/
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895378

echo "script started" | /usr/bin/systemd-cat -t "reset_sky2_afer_suspend"

case "$1" in
         pre)
                 true
                 ;;
         post)
                 echo "post sequence started" | /usr/bin/systemd-cat -t 
"reset_sky2_afer_suspend"
                 /sbin/modprobe -r sky2
                 /sbin/modprobe -v sky2
                 echo "post sequence finished" | /usr/bin/systemd-cat -t 
"reset_sky2_afer_suspend"
                 ;;
esac

Back to linux.debian.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Bug#895378: sky2: sky2: did not recover correctly after waking up from S3 Manuel Bilderbeek <Manuel.Bilderbeek@gmail.com> - 2018-04-10 21:50 +0200
  Bug#895378: sky2: sky2: did not recover correctly after waking up from S3 Laurent Bigonville <bigon@debian.org> - 2018-10-14 11:30 +0200
  Bug#895378: sky2: sky2: did not recover correctly after waking up from S3 "computer.enthusiastic" <computer.enthusiastic@gmail.com> - 2019-03-11 06:40 +0100
  Bug#895378: sky2: sky2: did not recover correctly after waking up from S3 "Achille M. Luongo" <achille.manfredi.luongo@gmail.com> - 2019-03-13 07:30 +0100
  Bug#895378: Info received (sky2: sky2: did not recover correctly after waking up from S3) "computer.enthusiastic" <computer.enthusiastic@gmail.com> - 2019-07-13 14:50 +0200

csiph-web