@yoseforb you are try to use new gcc to compile old gcc compiled kernel. Which is never supported. The only thing you can do in Arch is to update your kernel. The kernel was built by: gcc (GCC) 11.1.0 You are using: gcc (GCC) 12.2.0
Search Criteria
Package Details: rtl88x2bu-dkms-git 5.13.1.r201.2092b8d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rtl88x2bu-dkms-git.git (read-only, click to copy) |
---|---|
Package Base: | rtl88x2bu-dkms-git |
Description: | Kernel module for Realtek rtl88x2bu WiFi chipset |
Upstream URL: | https://github.com/RinCat/RTL88x2BU-Linux-Driver |
Keywords: | RTL8812BU RTL8822BU |
Licenses: | GPL2 |
Submitter: | RinCat |
Maintainer: | RinCat |
Last Packager: | RinCat |
Votes: | 57 |
Popularity: | 0.90 |
First Submitted: | 2018-11-23 23:14 (UTC) |
Last Updated: | 2024-12-03 04:43 (UTC) |
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 19 Next › Last »
RinCat commented on 2022-10-16 12:16 (UTC)
RinCat commented on 2022-10-16 12:09 (UTC)
@Sp1k3 have you tried reinstall this package?
yoseforb commented on 2022-10-16 08:45 (UTC)
I got this error: https://pastebin.com/KCgXDDYJ
Sp1k3 commented on 2022-10-14 20:02 (UTC)
The DKMS module fails to build on the stock linux 6.0 kernal image in the main Arch repos even though it works fine on 5.19.11
piesel commented on 2022-10-14 07:15 (UTC)
@RinCat thanks, it helped!
RinCat commented on 2022-10-14 07:07 (UTC)
@piesel Hi, since this is a git version package, reinstall will update it to the latest version.
piesel commented on 2022-10-14 07:01 (UTC)
Hello! When is kernel-6.0 support expected to be in AUR version?
rnpereira commented on 2022-08-23 23:58 (UTC)
@RinCat Thankyou!! I've upgraded to kernel 5.19 and now it is working properly!
RinCat commented on 2022-08-23 01:53 (UTC) (edited on 2022-08-23 01:54 (UTC) by RinCat)
@rnpereira You are trying to compile a kernel module using newer gcc on an old kernel that was compiled using older gcc, which is not supported. Consider upgrading your kernel, it had EOL almost a year.
Pinned Comments
RinCat commented on 2020-09-20 23:29 (UTC)
If you encountered any problems, set debug log use
echo 5 > /proc/net/rtl88x2bu/log_level
ormodprobe 88x2bu rtw_drv_log_level=5
, and post your dmesg and network managers logs to https://pastebin.com/ .