Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] rtl8822bu-dkms: Module Fails to Build on Recent Kernels and Lacks Proper Dependencies
@ 2021-11-21 23:46 TrueTechie
  2022-06-15  2:17 ` github-actions
  2022-06-30  2:14 ` [ISSUE] [CLOSED] " github-actions
  0 siblings, 2 replies; 3+ messages in thread
From: TrueTechie @ 2021-11-21 23:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2036 bytes --]

New issue by TrueTechie on void-packages repository

https://github.com/void-linux/void-packages/issues/34190

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### 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`


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: rtl8822bu-dkms: Module Fails to Build on Recent Kernels and Lacks Proper Dependencies
  2021-11-21 23:46 [ISSUE] rtl8822bu-dkms: Module Fails to Build on Recent Kernels and Lacks Proper Dependencies TrueTechie
@ 2022-06-15  2:17 ` github-actions
  2022-06-30  2:14 ` [ISSUE] [CLOSED] " github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2022-06-15  2:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/34190#issuecomment-1155901958

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ISSUE] [CLOSED] rtl8822bu-dkms: Module Fails to Build on Recent Kernels and Lacks Proper Dependencies
  2021-11-21 23:46 [ISSUE] rtl8822bu-dkms: Module Fails to Build on Recent Kernels and Lacks Proper Dependencies TrueTechie
  2022-06-15  2:17 ` github-actions
@ 2022-06-30  2:14 ` github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2022-06-30  2:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2039 bytes --]

Closed issue by TrueTechie on void-packages repository

https://github.com/void-linux/void-packages/issues/34190

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### 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`


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-30  2:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-21 23:46 [ISSUE] rtl8822bu-dkms: Module Fails to Build on Recent Kernels and Lacks Proper Dependencies TrueTechie
2022-06-15  2:17 ` github-actions
2022-06-30  2:14 ` [ISSUE] [CLOSED] " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).