geeksville
UBUniversal Blue
•Created by pengu1nton on 5/10/2025 in #🛟bazzite-help
Trouble installing NextDNS to Bazzite
if tailscale doesn't help you in other ways I wouldn't bother ;-).
53 replies
UBUniversal Blue
•Created by pengu1nton on 5/10/2025 in #🛟bazzite-help
Trouble installing NextDNS to Bazzite
This is a little bit of an alternate way of solving the problem: If you are using tailscale (supported by bazzite by default). You can just setup nextdns inside of tailscale instead (which has all sorts of other benefits if you are doing other things with ts). Then you don't need to change anything on your pc at all (just in the tailscale console). https://tailscale.com/kb/1218/nextdns
53 replies
UBUniversal Blue
•Created by geeksville on 3/11/2025 in #🛟bazzite-help
Misc Z13/395+ CPU problems.
ok now trying a (probably really bad for sleep power consumption) test of just not letting the usb host controller enter d3cold state while linux is asleep. So then (since still in d0 state at wake, the usb init code should skip trying to stop its endpoint)
221 replies
UBUniversal Blue
•Created by geeksville on 3/11/2025 in #🛟bazzite-help
Misc Z13/395+ CPU problems.
alas - that wasn't the problem. after 45 sleep cycles it finally failed with the usual xHCI host not responding...
221 replies
UBUniversal Blue
•Created by geeksville on 3/11/2025 in #🛟bazzite-help
Misc Z13/395+ CPU problems.
also: without this quirk something was clearly stalling on the way into sleep also. Because sleep entry is now much faster.
221 replies
UBUniversal Blue
•Created by geeksville on 3/11/2025 in #🛟bazzite-help
Misc Z13/395+ CPU problems.
thx
221 replies
UBUniversal Blue
•Created by geeksville on 3/11/2025 in #🛟bazzite-help
Misc Z13/395+ CPU problems.
ooh - i'll google
221 replies
UBUniversal Blue
•Created by geeksville on 3/11/2025 in #🛟bazzite-help
Misc Z13/395+ CPU problems.
hi @antheas - I spent a bit of time browsing through the xhci code in particular the areas related to 'host controller didnt talk to us after waking from sleep'. Then I saw an existing quirk (XHCI_SUSPEND_RESUME_CLKS) that seems relevant.
So I turned on XHCI_SUSPEND_RESUME_CLKS via the kernel command line and after >20 manual sleep/wake cycles I still haven't seen a failure. Caveats: * I still need to leave a good stress test running overnight. Do you know if there is any standard tooling in desktop linux land for "do 100 sleep wake cycles"? otherwise I'll have to figure out how to write a suitable script. * I haven't yet checked the power-consumtpion implications of calling clk_disable_unprepare() on the way into sleep. I'll update once I know more, but if it works the temporary fix might be just to add a karg for flow. If you want to play with this the karge is xhci_hcd.quirks=0x080200000010 (the other flags were all set by default if booted with kargs=0.
So I turned on XHCI_SUSPEND_RESUME_CLKS via the kernel command line and after >20 manual sleep/wake cycles I still haven't seen a failure. Caveats: * I still need to leave a good stress test running overnight. Do you know if there is any standard tooling in desktop linux land for "do 100 sleep wake cycles"? otherwise I'll have to figure out how to write a suitable script. * I haven't yet checked the power-consumtpion implications of calling clk_disable_unprepare() on the way into sleep. I'll update once I know more, but if it works the temporary fix might be just to add a karg for flow. If you want to play with this the karge is xhci_hcd.quirks=0x080200000010 (the other flags were all set by default if booted with kargs=0.
221 replies
UBUniversal Blue
•Created by geeksville on 3/11/2025 in #🛟bazzite-help
Misc Z13/395+ CPU problems.
i'm currently using aurora-dx (and longer term i'll probably stay with that) - kernel 6.14.3. if you want I can try a quick reboot into bazzite-testing to see if I see the same thing. does your cpu lockup on wake from sleep?
221 replies
UBUniversal Blue
•Created by geeksville on 3/11/2025 in #🛟bazzite-help
Misc Z13/395+ CPU problems.
oh!
221 replies
UBUniversal Blue
•Created by geeksville on 3/11/2025 in #🛟bazzite-help
Misc Z13/395+ CPU problems.
interesting! I only have that xhci blows chunks and stops talking (and I have to reboot because then all usb devices are inaccessible) problem - but it is rare for me
221 replies
UBUniversal Blue
•Created by geeksville on 3/11/2025 in #🛟bazzite-help
Misc Z13/395+ CPU problems.
But yes on 6.14.3
221 replies
UBUniversal Blue
•Created by geeksville on 3/11/2025 in #🛟bazzite-help
Misc Z13/395+ CPU problems.
Though haven't tried 6.14.4 yet for that
221 replies
UBUniversal Blue
•Created by geeksville on 3/11/2025 in #🛟bazzite-help
Misc Z13/395+ CPU problems.
Only the rare usb host controller going away bug I alluded to previously. 1 in 20 wakes?
221 replies
UBUniversal Blue
•Created by geeksville on 3/11/2025 in #🛟bazzite-help
Misc Z13/395+ CPU problems.
hi hi - i'm not quite sure what you mean by docked? i do use a usb4 hub with some misc hw widgets (ttgo lora boards) and a display-port over usb external monitor. does that help?
221 replies
UBUniversal Blue
•Created by geeksville on 3/11/2025 in #🛟bazzite-help
Misc Z13/395+ CPU problems.
alas - someday they will fix it 😉
221 replies
UBUniversal Blue
•Created by geeksville on 3/11/2025 in #🛟bazzite-help
Misc Z13/395+ CPU problems.
fwiw - I just tried 6.14.4 and alas the 0x410 is still needed for dcdebugmask otherwise many draw artifacts on the Flow 2025
221 replies
UBUniversal Blue
•Created by geeksville on 3/11/2025 in #🛟bazzite-help
Misc Z13/395+ CPU problems.
btw 6.14.4 might remove the need for the 0x410 debug flags that I needed:
commit 56daad28d6c6e1157ad9021d3dab50e733f22f58
Author: Tom Chung <[email protected]>
Date: Wed Mar 19 16:31:31 2025 +0800
drm/amd/display: Do not enable Replay and PSR while VRR is on in amdgpu_dm_commit_planes()
commit 69a46ce1f15b4391c128d581f6936750f9bfa052 upstream.
[Why] Replay and PSR will cause some video corruption while VRR is enabled.
commit 69a46ce1f15b4391c128d581f6936750f9bfa052 upstream.
[Why] Replay and PSR will cause some video corruption while VRR is enabled.
221 replies
UBUniversal Blue
•Created by geeksville on 3/11/2025 in #🛟bazzite-help
Misc Z13/395+ CPU problems.
😉
221 replies
UBUniversal Blue
•Created by geeksville on 3/11/2025 in #🛟bazzite-help
Misc Z13/395+ CPU problems.
yep - the fix is in there! though strangely I still see this exact failure (that this fix was supposedly to address) occur (rarely)
221 replies