New issue by TrueTechie on void-packages repository https://github.com/void-linux/void-packages/issues/34190 Description: ### System * xuname: `Void 5.13.19_1 x86_64 GenuineIntel uptodate rFFFFF` * package: *affected package(s) including the version*: `rtl8822bu-dkms-20201222_1` ### Expected behavior The module compiles and properly enables Wifi with the adapter. ### Actual behavior The compilation of the module fails due to not having `bc` installed and gets farther into the process after installing the package before failing once more. There are other repositories on Github that seem to have a working driver with recent kernels. The following have worked for me: * https://github.com/RinCat/RTL88x2BU-Linux-Driver (packaged in the AUR) * https://github.com/morrownr/88x2bu.git Error in module build process with `bc` installed: ``` CC [M] /var/lib/dkms/88x2bu/20201222/build/os_dep/linux/recv_linux.o /var/lib/dkms/88x2bu/20201222/build/os_dep/linux/recv_linux.c: In function 'napi_recv': /var/lib/dkms/88x2bu/20201222/build/os_dep/linux/recv_linux.c:357:55: error: 'GRO_DROP' undeclared (first use in this function) 357 | if (rtw_napi_gro_receive(&padapter->napi, pskb) != GRO_DROP) | ^~~~~~~~ /var/lib/dkms/88x2bu/20201222/build/os_dep/linux/recv_linux.c:357:55: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [scripts/Makefile.build:273: /var/lib/dkms/88x2bu/20201222/build/os_dep/linux/recv_linux.o] Error 1 make[1]: *** [Makefile:1867: /var/lib/dkms/88x2bu/20201222/build] Error 2 make[1]: Leaving directory '/usr/src/kernel-headers-5.13.19_1' make: *** [Makefile:2013: modules] Error 2 ``` ### Steps to reproduce the behavior 1) Install `bc` 2) Install `rtl8822bu-dkms`