惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
A
About on SuperTechFans
J
Java Code Geeks
G
Google Developers Blog
L
LangChain Blog
小众软件
小众软件
宝玉的分享
宝玉的分享
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
博客园 - 【当耐特】
IT之家
IT之家
F
Fortinet All Blogs
aimingoo的专栏
aimingoo的专栏
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
博客园 - Franky
博客园_首页
雷峰网
雷峰网
Microsoft Security Blog
Microsoft Security Blog
Vercel News
Vercel News
B
Blog
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell

CachyOS Forum - Latest posts

Ran into a frozen black screen issue with latest update Niri Settings GUI Not Appearing Update to Gnome 50 and I'm getting black/blank screen on NVIDIA with hybrid graphics My JBL Quantum 350 headphones dont play sound 90% of the time on linux while on windows it plays audio 99% of the time Niri/Noctalia Shell notifications Getting a black screen after alt-tabbing too many times Rog-control-center Duplicate keyboard and mouse in system settings? Games running very poorly after first session (semi-solved, still need help though!) Amdgpu random hangs (does cachy perhaps plan to carry patches for this)? A little something. The adj script that replaces GNU fmt for non-ASCII text Mouse scroll wheel issues - ratchet Can't start steam after updates of today (17 April) Balena etcher or ventoy QEMU Bridge setup - Maybe already known but I found it pretty difficult to do and needed much reading Multi-boot install: what do I do about my /boot and /boot/efi partition? Do you collect all the solutions and post them on Wiki or Forum? System update - lts headers invalid or corrupted Sick to death of updates killing my games! I messed up my stuff again and cant download any thing now. error below Got Logitech MX4 with Haptic working in CachyOS Need help with the performance button on my Acer Nitro V16 AI Bailing out, you are at your own Troubles in the Starfield What is so special about the new Linux Kernel 7? "Issue: Display brightness is locked at a low level after waking from sleep on CachyOS (latest update) Balena etcher or ventoy Help with kernel update, emergency mode Issue happening only on wayland Display not recognised - low resolution
Issues with Peripherals Connected to TB4 Dock
@Steeledpick · 2026-04-22 · via CachyOS Forum - Latest posts

1

Hi,

I have a Anker 778 TB4 dock attached to my Asus ROG Flow Z13 (2025) and I’m running CachyOS on it.

I keep getting these issues:

  1. The external monitor will randomly stop working/hang and I have to unplug the monitor and plug it back in. I’ve also tried connecting the monitor directly to the laptop on its HDMI port but the same issue happens.
  2. I have a Nuphy Kick 75 keyboard attached to the dock as well. The keyboard will also randomly stop working. I had to connect it wirelessly with the included 2.4Ghz receiver. Then I connected it to one of the USB C ports in wired mode and it worked. I later connected it through the USB A port and it connected back again.

I do love how fast CachyOS is but the problems with the peripherals is making me question whether I should switch to another distro.

There really is no reason for me to use Windows and I would hate to have to go back to it because of these issues. Any help will be appreciated.

Check Thunderbolt status

Install bolt if not present: sudo pacman -S bolt

Run boltctl list and boltctl enroll for the dock if it’s in “user” security mode.

Check: cat /sys/bus/thunderbolt/devices/domain0/security (should ideally be “user” or “secure”)

PCI rescan for USB/peripheral detection (often fixes USB devices on docks while displays work)

echo 1 | sudo tee /sys/bus/pci/rescan

Check for dock/laptop firmware updates via fwupd (sudo fwupdmgr update — connect dock first if possible)

Logs to collect (very helpful for diagnosis):

  • journalctl -b -p err (after an incident)

  • dmesg | grep -i thunderbolt or dmesg | grep -i usb

  • lspci -k | grep -i thunderbolt

  • lsusb -t (to see if peripherals appear on the bus)

Since direct HDMI also flakes, test with xrandr or KDE/GNOME display settings. Could be related to the iGPU driver (Intel on ROG Flow Z13)

Workarounds:

  • Boot without the dock connected, then plug it in.

  • For USB flakiness: Some docks need a power cycle or specific udev rules (see Arch Wiki Thunderbolt page).

    Thunderbolt - ArchWiki

  • BIOS: Ensure Thunderbolt is enabled and security isn’t overly restrictive (look for “Thunderbolt Security” or “PCIe passthrough”).