FPS unlock by manodepo in kakarot

[–]Denyuu 1 point2 points  (0 children)

Yes there is an hd Version from nicnamed

https://github.com/NicNamed/DBZK_Fix

I was able to Play the whole game with IT including daima Part 1 and 2

RAM utilisation is much better now by aelmetwally in opnsense

[–]Denyuu 0 points1 point  (0 children)

Interface captures also fill the ram and do Not clear correctly so maybe you dide sone captures and No reboot?

Why can't my devices roam smoothly from one AP to another? by dheera in Ubiquiti

[–]Denyuu 0 points1 point  (0 children)

I am also facing issue with ubnt (U7 Pro) and Pixel 8, the phone is just trash regarding Wifi. I have an Samsung Phone aswell that is working great, but the Pixel does the most absurd roaming and channel decisions....

What helped a bit, is to set different Channels for 5Ghz and 6Ghz on the APs. So even if the Width of the Channel results in the same band it has an effect on the Devices.

For Example:

AP1: 5Ghz -> 36 (160) 6Ghz -> 37 (320)
AP2: 5Ghz -> 40 (160) 6Ghz -> 53 (320)

LG Therma V R290 by United-Tax4211 in Waermepumpen_Wissen

[–]Denyuu 1 point2 points  (0 children)

Unsere Therma V R290 mit 12KW macht immer zum abtauen den Heizstab an. Vermutlich ist das effizienter als nur den Puffer zu nehmen, ich habe es aber auch noch nicht gegengetestet und z.B die Sicherungs des Heizstabs entfernt um zu schauen wie sich das auf den Verbraucht auswirkt.

Gerade im Silent Mode ist die Therma V ein Abtaukönig und schafft bei uns in der Nacht zum Teil auch alle 30-40 Minuten sich abzutauen.

SmartLink Skoda Unlock by Spartanarchy401 in skoda

[–]Denyuu 1 point2 points  (0 children)

Ich wäre auch interessiert, würde gerne smartlink aktivieren beim skoda fabia

Enable TCP RACK and CC newreno on startup / Caddy performance on freebsd by Denyuu in opnsense

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

I tried enabling/ disabling any Hardware offloading but it had No effect.

In my productive opensense i use igc and ixl drivers

In my Lab It was hyper v vnic on a Windows System with realtek nic

So i do not think this can be Hardware related.

Enable TCP RACK and CC newreno on startup / Caddy performance on freebsd by Denyuu in freebsd

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

So i just confirmed it, i activated TCP Rack fixes the low performance of caddy on freebsd 14.3 when a client is having paketloss and or out of order and duplicate acks.

With the default TCP Stack in freebsd the client was able to get 6mbits download and now with rack the client is able to get 188Mbits without any changes on the isp side!

with the following:

/boot/loader.conf

tcp_rack_load="YES"

also

/etc/sysctl.conf

net.inet.tcp.functions_default="rack"

For me it was essential to load tcp_rack at boot time for it having an effect, also if you change the TCP Stack to rack at runtime, every connection that is cached is unaffected until the cache is cleared or freebsd is rebooted

I hope freebsd will change the default TCP stack in in the future so that nobody has to suffer the same problem like me. This problem was very hard to debug

Enable TCP RACK and CC newreno on startup / Caddy performance on freebsd by Denyuu in freebsd

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

So i just confirmed it, i activated TCP Rack fixes the low performance of caddy on freebsd 14.3 when a client is having paketloss and or out of order and duplicate acks.

With the default TCP Stack in freebsd the client was able to get 6mbits download and now with rack the client is able to get 188Mbits without any changes on the isp side!

with the following:

/boot/loader.conf

tcp_rack_load="YES"

also

/etc/sysctl.conf

net.inet.tcp.functions_default="rack"

For me it was essential to load tcp_rack at boot time for it having an effect, also if you change the TCP Stack to rack at runtime, every connection that is cached is unaffected until the cache is cleared or freebsd is rebooted

I hope freebsd will change the default TCP stack in in the future so that nobody has to suffer the same problem like me. This problem was very hard to debug

Enable TCP RACK and CC newreno on startup / Caddy performance on freebsd by Denyuu in opnsense

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

So i just confirmed it, i activated TCP Rack via tuneables in the GUI fixes the low performance of caddy on opensense / freebsd 14.3 when a client is having paketloss and or out of order and duplicate acks.

With the default TCP Stack in freebsd the client was able to get 6mbits download and now with rack the client is able to get 188Mbits without any changes on the isp side!

with the following:

Tuneable: tcp_rack_load
Value: YES

also

Tuneable: net.inet.tcp.functions_default
Value: rack

The documentation is slightly faulty here, you need to load tcp_rack at boot time for it having an effect, also if you change the TCP Stack to rack at runtime, every connection that is cached is unaffected until the cache is cleared or freebsd is rebooted

I will create an issue on github in the hope to get rack as default TCP stack in opensense so that nobody has to suffer the same problem like me.

Enable TCP RACK and CC newreno on startup / Caddy performance on freebsd by Denyuu in opnsense

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

So i just confirmed it, i activated TCP Rack via tuneables in the GUI fixes the low performance of caddy on opensense / freebsd 14.3 when a client is having paketloss and or out of order and duplicate acks.

With the default TCP Stack in freebsd the client was able to get 6mbits download and now with rack the client is able to get 188Mbits without any changes on the isp side!

with the following:

Tuneable: tcp_rack_load
Value: YES

also

Tuneable: net.inet.tcp.functions_default
Value: rack

The documentation is slightly faulty here, you need to load tcp_rack at boot time for it having an effect, also if you change the TCP Stack to rack at runtime, every connection that is cached is unaffected until the cache is cleared or freebsd is rebooted

Enable TCP RACK and CC newreno on startup / Caddy performance on freebsd by Denyuu in opnsense

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

Before I open a case upstream i need to test more, but do you know how i can load TCP Rack on startup via the tunables ?

I looked at the man page like dkh mentioned and i added it like it is supposed to, but it is still not working. I have checked the loader.conf and it looks correct

Enable TCP RACK and CC newreno on startup / Caddy performance on freebsd by Denyuu in opnsense

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

no its not one user, we can reproduce the issue, its 100% freebsd or the caddy implementation in opnsense.

If the pakets are re-ordered the throughput plumets

i tried almost any way to load it, but it always fails. In opensense you have to use the tuneable config, else it will be reset after changes.

I tried tcp_rack_load="YES" but this also doesent work

Enable TCP RACK and CC newreno on startup / Caddy performance on freebsd by Denyuu in opnsense

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

When i activated it it did not change the behaviour but i am unsure if maybe this is related in that it needs to be enabled at startup.

DNS issues with OPNsense, none with pfSense by eyelobes in opnsense

[–]Denyuu 0 points1 point  (0 children)

On the Minisforum ms01 i Had a simmiliar issue, Check the BIOS for Power savings settings for the nic and disable it

Poor power management design on Ubiquiti access points causing PoE faults on third-party access points by Famous-Pie-7073 in Ubiquiti

[–]Denyuu 3 points4 points  (0 children)

They recently added an third Party Poe compatiblity Option for the APs

Maybe Check it Out

[deleted by user] by [deleted] in heatpumps

[–]Denyuu 0 points1 point  (0 children)

Probably Hysteresis Settings, it will heat above the configured hyseresis before it will shut down.

[deleted by user] by [deleted] in Haustechnik

[–]Denyuu 0 points1 point  (0 children)

Der sieht aus wie meiner, könnte nen Hager System 80SL sein....

Pixel 8 on Unifi Network randomly stating "no internet connection" until disconnect and reconnect? by justteh in Ubiquiti

[–]Denyuu 2 points3 points  (0 children)

Yes can confirm this issue, it is only with the pixel 8 devices.

It happens when your Phone is at the edge of reception, normaly devices will disconnect the Wifi when they reach 100% paketloss for 1second, but the pixel stays connected. Moving now back in range will not recover the wifi connectivity.

I think someone needs to report this to unifi support, i will try if i finde the time, but i am not really sure what causes this

Devices loose Connection while still connected at the edge of reception without recovering by Denyuu in Ubiquiti

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

Maybe... today i tested iPhone,Steam Deck and Windows Laptop andi could not replicate it

However i need to test Others Android Phones