Sorry I couldn't test the pre-release version (out of order), but with
my current version "4.15.0-50-generic", I still see the issue; the NICs
aren't active upon wake up. I need the "/lib/systemd/system-
sleep/sky2-refresh" workaround to make it happen:
#!/bin/bash
PROGNAME=$(basename "$0")
state=$1
action=$2
function log {
logger -i -t "$PROGNAME" "$*"
}
log "Running $action $state"
if [[ $state == post ]]; then
modprobe -r sky2 \
&& log "Removed sky2 for Marvell Ethernet" \
&& modprobe -i sky2 \
&& log "Inserted sky2 for Marvell Ethernet"
fi
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1798921
Title:
sky2 ethernet card don't work after returning from suspension
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1798921/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs