You are not logged in.
Pages: 1
today i found this problem in log file
systemd-modules-load[266]: Failed to find module 'acpi_call'and i tried to load this mod manually,but
modprobe: FATAL: Module acpi_call not found in directory /lib/modules/5.10.13-hardened1-1-hardenedthen i tried to install acpi_call-dkms, but it also can't work well, acpi_call.ko.xz is located in
/lib/modules/5.10.13-arch1-1/extramodulesso how could i solve this problem?
Last edited by Comix (2021-02-06 02:07:56)
Offline
I'm guessing you didn't watch what pacman told you when you installed/updated the -dkms package? Reinstall it, see what happens when it tries to build that module.
Last edited by Scimmia (2021-02-05 16:00:19)
Offline
this is output
(1/3) Arming ConditionNeedsUpdate...
(2/3) Updating module dependencies...
(3/3) Install DKMS modules
==> dkms install --no-depmod -m acpi_call -v 1.2.1 -k 5.10.13-arch1-1
==> depmod 5.10.13-arch1-1Last edited by Comix (2021-02-05 16:27:06)
Offline
this is output
(1/3) Arming ConditionNeedsUpdate... (2/3) Updating module dependencies... (3/3) Install DKMS modules ==> dkms install --no-depmod -m acpi_call -v 1.2.1 -k 5.10.13-arch1-1 ==> depmod 5.10.13-arch1-1
You keep reporting the post, rather than using the reply box below.
Mod note: Moving to NC.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
That's it?
If so, what does pacman -Q linux-hardened say?
Last edited by Scimmia (2021-02-05 16:35:52)
Offline
Comix wrote:this is output
(1/3) Arming ConditionNeedsUpdate... (2/3) Updating module dependencies... (3/3) Install DKMS modules ==> dkms install --no-depmod -m acpi_call -v 1.2.1 -k 5.10.13-arch1-1 ==> depmod 5.10.13-arch1-1You keep reporting the post, rather than using the reply box below.
Mod note: Moving to NC.
uh, this is an accident,because i am not a native english speaker, and i confuse reply and report.......
Offline
it says
pacman -Q linux-hardened
linux-hardened 5.10.13.hardened1-1Offline
Then why isn't dkms trying to build for that kernel? I'll have to look at the script and see where it gets it's info.
Offline
What is the output of
$ pacman -Qikk linux-hardened linux-hardened-headers dkms
# dkms statusLast edited by loqs (2021-02-05 23:53:59)
Offline
i found that linux-hardened-headers is not installed,after installing this package,acpi_call can be loaded normally.
Although the output infomation of dkms is no different from before, but it works fine now.
thank you guys!
Offline
Pages: 1