Package Details: arch-sign-modules 0.7.3-1

Git Clone URL: https://aur.archlinux.org/arch-sign-modules.git (read-only, click to copy)
Package Base: arch-sign-modules
Description: Signed (In Tree & Out of Tree) Kernel Modules for linux linux-lts linux-hardened linux-zen + AUR kernels
Upstream URL: https://github.com/itoffshore/Arch-SKM
Keywords: kernel modules signed
Licenses: MIT
Submitter: itoffshore
Maintainer: itoffshore
Last Packager: itoffshore
Votes: 4
Popularity: 0.045826
First Submitted: 2020-05-23 20:34 (UTC)
Last Updated: 2024-04-26 19:43 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

1 2 3 Next › Last »

RashadGasimli commented on 2024-05-02 21:02 (UTC)

thank you, i manually installed with "pacman -U" command.

itoffshore commented on 2024-05-02 20:44 (UTC)

@RashadGasimli - I just built installed & removed linux-zen so I think this is an issue with your environment:

[stuart@endeavour ~]$ sudo pacman -R linux-zen linux-zen-headers
checking dependencies...
:: dkms optionally requires linux-zen-headers: build modules against the ZEN kernel

Packages (2) linux-zen-6.8.9.zen1-1  linux-zen-headers-6.8.9.zen1-1

Total Removed Size:  268.60 MiB

:: Do you want to remove these packages? [Y/n] 
:: Running pre-transaction hooks...
(1/3) Performing snapper pre snapshots for the following configurations...
==> root: 22093
(2/3) Removing linux initcpios...
(3/3) Remove DKMS modules
==> dkms remove --no-depmod lkrg/0.9.8 -k 6.8.9-zen1-1-zen
==> dkms remove --no-depmod nvidia/550.76 -k 6.8.9-zen1-1-zen
==> depmod 6.8.9-zen1-1-zen
:: Processing package changes...
(1/2) removing linux-zen-headers                         [------------------------------] 100%
(2/2) removing linux-zen                                 [------------------------------] 100%

RashadGasimli commented on 2024-05-02 18:54 (UTC)

I think somethink is wrong in new update (0.7.3), because I can't install the built kernel:

abk -i linux-zen /usr/bin/abk: line 129: [: : integer expression expected ==> ERROR: Failed to parse PKGDEST from makepkg config find: ‘’: No such file or directory find: ‘’: No such file or directory ==> ERROR: No installable kernels found for: linux-zen

but i built the kernel with "abk -u linux-zen" command:

abk -u linux-zen ... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "linux-zen"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Starting package_linux-zen-headers()... ... -> Local Signing certs for out-of-tree modules... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Compressing man and info pages... ==> Checking for packaging issues... ==> WARNING: Package contains reference to $srcdir ... ==> Creating package "linux-zen-headers"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: linux-zen 6.8.9.zen1-1 (Thu 02 May 2024 10:49:30 PM +04) ls: cannot access '/linux-zen6.8.9.zen1.log': No such file or directory ==> Build complete & logged to:

==> WARNING: Automated mode is skipping directory cleanup choice ==> Cleaning up: /home/rashadgasimli/makepkg...

real 41m28.351s user 389m16.917s sys 28m17.948s

RashadGasimli commented on 2024-04-27 18:43 (UTC)

@itoffshore yeah i tested with nvidia-open-dkms and it worked, thanks again!

itoffshore commented on 2024-04-26 19:46 (UTC)

version 0.7.3 released

NB: if using zfs you need at the moment to use zfs-dkms-staging-git from AUR with kernel 6.8

itoffshore commented on 2024-04-26 18:43 (UTC) (edited on 2024-04-26 19:48 (UTC) by itoffshore)

@RashadGasimili - nvidia-open-dkms should work (I use nvidia-dkms)

you may need to ln -s /etc/dkms/kernel-sign.conf /etc/dkms/nvidia.conf (assuming you modprobe nvidia to insert the nvidia-open kernel module) - if there was no nvidia module on your system when you installed arch-sign-modules - see post_install()

kernel module detection for lkrg fixed today in v0.7.3

RashadGasimli commented on 2024-04-26 11:43 (UTC)

question, can i use it with nvidia-open-dkms?

RashadGasimli commented on 2024-04-21 06:01 (UTC)

@itoffshore not a problem, nice to see it's fixed.

itoffshore commented on 2024-04-20 15:25 (UTC) (edited on 2024-04-20 15:29 (UTC) by itoffshore)

@RashadGasimili - many thanks for testing.

In version 0.7.2:

  • updates linux-zen.patch to not build docs / install their makedepends
  • sets AUTOMATED=Y as the default (most users will not need to change the module compression) - as N can break linux-zen builds

RashadGasimli commented on 2024-04-20 12:02 (UTC)

nvm adding "AUTOMATED=y" option to config file solved. Thanks for this package!