You are not logged in.

#1 2024-11-19 20:24:49

Honstyxi
Member
Registered: 2023-01-28
Posts: 10

No module containing the symbol 'drm_privacy_screen_register' found in

During the initial ramdisk environment creation process, I see this WARNING:

[myhost ~ ] >sudo mkinitcpio -k 6.12.0 -g /boot/initramfs-6.12.0-x86_64x.img
==> Starting build: '6.12.0'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [kms]
==> WARNING: No module containing the symbol 'drm_privacy_screen_register' found in: 'drivers/platform'
  -> Running build hook: [block]
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.12.0-x86_64x.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful

Some modules are missing?

Last edited by Honstyxi (2024-11-19 20:26:53)

Offline

#2 2024-11-19 20:31:26

gromit
Package Maintainer (PM)
From: Germany
Registered: 2024-02-10
Posts: 657
Website

Re: No module containing the symbol 'drm_privacy_screen_register' found in

Do you have the kernel from [core-testing] installed or the one from aur/linux-mainline? This is most likely due to uncompressed modules and should already be fixed (by me hehe) in mkinitcpio mainline: https://gitlab.archlinux.org/archlinux/ … e0f159efd3

Offline

#3 2024-11-19 20:37:30

Honstyxi
Member
Registered: 2023-01-28
Posts: 10

Re: No module containing the symbol 'drm_privacy_screen_register' found in

gromit wrote:

Do you have the kernel from [core-testing] installed or the one from aur/linux-mainline? This is most likely due to uncompressed modules and should already be fixed (by me hehe) in mkinitcpio mainline: https://gitlab.archlinux.org/archlinux/ … e0f159efd3

I have download mainline kernel from https://www.kernel.org.

Offline

#4 2024-11-19 20:46:56

loqs
Member
Registered: 2014-03-06
Posts: 18,033

Re: No module containing the symbol 'drm_privacy_screen_register' found in

Honstyxi wrote:

I have download mainline kernel from https://www.kernel.org.

kernel.org does not provide built kernels that I know of. Do you mean built a kernel from the source you obtained from kernel.org. If so does the kernel you built use modules and if so so are they compressed by default and is DRM_PRIVACY_SCREEN
enabled in your kernels config?

Offline

#5 2024-11-19 20:58:40

Honstyxi
Member
Registered: 2023-01-28
Posts: 10

Re: No module containing the symbol 'drm_privacy_screen_register' found in

loqs wrote:
Honstyxi wrote:

I have download mainline kernel from https://www.kernel.org.

kernel.org does not provide built kernels that I know of. Do you mean built a kernel from the source you obtained from kernel.org. If so does the kernel you built use modules and if so so are they compressed by default and is DRM_PRIVACY_SCREEN
enabled in your kernels config?

Yes, i built from the source i obtained from kernel.org.
Excuse me but i don't know if DRM_PRIVACY_SCREEN is enabled in my kernels config! sad
How can i verify or set it?!
Thanks in advance smile

Offline

#6 2024-11-19 21:10:27

loqs
Member
Registered: 2014-03-06
Posts: 18,033

Re: No module containing the symbol 'drm_privacy_screen_register' found in

To search the config of the running kernel

zgrep CONFIG_DRM_PRIVACY_SCREEN /proc/config.gz
zgrep CONFIG_MODULE_COMPRESS /proc/config.gz

If you are not running that kernel but have the source used for the build you can use grep instead of zgrep and replace /proc/config with /path/to/your/kernel/build/.config.

Last edited by loqs (2024-11-19 21:11:08)

Offline

#7 Yesterday 07:50:32

Honstyxi
Member
Registered: 2023-01-28
Posts: 10

Re: No module containing the symbol 'drm_privacy_screen_register' found in

gromit wrote:

Do you have the kernel from [core-testing] installed or the one from aur/linux-mainline? This is most likely due to uncompressed modules and should already be fixed (by me hehe) in mkinitcpio mainline: https://gitlab.archlinux.org/archlinux/ … e0f159efd3

Thanks!
So the warning disappears with the next mkinitcpio release?

Offline

#8 Yesterday 07:57:16

gromit
Package Maintainer (PM)
From: Germany
Registered: 2024-02-10
Posts: 657
Website

Re: No module containing the symbol 'drm_privacy_screen_register' found in

Yes with the new mkinitcpio release of if you use module compression of some sort smile

Offline

Board footer

Powered by FluxBB