Ciao a tutti,

I am trying to configure debian (testing) for this portable following,
among the others, https://wiki.debian.org/InstallingDebianOn/Asus/X205TA

I cannot make working the wifi card after the suspend-resume.

I wrote a little script in /lib/systemd/system-sleep/brcmfmac like:

#!/bin/sh

case $1 in
    pre)
        service NetworkManager stop
        rmmod brcmfmac
        rmmod brcmutil
        rmmod cfg80211
        ;;
    post)
        modprobe cfg80211
        modprobe brcmutil
        modprobe brcmfmac
        service NetworkManager start
        ;;
esac

exit 0

but it does not work as expected.

-- 
Ciao
leandro
Alla bellezza preferisco la verità.
E il dubbio è l'unità di misura.

Attachment: signature.asc
Description: PGP signature

Reply via email to