Package Details: rtl8821ce-dkms-git 1.0.5.r36.gca4abd8-1

Git Clone URL: https://aur.archlinux.org/rtl8821ce-dkms-git.git (read-only, click to copy)
Package Base: rtl8821ce-dkms-git
Description: rtl8821CE driver with firmware
Upstream URL: https://github.com/tomaspinho/rtl8821ce
Keywords: dkms git rtl8821ce
Licenses: GPL2
Conflicts: rtl8821ce
Submitter: tomaspinho
Maintainer: tomaspinho
Last Packager: tomaspinho
Votes: 36
Popularity: 0.006753
First Submitted: 2018-03-04 12:12 (UTC)
Last Updated: 2023-01-01 17:56 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 14 15 16 17 18 19 20 Next › Last »

tomaspinho commented on 2019-03-07 17:10 (UTC)

A fix for Linux 5.0 has been merged upstream and I've bumped the version.

b1tninja commented on 2019-03-07 11:59 (UTC)

inline patch... no version check, so not the best... but if you're on the new 5x kernel and need this https://gist.github.com/b1tninja/18b65b21eb849af32e3a4a20ba4be545

dxxvi commented on 2019-03-06 02:18 (UTC)

I didn't have any issue while running yay -Syu and upgrading to the 5.0 kernel. But after that, the RTL8821CE 802.11ac PCIe Wireless Network Adapter is not seen with ip addr but is still listed with lspci. What should I do now?

ebrilow commented on 2019-03-06 02:05 (UTC) (edited on 2019-03-06 02:14 (UTC) by ebrilow)

Fix for trouble with update to 5.0 kernel

In (629:24) ./rtl8821ce/os_dep/linux/rtw_android.c remove first parameter

if (!access_ok(VERIFY_READ, priv_cmd.buf, priv_cmd.total_len))

to

if (!access_ok(priv_cmd.buf, priv_cmd.total_len))

FreddieChopin commented on 2019-03-02 12:42 (UTC)

Somehow the DKMS fails to build because of:

/var/lib/dkms/rtl8821ce/1.0.1.r28.g960279a/build/core/rtw_debug.c: In function ‘dump_drv_version’:
/var/lib/dkms/rtl8821ce/1.0.1.r28.g960279a/build/core/rtw_debug.c:50:62: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
  RTW_PRINT_SEL(sel, "build time: %s %s\n", __DATE__, __TIME__);
                                                              ^
/var/lib/dkms/rtl8821ce/1.0.1.r28.g960279a/build/core/rtw_debug.c:50:62: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
/var/lib/dkms/rtl8821ce/1.0.1.r28.g960279a/build/core/rtw_debug.c:50:62: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
/var/lib/dkms/rtl8821ce/1.0.1.r28.g960279a/build/core/rtw_debug.c:50:62: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]

But magically installing bc package solves this problem... Weird...

tomaspinho commented on 2019-01-28 23:02 (UTC)

@Knecker really glad to hear that! Thanks for the kind words :)

Knecker commented on 2019-01-28 21:09 (UTC)

I just came by to thank you very very much for this driver package! Without, I could not have made the switch from Windows to Linux and now I am running with Manjaro / Arch and left the evil times behind :) So again, thank you very much for your efforts!

swillber commented on 2019-01-25 17:48 (UTC)

That fixed it, many thanks :-)

And again thanks for maintaining this.

tomaspinho commented on 2019-01-25 17:08 (UTC)

@swillber this had already been fixed upstream (master branch), but I forgot to bump the version in AUR. Sorry! Could you try again?

swillber commented on 2019-01-25 16:48 (UTC)

Getting a build error since the release of kernel 4.20 before that it was fine. Many thanks for providing this. Don't know if it's directly due kernel changes or something else that's changed because of the new kernel release. Is this the right place to report this or if I should feedback via github?

Here's an extract from /var/lib/dkms/rtl8821ce/1.0.1.r18.g8c9149a/build/make.log that has the only error message I can see...

CC [M] /var/lib/dkms/rtl8821ce/1.0.1.r18.g8c9149a/build/os_dep/linux/rtw_android.o In file included from /var/lib/dkms/rtl8821ce/1.0.1.r18.g8c9149a/build/include/drv_types.h:35, from /var/lib/dkms/rtl8821ce/1.0.1.r18.g8c9149a/build/os_dep/linux/wifi_regd.c:7: /var/lib/dkms/rtl8821ce/1.0.1.r18.g8c9149a/build/include/wifi.h:1019: warning: "IEEE80211_MAX_AMPDU_BUF" redefined #define IEEE80211_MAX_AMPDU_BUF 0x40

In file included from /var/lib/dkms/rtl8821ce/1.0.1.r18.g8c9149a/build/include/osdep_service_linux.h:86, from /var/lib/dkms/rtl8821ce/1.0.1.r18.g8c9149a/build/include/osdep_service.h:48, from /var/lib/dkms/rtl8821ce/1.0.1.r18.g8c9149a/build/include/drv_types.h:32, from /var/lib/dkms/rtl8821ce/1.0.1.r18.g8c9149a/build/os_dep/linux/wifi_regd.c:7: ./include/linux/ieee80211.h:1442: note: this is the location of the previous definition #define IEEE80211_MAX_AMPDU_BUF 0x100

In file included from /var/lib/dkms/rtl8821ce/1.0.1.r18.g8c9149a/build/include/drv_types.h:35, from /var/lib/dkms/rtl8821ce/1.0.1.r18.g8c9149a/build/os_dep/linux/rtw_cfgvendor.c:21: /var/lib/dkms/rtl8821ce/1.0.1.r18.g8c9149a/build/include/wifi.h:1019: warning: "IEEE80211_MAX_AMPDU_BUF" redefined #define IEEE80211_MAX_AMPDU_BUF 0x40

In file included from /var/lib/dkms/rtl8821ce/1.0.1.r18.g8c9149a/build/include/osdep_service_linux.h:86, from /var/lib/dkms/rtl8821ce/1.0.1.r18.g8c9149a/build/include/osdep_service.h:48, from /var/lib/dkms/rtl8821ce/1.0.1.r18.g8c9149a/build/include/drv_types.h:32, from /var/lib/dkms/rtl8821ce/1.0.1.r18.g8c9149a/build/os_dep/linux/rtw_cfgvendor.c:21: ./include/linux/ieee80211.h:1442: note: this is the location of the previous definition #define IEEE80211_MAX_AMPDU_BUF 0x100

/var/lib/dkms/rtl8821ce/1.0.1.r18.g8c9149a/build/os_dep/linux/ioctl_cfg80211.c: In function ‘rtw_get_systime_us’: /var/lib/dkms/rtl8821ce/1.0.1.r18.g8c9149a/build/os_dep/linux/ioctl_cfg80211.c:339:2: error: implicit declaration of function ‘get_monotonic_boottime’; did you mean ‘getboottime’? [-Werror=implicit-function-declaration] get_monotonic_boottime(&ts); ^~~~~~~~~~~~~~~~~~~~~~ getboottime

Many thanks.