Search Criteria
Package Details: rtl88x2ce-dkms 5.7.3_35403-4
Git Clone URL: | https://aur.archlinux.org/rtl88x2ce-dkms.git (read-only, click to copy) |
---|---|
Package Base: | rtl88x2ce-dkms |
Description: | Realtek RTL88x2CE Driver (DKMS) |
Upstream URL: | https://github.com/XAIOThaifeng/realtek-linux/blob/master/RTL8822CE |
Keywords: | 8822ce 88x2ce magicbook realtek |
Licenses: | |
Provides: | |
Submitter: | bruceutut |
Maintainer: | bruceutut |
Last Packager: | coolreader18 |
Votes: | 4 |
Popularity: | 0.098666 |
First Submitted: | 2019-12-05 01:18 |
Last Updated: | 2020-10-12 22:20 |
Dependencies (4)
- bc (bc-gh)
- dkms
- linux-headers (linux-surfacepro3-git-headers, linux-aarch64-rock64-bin-headers, linux-ec2-headers, linux-galliumos-headers, linux-zest-git-headers, linux-lts49-kallsyms-headers, linux-bootsplash-headers, linux-fbcondecor-headers, linux-ck-fbcondecor-headers, linux-odroid-headers, linux-phicomm-n1-headers) (optional)
- linux-zen-headers (optional)
Latest Comments
1 2 Next › Last »
coolreader18 commented on 2021-02-21 01:55
@groctel I've been looking into it, I don't think there's an easy fix for those and I'm not familiar with the kernel APIs, so I'm going to orphan this.
groctel commented on 2021-02-18 11:19
The build is failing with the following make errors:
KimJungWha commented on 2020-08-10 13:53
大佬,我的笔记本是 magicbook14 2020版,内核版本 5.7.12-arch1-1,安装以后多了一个网卡 wlan0,ifconfig 查看与原来网卡mac地址也不相同。笔记本盒盖再打开还是找不到网卡
coolreader18 commented on 2020-04-08 18:07
@brucetut whoops, sorry, vim had wrapped the line around so I didn't see that it was a make call. It's fixed properly now.
bruceutut commented on 2020-04-08 06:45
It seems a misunderstanding. Actually i mean change dkms.conf line
MAKE="'make' -j${PROCS_NUM} KVER=${kernelver} KSRC=/lib/modules/${kernelver}/build USER_EXTRA_CFLAGS+=-DCONFIG_CONCURRENT_MODE"
to
MAKE="'make' -j${PROCS_NUM} KVER=${kernelver} KSRC=/lib/modules/${kernelver}/build USER_EXTRA_CFLAGS+=-DCONFIG_CONCURRENT_MODE USER_EXTRA_CFLAGS+=-Wno-error=incompatible-pointer-types"
Not simply appending to file.
coolreader18 commented on 2020-04-08 03:39
@bruceutut np, thanks for the fix!
bruceutut commented on 2020-04-08 02:30
To fix this package on kernel 5.6, add
USER_EXTRA_CFLAGS+=-Werror=incompatible-pointer-types
to dkms.confbruceutut commented on 2020-03-31 01:02
Thanks for fixing this package :)
coolreader18 commented on 2020-03-30 18:29
~~ I think the upstream repository has moved, it seems to now be at https://github.com/XAIOThaifeng/realtek-linux/ ~~ nevermind, fixed
bruceutut commented on 2020-01-21 00:52
@G00D 感谢.. Makefile 依赖 bc 包,已经添加到依赖列表