File 01ndiswrapper of Package pm-utils
#!/bin/bash
case "$1" in
resume|thaw)
modprobe -r ndiswrapper
modprobe ndiswrapper
;;
esac
#!/bin/bash
case "$1" in
resume|thaw)
modprobe -r ndiswrapper
modprobe ndiswrapper
;;
esac