ntzb
ntzb
I don't know anything about `strace` unfortunately. perhaps one of the suggested tools here https://stackoverflow.com/questions/3847745/systrace-for-windows could be helpful. I have 2 Windows PCs, 10 x64 and 11 x64, and both...
your binary works! client AND server (linux windows, simple testing). now I really wonder what goes wrong in my cross compilation efforts. you can take it down as far as...
I'm on macOS 13, something in the Apple+rust, aarch64 -> x86, is probably not mature enough. the regular build (installing linkers and setting up targets) produces an unusable binary (as...
I also considered Ashai linux on my m1, but it's got a way to go.. no external monitors is a huge problem for me. if you haven't already, I suggest...
my code is backend JS, so no much compilation going on here :) I agree that M1/2/3 are the best ARM the world has to offer right now. if that's...
@ValdikSS did you find any solution/workaround? I wonder why rtw88 doesn't have this problem. found this: https://forums.developer.nvidia.com/t/fail-to-unload-the-nic-driver-for-realtek/255580/2 but probably unrelated
> Because this is a driver bug, not a hardware issue. rtw88 doesn't have this bug. It's better from many ways, I don't see any point in using this Realtek...
I've come across a rtw8832cu device, that I could've used in my openwrt x86 machine. I tried to use the current linux drivers for it, but it suffers from the...
I can confirm this helps with the hang. I'm already testing this code change for a few days https://github.com/ntzb/rtw8852cu/commit/891e3db8f525a6fb2d65e3ad928fd4a046e8d40a it seems fine, but at least on a 8832cu device, it...
the changes I found to help with the lock of rtnl, i.e. changing from `*register_netdevice` to `cfg80211_*register_netdevice`, are only a workaround, really (at least that's what I understood reading the...