Results 293 comments of Rin Cat (鈴猫)

Try add `CC = clang` at the top of `Makefile`

Edit `dkms.conf` and change `MAKE="'make' -j$(nproc) KVER=${kernelver} KSRC=/lib/modules/${kernelver}/build"` to `MAKE="'make' -j$(nproc) CC=clang KVER=${kernelver} KSRC=/lib/modules/${kernelver}/build"`

270mbps sounds like 2.4G. Can you try split your SSID by 2.4 / 5 GHz?

5.4 should have WiFi 6 (802.11ax) support. Notice this driver / hardware only support WiFi 5 (802.11ac). But if AX 200 also at 270 mbps, maybe there are some configuration...

Hi, try run `sudo modprobe 88x2bu` then `sudo dmesg`, and see what happened.

> > Update for Docker users: Since we updated the base image to Node.js 18 previously, the DNS resolver is a bit different for IPv6. Read more: [#4027 (comment)](https://github.com/louislam/uptime-kuma/issues/4027#issuecomment-1817783803) >...

> Yeah, realized that and deleted the comment before your comment. > > But I cannot reproduce. > > http://[fd7a:115c:a1e0:ab12:4843:cd96:627a:e78]:5001 ![image](https://user-images.githubusercontent.com/1336778/284800215-e9d1588f-7a3e-4941-a464-0a2b214af400.png) > > I also remember someone had reported similar...

I found it still broken after I downgrade to 1.23.3. Let me check if any system packages update break this.

Mainline is someone rewrite based on Realtek open sourced drivers that try to support all RTL88 WiFi devices. This one is I modified based on Realtek RTL88x2BU open sourced driver,...