mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Update
This commit is contained in:
parent
2024ce79bf
commit
38ef4ac9bf
1 changed files with 3 additions and 3 deletions
|
|
@ -12,9 +12,9 @@ if command -v setpci >/dev/null; then
|
||||||
if setpci -s 00:1c.5 0x50.B=0x40 >/dev/null; then
|
if setpci -s 00:1c.5 0x50.B=0x40 >/dev/null; then
|
||||||
sleep 2
|
sleep 2
|
||||||
modprobe rtwpci
|
modprobe rtwpci
|
||||||
sleep 2
|
# Uncomment the next two lines and change it to match your network services and init in use.
|
||||||
# Uncomment the next line and change it to match your network services and init in use.
|
# sleep 2
|
||||||
# systemctl restart iwd systemd-networkd systemd-resolved
|
# systemctl restart iwd systemd-networkd systemd-resolved
|
||||||
echo "ASPM configurations applied. Restart your network services if you haven't set them in the script."
|
echo "ASPM configurations applied. Restart your network services if you haven't set them in the script."
|
||||||
else
|
else
|
||||||
echo "An unknown error has occurred. Reboot and try again."
|
echo "An unknown error has occurred. Reboot and try again."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue