Skip to content

Instantly share code, notes, and snippets.

@fdelsert
Created March 18, 2016 21:04
Show Gist options
  • Select an option

  • Save fdelsert/382decfe04f487cf2580 to your computer and use it in GitHub Desktop.

Select an option

Save fdelsert/382decfe04f487cf2580 to your computer and use it in GitHub Desktop.
Kernel module(r8712u) reload - suspend/resume - systemd from https://mail.gnome.org/archives/networkmanager-list/2014-October/msg00091.html
[Unit]
Description=Reload wireless lan driver after system resume
After=hibernate.target suspend.target hybrid-sleep.target
[Service]
Type=oneshot
ExecStart=/usr/sbin/modprobe -r r8712u
ExecStart=/usr/sbin/modprobe r8712u
[Install]
WantedBy=hibernate.target suspend.target hybrid-sleep.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment