Sebastiaan Dammann

Results 175 comments of Sebastiaan Dammann

The solution [from the LibreElec forum appears to works](https://forum.libreelec.tv/thread/26761-invalid-wifi-key/?postID=177925#post177925): > To create the modprobe configuration file: > > ``` > echo 'option iwlwifi amsdu_size=3' > /storage/.config/modprobe.d/iwlwifi.conf > ``` > >...

I'm not sure - but I'm pretty sure it works. When I ran into the issue after upgrading to LE11, I rebooted, wiped the wifi settings, etc without result. Eventually...

> If you reopen this issue, I'm willing to provide any debug logs you need to troubleshoot this; just guide me through what I should do. Same here. I need...

I tried to figure out troubleshooting steps and perhaps I'm adding more noise to to this issue than actual value, so take the below with a huge grain of salt....

Unfortunately still the same issues, same symptoms (invalid key, input/output error). Tested with: ![image](https://user-images.githubusercontent.com/1426097/228595179-60ea71df-91d1-4b05-b5dc-633b57fbe44b.png) And Raspberry Pi 4. --- For those who want to try, add "https://test.libreelec.tv/" as alternative update...

Skynet is WPA2/WPA3 (whatever that means on Unifi). The password is in range [A-z][0-9] only. I'll try setting up a separate network with WPA2 only and check what that does....

> Skynet is WPA2/WPA3 (whatever that means on Unifi). The password is in range [A-z][0-9] only. I'll try setting up a separate network with WPA2 only and check what that...

Serilog.Extensions.Logging (which implements ILoggingFactory) indeed does provide SpanId and TraceId on `LogEvent`, however, nothing like ParentSpanId and SpanStart or similar is being enriched or added. Therefore, this library still has...

Also crashes on this code (activating JIT x86): ```C# using System; using Something = System.Collections.Generic.List; public class C { public static void Main() { Console.WriteLine( DateTime.Now.ToContent().AddRandom().RemoveFirst().AddRandom().RemoveFirst().ToString() ); } } public...

I think if figured out what might be going wrong. tslint is also invoked on my webpack javascript configuration files. The false positives only happen there. Checking the regular files...