Results 293 comments of Rin Cat (鈴猫)

I think it depends on how user configured the toolchains. In my LLVM/clang toolchains it is supposed to be `LDFLAGS=... -unwindlib=libunwind ...` for all files. So there is no `-lunwind`....

For what I know, multiple different unwind libraries are [interchangeable](https://clang.llvm.org/docs/Toolchain.html#unwind-library). Like in the clang [docs](https://clang.llvm.org/docs/ClangCommandLineReference.html) > -unwindlib=, --unwindlib= > Unwind library to use. must be ‘libgcc’, ‘unwindlib’ or ‘platform’. So...

I do remember see some programs use something like `--enable-libunwind`. So I will try add something in autoconf.

Hi, someone has found a possible cause of the problem, if you are still using this, please update the driver to see if it is fixed. https://github.com/RinCat/RTL88x2BU-Linux-Driver/issues/198

> Hi ! I have the same problem (unable to connect to wifi after rebooting). I tried your workaround but I am encountering an error when using sudo modprobe :...

Then check your `dmesg` output, could be secure boot

It will have some private information, better remove them before post.

You will see something like `modprobe: ERROR: could not insert '88x2bu': Key was rejected by service` if secure boot block you to load it.

Then please try reinstall it again. And make sure you current running kernel is the kernel you installed.

Then please install this driver again, do you get any error?