c2-utopia/linux-receiver/monitor_off.sh

10 lines
122 B
Bash
Raw Normal View History

#!/bin/bash
rmmod ath10k_pci
rmmod ath10k_core
modprobe ath10k_core
modprobe ath10k_pci
systemctl start NetworkManager