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 @@ + + + + + + + + Ari::web -> Blog + + + + + + +
+

+ Fixing kernel freezing on realtek WiFi +

+

+ 2022-01-20 16:11:48 EET | + + back + + | + + home + + | + + git + +

+
+

+ Internet way +

+ +

+ + sudo curl 'https://ari-web.xyz/data/fix_rtw.conf' -o /etc/modprobe.d/fix_rtw.conf + +

+ +

+ + sudo reboot -h + +

+

+ No-internet way +

+ +

+ + options rtw88_pci disable_aspm=1 + +

+ +

+ + sudo reboot -h + +

+
+ + + diff --git a/page/blog/index.html b/page/blog/index.html index 83adf4c..21804e2 100644 --- a/page/blog/index.html +++ b/page/blog/index.html @@ -16,7 +16,7 @@ My blogs - Last updated on: 2022-01-14 18:43:19 EET + Last updated on: 2022-01-20 16:11:48 EET
diff --git a/page/blog/index.md b/page/blog/index.md index 1a31588..7e2640f 100644 --- a/page/blog/index.md +++ b/page/blog/index.md @@ -19,4 +19,5 @@ * [GUIs are useless](/page/blog/blogs/Guis-are-useless_4816713057.html) * [What happened to faker.js?](/page/blog/blogs/What-happened-to-faker.js__5729874372.html) * [New domain! -- ari-web.xyz](/page/blog/blogs/New-domain!----ari-web.xyz_7375640347.html) -* [Funny thing about my site](/page/blog/blogs/Funny-thing-about-my-site_6342443591.html) \ No newline at end of file +* [Funny thing about my site](/page/blog/blogs/Funny-thing-about-my-site_6342443591.html) +* [Fixing kernel freezing on realtek WiFi](/page/blog/blogs/Fixing-kernel-freezing-on-realtek-wifi_5342268108.html) \ No newline at end of file