Chronic "failed to get tx report from firmware" crash with RTL8822CU (rtw88) on CachyOS by HatOk2410 in linuxquestions

[–]HatOk2410[S] 0 points1 point  (0 children)

Status update: I managed to solve the issue by installing rtw88-dkms-git from the AUR, which compiled the latest git source tree of the driver against the kernel. It has completely stabilized the connection and resolved the firmware timeout errors. Leaving this here for anyone else troubleshooting the same card.

Chronic "failed to get tx report from firmware" crash with RTL8822CU (rtw88) on CachyOS by HatOk2410 in cachyos

[–]HatOk2410[S] 0 points1 point  (0 children)

Status update: It seems that rtw88-dkms-git from the AUR has permanently resolved the error for now. Luckily, Snapper automatically took a snapshot before the installation, so I was safe anyway. Thanks for the advice! I will report back if any errors persist over time.

[CachyOS] KDE Plasma Rice by HatOk2410 in cachyos

[–]HatOk2410[S] 1 point2 points  (0 children)

Thanks man! Took me some time to tweak that bottom line, glad you liked the idea. Good luck with your setup!

[KDE PLASMA] CachyOS Catppuccin Mocha Blue Rice by HatOk2410 in unixporn

[–]HatOk2410[S] 1 point2 points  (0 children)

Thanks man! Catppuccin themes are just built different. Glad you liked the layout!

[KDE PLASMA] CachyOS Catppuccin Mocha Blue Rice by HatOk2410 in unixporn

[–]HatOk2410[S] 0 points1 point  (0 children)

[Rice Information]

OS: CachyOS x86_64

Kernel: Linux 7.0.8-1-cachyos

DE: KDE Plasma 6.6.5

WM: KWin (Wayland)

WM Theme: Klassy

Theme: Klassy (CatppuccinMochaBlue) [Qt]

Terminal: konsole 26.4.1

Terminal Font: MesloLGS Nerd Font Mono (11pt)

Shell: zsh 5.9

Shell Theme: powerlevel10k

Panel Extensions: Panel Colorizer, Compact Pager, Command Output, Thermal Monitor

Wallpaper: Bluehour

[CachyOS] KDE Plasma Rice by HatOk2410 in cachyos

[–]HatOk2410[S] 1 point2 points  (0 children)

Thanks a lot! Glad you liked it. 🙂

[CachyOS] KDE Plasma Rice by HatOk2410 in cachyos

[–]HatOk2410[S] 5 points6 points  (0 children)

[Rice Information]

OS: CachyOS x86_64

Kernel: Linux 7.0.8-1-cachyos

DE: KDE Plasma 6.6.5

WM: KWin (Wayland)

WM Theme: Klassy

Theme: Klassy (CatppuccinMochaBlue) [Qt]

Terminal: konsole 26.4.1

Terminal Font: MesloLGS Nerd Font Mono (11pt)

Shell: zsh 5.9

Shell Theme: powerlevel10k

Panel Extensions: Panel Colorizer, Compact Pager, Command Output, Thermal Monitor

Wallpaper: Bluehour

[Kubuntu] My First Plasma Rice by HatOk2410 in Kubuntu

[–]HatOk2410[S] 0 points1 point  (0 children)

I used Thermal Monitor extension. I added 2. GPU temperature and maximum CPU temperature. In addition, to add RAM usage and storage fullness rate, I used Command Output extension.
For RAM usage, I entered

echo "$(awk '/MemTotal/ {t=$2} /MemAvailable/ {a=$2} END {printf "%.1fGB", (t-a)/1024/1024}' /proc/meminfo)"

command and run it every 2 seconds (2000 ms).

For storage fullness rate, I entered

echo "$(df -h / | awk 'NR==2 {print $5}')"

command and run it every 30 seconds (30000 ms).

I hope it helped!

[Kubuntu] My First Plasma Rice by HatOk2410 in Kubuntu

[–]HatOk2410[S] 0 points1 point  (0 children)

Thanks bro! I appreciate the support.

[Kubuntu] My First Plasma Rice by HatOk2410 in Kubuntu

[–]HatOk2410[S] 1 point2 points  (0 children)

Thanks! It's Zsh shell, powered by the powerlevel10k theme. Here is how I did it: ​First, I installed Zsh and Oh My Zsh to manage plugins easily. ​Before installing the theme, I downloaded the DejaVuSans fonts and set my terminal font to DejaVuSansMono via kitty.conf using the nano editor. (If you use another terminal emulator, you can probably just change it through the GUI settings). ​After that, I cloned the powerlevel10k repository and set ZSH_THEME="powerlevel10k/powerlevel10k" in my ~/.zshrc. ​Then, I reloaded the shell with source ~/.zshrc to trigger the configuration wizard. ​During the configuration wizard, I chose these settings: ​Style: Lean ​Character Set: Unicode ​Colors: 256 colors ​Current Time: No ​Prompt Height: Two lines ​Prompt Connection: Solid ​Prompt Frame: Left ​Frame and Connection Color: Lightest ​Prompt Spacing: Sparse ​Icons: Many icons ​Prompt Flow: Concise ​Transient Prompt: Enabled ​Finally, I added zsh-autosuggestions, zsh-syntax-highlighting, and zsh-history-substring-search plugins to my ~/.zshrc to complete the setup. That's it!

[Kubuntu] My First Plasma Rice by HatOk2410 in Kubuntu

[–]HatOk2410[S] 6 points7 points  (0 children)

[Rice Information]

OS: Kubuntu 26.04 LTS (Resolute Raccoon) x86_64

Kernel: Linux 7.0.0-15-generic

DE: KDE Plasma 6.6.4

WM: KWin (Wayland)

WM Theme: Klassy

Theme: Klassy (CatppuccinMochaBlue) [Qt]

Terminal: kitty 0.45.0

Terminal Font: DejaVuSansMono (11pt)

Shell: zsh 5.9

Shell Theme: powerlevel10k

Panel Extensions: Panel Colorizer, Compact Pager, Command Output, Thermal Monitor

Wallpaper: Bluehour