You are not logged in.
so I should do something like
echo "echo 1 | tee /sys/bus/pci/rescan" > /usr/lib/systemd/system-sleep/script.sh
??
Offline
No. The script can just contain
#!/bin/sh
echo 1 > /sys/bus/pci/rescan
Ensure it's executable.
Offline
okay just made the script and now everything works perfectly after sleep, Thank you very much
Offline
This Worked for me!
many Thanks!
BTW I use brcmfmac module from macbook pro 2015
Last edited by daveman76 (2025-02-09 02:56:40)
Offline
Glad that you found the info from this thread useful, but it's over 7 years old .
Please read https://wiki.archlinux.org/title/Genera … bumping%22
Closing this old thread.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline