diff --git a/data/fix_rtw.conf b/data/fix_rtw.conf new file mode 100644 index 0000000..d37fcde --- /dev/null +++ b/data/fix_rtw.conf @@ -0,0 +1,2 @@ +options rtw88_pci disable_aspm=1 + diff --git a/git.sh b/git.sh index 39517eb..1fd0074 100755 --- a/git.sh +++ b/git.sh @@ -1,6 +1,7 @@ -#!/bin/sh +#!/usr/bin/env sh rm -fv content/styles/config/_main.css + git add . -git commit -S -m "update @ $(date)" +git commit -sam "update @ $(date)" git push -u origin terminal diff --git a/page/blog/blogs/Fixing-kernel-freezing-on-realtek-wifi_5342268108.html b/page/blog/blogs/Fixing-kernel-freezing-on-realtek-wifi_5342268108.html new file mode 100644 index 0000000..8fc60fa --- /dev/null +++ b/page/blog/blogs/Fixing-kernel-freezing-on-realtek-wifi_5342268108.html @@ -0,0 +1,93 @@ + + +
+ + + ++ 2022-01-20 16:11:48 EET | + + back + + | + + home + + | + + git + +
+
+
+ sudo curl 'https://ari-web.xyz/data/fix_rtw.conf' -o /etc/modprobe.d/fix_rtw.conf
+
+
+
+ sudo reboot -h
+
+
+ /etc/modprobe.d/fix_rtw.conf
+
+ (you can name it whatever you want) in any editor
+
+ as root
+
+
+
+ options rtw88_pci disable_aspm=1
+
+
+
+ sudo reboot -h
+
+
- Last updated on: 2022-01-14 18:43:19 EET
+ Last updated on: 2022-01-20 16:11:48 EET