Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Some dkms modules don't get updated. A little help needed.
@ 2020-05-26  9:59 AngryPhantom
  2020-05-27  3:26 ` ericonr
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: AngryPhantom @ 2020-05-26  9:59 UTC (permalink / raw)
  To: ml

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

New issue by AngryPhantom on void-packages repository

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

Description:
# System
Void Linux x86_64, updated, up and running

* xuname: Void 5.4.4**1**_1 x86_64 AuthenticAMD uptodate rrFFF
and
* xuname: Void 5.4.4**2**_1 x86_64 AuthenticAMD uptodate rrFFF

* packages: Recent kernels?

### Steps to reproduce the behavior
I've got two USB WiFi adapters (TL-WN722N and D-Link DWA-131) and I use the github drivers for them since the stock ones are unstable and sometime do not work at all almost in all distros. The [first one](https://github.com/aircrack-ng/rtl8188eus) for TL-WN722N is being compiled with a **dkms-install.sh** script and the module is placed in /lib/modules/5.4.4x_y/updates/.
While the [second one](https://github.com/Mange/rtl8192eu-linux-driver) is installed with a **dkms add .** method and the module is placed in /lib/modules/5.4.42_1/kernel/drivers/net/wireless/realtek/ (as it is defined in the dkms.conf of the driver install config).

The problem is that upon kernel update the driver for TL-WN722N (placed in /lib/modules/5.4.4x_y/updates/) **is updated** by the dkms, while the second one for D-Link DWA-131 (placed in /lib/modules/5.4.42_1/kernel/drivers/net/wireless/realtek/) **is not**.

The thing is that in Debian **both** drivers are placed in /lib/modules/4.19.0-9-amd64/updates/dkms and are updated without issues upon every kernel update.

### Expected behavior
Should be updated (?)

Please, help me figure this out. What should be done? Do I have to contact the author of the second driver to make some changes or is there some another way out since in Debian it works OK?

Thank you in advance.

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

* Re: Some dkms modules don't get updated. A little help needed.
  2020-05-26  9:59 [ISSUE] Some dkms modules don't get updated. A little help needed AngryPhantom
@ 2020-05-27  3:26 ` ericonr
  2020-05-27  3:32 ` ericonr
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-05-27  3:26 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/22307#issuecomment-634405446

Comment:
Could you take a look at how the `zfs` and `nvidia` packages configure DKMS? I believe they add themselves and their `dkms.conf` to `/usr/src/<package-name>`. You can check which files are inside a package with `xbps-query -Rf zfs`.

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

* Re: Some dkms modules don't get updated. A little help needed.
  2020-05-26  9:59 [ISSUE] Some dkms modules don't get updated. A little help needed AngryPhantom
  2020-05-27  3:26 ` ericonr
@ 2020-05-27  3:32 ` ericonr
  2020-05-27  7:46 ` AngryPhantom
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-05-27  3:32 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/22307#issuecomment-634405446

Comment:
Could you take a look at how the `zfs` and `nvidia` packages configure DKMS? I believe they add themselves and their `dkms.conf` to `/usr/src/<package-name>`. You can check which files are inside a package with `xbps-query -Rf zfs`.

Then you can check how similar or different your setup is to those, and go from there :D I don't know much about DKMS, except that it's working for me.

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

* Re: Some dkms modules don't get updated. A little help needed.
  2020-05-26  9:59 [ISSUE] Some dkms modules don't get updated. A little help needed AngryPhantom
  2020-05-27  3:26 ` ericonr
  2020-05-27  3:32 ` ericonr
@ 2020-05-27  7:46 ` AngryPhantom
  2020-05-27  7:47 ` AngryPhantom
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: AngryPhantom @ 2020-05-27  7:46 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22307#issuecomment-634489707

Comment:
@ericonr 
**nvidia** is placed in /lib/modules/5.4.42_1/kernel/drivers/video and is updated upon kernel updates as well. Dunno about **zfs**, I don't use it, but I guess it is also updated without problems since it comes from Void repos and is properly packaged.
What I'm dealing with here is an issue with [D-Link DWA-131](https://github.com/Mange/rtl8192eu-linux-driver) WiFi USB driver. I just don't know how to force **dkms** make updates every time.

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

* Re: Some dkms modules don't get updated. A little help needed.
  2020-05-26  9:59 [ISSUE] Some dkms modules don't get updated. A little help needed AngryPhantom
                   ` (2 preceding siblings ...)
  2020-05-27  7:46 ` AngryPhantom
@ 2020-05-27  7:47 ` AngryPhantom
  2020-05-27 18:48 ` ericonr
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: AngryPhantom @ 2020-05-27  7:47 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22307#issuecomment-634489707

Comment:
@ericonr 
**nvidia** is placed in /lib/modules/5.4.42_1/kernel/drivers/video and is updated upon kernel updates as well. Dunno about **zfs**, I don't use it, but I guess it is also updated without problems since it comes from Void repos and is properly packaged.
What I'm dealing with here is an issue with [D-Link DWA-131](https://github.com/Mange/rtl8192eu-linux-driver) WiFi USB driver. I just don't know how to force **dkms** make updates every time.
P.S. Yes, The sources of the driver are being added to /usr/src/. So that's a bit strange.

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

* Re: Some dkms modules don't get updated. A little help needed.
  2020-05-26  9:59 [ISSUE] Some dkms modules don't get updated. A little help needed AngryPhantom
                   ` (3 preceding siblings ...)
  2020-05-27  7:47 ` AngryPhantom
@ 2020-05-27 18:48 ` ericonr
  2020-05-27 19:13 ` AngryPhantom
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-05-27 18:48 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/22307#issuecomment-634867819

Comment:
The source as well as the `dkms.conf` files for each? Cause for `nvidia-dkms` it looks like that's all that's needed for it to work.

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

* Re: Some dkms modules don't get updated. A little help needed.
  2020-05-26  9:59 [ISSUE] Some dkms modules don't get updated. A little help needed AngryPhantom
                   ` (4 preceding siblings ...)
  2020-05-27 18:48 ` ericonr
@ 2020-05-27 19:13 ` AngryPhantom
  2020-05-27 21:18 ` ericonr
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: AngryPhantom @ 2020-05-27 19:13 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22307#issuecomment-634881495

Comment:
@ericonr 
Yes, [here](http://0x0.st/ipFJ.png) it is.

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

* Re: Some dkms modules don't get updated. A little help needed.
  2020-05-26  9:59 [ISSUE] Some dkms modules don't get updated. A little help needed AngryPhantom
                   ` (5 preceding siblings ...)
  2020-05-27 19:13 ` AngryPhantom
@ 2020-05-27 21:18 ` ericonr
  2020-05-29 15:01 ` AngryPhantom
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-05-27 21:18 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/22307#issuecomment-634946361

Comment:
that's as far as my knowledge goes. You can try to generate a dracut image and turn on its debugging options to see if it at least knows your driver is there.

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

* Re: Some dkms modules don't get updated. A little help needed.
  2020-05-26  9:59 [ISSUE] Some dkms modules don't get updated. A little help needed AngryPhantom
                   ` (6 preceding siblings ...)
  2020-05-27 21:18 ` ericonr
@ 2020-05-29 15:01 ` AngryPhantom
  2020-05-29 15:01 ` [ISSUE] [CLOSED] " AngryPhantom
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: AngryPhantom @ 2020-05-29 15:01 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22307#issuecomment-636022458

Comment:
Oddly, new 5.4.43_1 kernel updated all my wifi modules. Probably I did something wrong before, I'm not sure. Anyway, I'm closing the issue in order to bother the dev team.
Sorry and thank you for the awesome Void Linux. Keep up the good work!

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

* Re: [ISSUE] [CLOSED] Some dkms modules don't get updated. A little help needed.
  2020-05-26  9:59 [ISSUE] Some dkms modules don't get updated. A little help needed AngryPhantom
                   ` (7 preceding siblings ...)
  2020-05-29 15:01 ` AngryPhantom
@ 2020-05-29 15:01 ` AngryPhantom
  2020-05-29 15:02 ` AngryPhantom
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: AngryPhantom @ 2020-05-29 15:01 UTC (permalink / raw)
  To: ml

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

Closed issue by AngryPhantom on void-packages repository

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

Description:
# System
Void Linux x86_64, updated, up and running

* xuname: Void 5.4.4**1**_1 x86_64 AuthenticAMD uptodate rrFFF
and
* xuname: Void 5.4.4**2**_1 x86_64 AuthenticAMD uptodate rrFFF

* packages: Recent kernels?

### Steps to reproduce the behavior
I've got two USB WiFi adapters (TL-WN722N and D-Link DWA-131) and I use the github drivers for them since the stock ones are unstable and sometime do not work at all almost in all distros. The [first one](https://github.com/aircrack-ng/rtl8188eus) for TL-WN722N is being compiled with a **dkms-install.sh** script and the module is placed in /lib/modules/5.4.4x_y/updates/.
While the [second one](https://github.com/Mange/rtl8192eu-linux-driver) is installed with a **dkms add .** method (not sure if it differs a lot) and the module is placed in /lib/modules/5.4.42_1/kernel/drivers/net/wireless/realtek/ (as it is defined in the dkms.conf of the driver install config).

The problem is that upon kernel update the driver for TL-WN722N (placed in /lib/modules/5.4.4x_y/updates/) **is updated** by the dkms, while the second one for D-Link DWA-131 (placed in /lib/modules/5.4.42_1/kernel/drivers/net/wireless/realtek/) **is not**.

The thing is that in Debian **both** drivers are placed in /lib/modules/4.19.0-9-amd64/updates/dkms/ and are updated without issues upon every kernel update.

### Expected behavior
Should be updated (?)

Please, help me figure this out. What should be done? Do I have to contact the author of the second driver to make some changes or is there some another way out since in Debian it works OK?

Thank you in advance.

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

* Re: Some dkms modules don't get updated. A little help needed.
  2020-05-26  9:59 [ISSUE] Some dkms modules don't get updated. A little help needed AngryPhantom
                   ` (8 preceding siblings ...)
  2020-05-29 15:01 ` [ISSUE] [CLOSED] " AngryPhantom
@ 2020-05-29 15:02 ` AngryPhantom
  2020-05-29 15:03 ` AngryPhantom
  2020-05-29 15:03 ` ericonr
  11 siblings, 0 replies; 13+ messages in thread
From: AngryPhantom @ 2020-05-29 15:02 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22307#issuecomment-636022458

Comment:
Oddly, but new 5.4.43_1 kernel update let dkms rebuild all my wifi modules. Probably I did something wrong before, I'm not sure. Anyway, I'm closing the issue in order to bother the dev team.
Sorry and thank you for the awesome Void Linux. Keep up the good work!

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

* Re: Some dkms modules don't get updated. A little help needed.
  2020-05-26  9:59 [ISSUE] Some dkms modules don't get updated. A little help needed AngryPhantom
                   ` (9 preceding siblings ...)
  2020-05-29 15:02 ` AngryPhantom
@ 2020-05-29 15:03 ` AngryPhantom
  2020-05-29 15:03 ` ericonr
  11 siblings, 0 replies; 13+ messages in thread
From: AngryPhantom @ 2020-05-29 15:03 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22307#issuecomment-636022458

Comment:
Oddly, but new 5.4.43_1 kernel update let dkms rebuild all my wifi modules. Probably I did something wrong before, I'm not sure. Anyway, I'm closing the issue in order to not bother the dev team.
Sorry and thank you for the awesome Void Linux. Keep up the good work!

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

* Re: Some dkms modules don't get updated. A little help needed.
  2020-05-26  9:59 [ISSUE] Some dkms modules don't get updated. A little help needed AngryPhantom
                   ` (10 preceding siblings ...)
  2020-05-29 15:03 ` AngryPhantom
@ 2020-05-29 15:03 ` ericonr
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-05-29 15:03 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/22307#issuecomment-636023147

Comment:
No problem! Glad it worked out :D

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

end of thread, other threads:[~2020-05-29 15:03 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-26  9:59 [ISSUE] Some dkms modules don't get updated. A little help needed AngryPhantom
2020-05-27  3:26 ` ericonr
2020-05-27  3:32 ` ericonr
2020-05-27  7:46 ` AngryPhantom
2020-05-27  7:47 ` AngryPhantom
2020-05-27 18:48 ` ericonr
2020-05-27 19:13 ` AngryPhantom
2020-05-27 21:18 ` ericonr
2020-05-29 15:01 ` AngryPhantom
2020-05-29 15:01 ` [ISSUE] [CLOSED] " AngryPhantom
2020-05-29 15:02 ` AngryPhantom
2020-05-29 15:03 ` AngryPhantom
2020-05-29 15:03 ` ericonr

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).