Skip to content

Warnings since dkms-3.0.10 on Arch system #384

@jansohn

Description

@jansohn

Beginning with version 3.0.10 (and up to the current version 3.0.12) I get different warnings during kernel upgrades from dkms. Following is an example if I re-install the currently active kernel.

warning: could not get file information for usr/lib/modules/6.6.8-arch1-1/kernel/drivers/media/common/videobuf2/videobuf2-common.ko.zst
warning: could not get file information for usr/lib/modules/6.6.8-arch1-1/kernel/drivers/media/common/videobuf2/videobuf2-dma-contig.ko.zst
warning: could not get file information for usr/lib/modules/6.6.8-arch1-1/kernel/drivers/media/common/videobuf2/videobuf2-dma-sg.ko.zst
warning: could not get file information for usr/lib/modules/6.6.8-arch1-1/kernel/drivers/media/common/videobuf2/videobuf2-vmalloc.ko.zst
warning: could not get file information for usr/lib/modules/6.6.8-arch1-1/kernel/drivers/media/dvb-core/dvb-core.ko.zst
warning: could not get file information for usr/lib/modules/6.6.8-arch1-1/kernel/drivers/media/v4l2-core/videodev.ko.zst
:: Running pre-transaction hooks...
(1/1) Remove upgraded DKMS modules
==> dkms remove --no-depmod tbs_6904_se/6.6 -k 6.6.8-arch1-1
:: Processing package changes...
(1/3) reinstalling linux                                                                                                                       [#######################################################################################] 100%
(2/3) reinstalling linux-docs                                                                                                                  [#######################################################################################] 100%
(3/3) reinstalling linux-headers                                                                                                               [#######################################################################################] 100%
:: Running post-transaction hooks...
(1/4) Arming ConditionNeedsUpdate...
(2/4) Updating module dependencies...
(3/4) Install DKMS modules
==> dkms install --no-depmod tbs_6904_se/6.6 -k 6.6.8-arch1-1
Module version  for m88rs6000t.ko.zst
exactly matches what is already found in kernel 6.6.8-arch1-1.
DKMS will not replace this module.
You may override by specifying --force.
Module version  for tuner-simple.ko.zst
exactly matches what is already found in kernel 6.6.8-arch1-1.
DKMS will not replace this module.
You may override by specifying --force.
Module version  for tuner-types.ko.zst
exactly matches what is already found in kernel 6.6.8-arch1-1.
DKMS will not replace this module.
You may override by specifying --force.
Module version  for v4l2-dv-timings.ko.zst
exactly matches what is already found in kernel 6.6.8-arch1-1.
DKMS will not replace this module.
You may override by specifying --force.
Module version  for videobuf2-dvb.ko.zst
exactly matches what is already found in kernel 6.6.8-arch1-1.
DKMS will not replace this module.
You may override by specifying --force.
Module version  for videobuf2-memops.ko.zst
exactly matches what is already found in kernel 6.6.8-arch1-1.
DKMS will not replace this module.
You may override by specifying --force.
Module version  for videobuf2-v4l2.ko.zst
exactly matches what is already found in kernel 6.6.8-arch1-1.
DKMS will not replace this module.
You may override by specifying --force.
==> depmod 6.6.8-arch1-1
(4/4) Updating linux initcpios...
[...]

dkms status also returns some warnings:

$ dkms status
tbs_6904_se/6.6, 6.6.8-arch1-1, x86_64: installed (original_module exists) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!) (WARNING! Diff between built and installed module!)

dkms.conf

PACKAGE_NAME="tbs-6904-se"
PACKAGE_VERSION="6.0.11"
MAKE[0]="make -C media_build dir DIR=../media KERNELRELEASE=$kernelver && cp ./.config ./media_build/v4l/ && make -C media_build KERNELRELEASE=$kernelver"
CLEAN="make -C media_build distclean"

BUILT_MODULE_NAME[0]="dvb-core"
BUILT_MODULE_LOCATION[0]="media_build/v4l"
DEST_MODULE_LOCATION[0]="/updates/tbs"
BUILT_MODULE_NAME[1]="gx1133"
BUILT_MODULE_LOCATION[1]="media_build/v4l"
DEST_MODULE_LOCATION[1]="/updates/tbs"
BUILT_MODULE_NAME[2]="m88rs6000t"
BUILT_MODULE_LOCATION[2]="media_build/v4l"
DEST_MODULE_LOCATION[2]="/updates/tbs"
BUILT_MODULE_NAME[3]="m88rs6060"
BUILT_MODULE_LOCATION[3]="media_build/v4l"
DEST_MODULE_LOCATION[3]="/updates/tbs"
BUILT_MODULE_NAME[4]="tas2101"
BUILT_MODULE_LOCATION[4]="media_build/v4l"
DEST_MODULE_LOCATION[4]="/updates/tbs"
BUILT_MODULE_NAME[5]="tbsecp3"
BUILT_MODULE_LOCATION[5]="media_build/v4l"
DEST_MODULE_LOCATION[5]="/updates/tbs"
BUILT_MODULE_NAME[6]="tuner-simple"
BUILT_MODULE_LOCATION[6]="media_build/v4l"
DEST_MODULE_LOCATION[6]="/updates/tbs"
BUILT_MODULE_NAME[7]="tuner-types"
BUILT_MODULE_LOCATION[7]="media_build/v4l"
DEST_MODULE_LOCATION[7]="/updates/tbs"
BUILT_MODULE_NAME[8]="v4l2-dv-timings"
BUILT_MODULE_LOCATION[8]="media_build/v4l"
DEST_MODULE_LOCATION[8]="/updates/tbs"
BUILT_MODULE_NAME[9]="videobuf2-common"
BUILT_MODULE_LOCATION[9]="media_build/v4l"
DEST_MODULE_LOCATION[9]="/updates/tbs"
BUILT_MODULE_NAME[10]="videobuf2-dma-contig"
BUILT_MODULE_LOCATION[10]="media_build/v4l"
DEST_MODULE_LOCATION[10]="/updates/tbs"
BUILT_MODULE_NAME[11]="videobuf2-dma-sg"
BUILT_MODULE_LOCATION[11]="media_build/v4l"
DEST_MODULE_LOCATION[11]="/updates/tbs"
BUILT_MODULE_NAME[12]="videobuf2-dvb"
BUILT_MODULE_LOCATION[12]="media_build/v4l"
DEST_MODULE_LOCATION[12]="/updates/tbs"
BUILT_MODULE_NAME[13]="videobuf2-memops"
BUILT_MODULE_LOCATION[13]="media_build/v4l"
DEST_MODULE_LOCATION[13]="/updates/tbs"
BUILT_MODULE_NAME[14]="videobuf2-v4l2"
BUILT_MODULE_LOCATION[14]="media_build/v4l"
DEST_MODULE_LOCATION[14]="/updates/tbs"
BUILT_MODULE_NAME[15]="videobuf2-vmalloc"
BUILT_MODULE_LOCATION[15]="media_build/v4l"
DEST_MODULE_LOCATION[15]="/updates/tbs"
BUILT_MODULE_NAME[16]="videodev"
BUILT_MODULE_LOCATION[16]="media_build/v4l"
DEST_MODULE_LOCATION[16]="/updates/tbs"

AUTOINSTALL="yes"

Do I need to update something in my dkms.conf file to get rid of these warnings? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions