http://bugzilla.suse.com/show_bug.cgi?id=901122 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CONFIRMED CC| |dimstar@opensuse.org, | |gp@suse.com Flags| |needinfo?(gp@suse.com) --- Comment #1 from Dominique Leuenberger <dimstar@opensuse.org> --- To not loose all the information that was passed on the mailing listn continued from http://lists.opensuse.org/opensuse-gnome/2014-10/msg00023.html there seems to be a firmware issue in some cdc devices, that do not get reset properly after a reboot. We can try to add a restart-script in /usr/lib/systemd/system-sleep 50-restart_MM
- SNIP HERE - <<< #!/bin/sh case $1 in resume|thaw|post) /usr/bin/systemctl restart ModemManager.service > /dev/null ;; esac - SNIP HERE - <<<
Can you please verify if that helps you in any way? -- You are receiving this mail because: You are on the CC list for the bug.