You are not logged in.

#1 2015-09-30 14:54:48

medo tareq
Member
Registered: 2015-04-12
Posts: 26

[SOLVED] Loading kernel module error

Recently i installed LTS kernel and i faced this Message while loading "Loading kernel module error"

then i have traced the problem and found this (Failed to insert 'tp_smapi': No such device)

actually tp_smapi is required by acpi_call and these two libs dependencies of tlp so i removed tlp to git rid of this problem and nothing happened.

Last edited by medo tareq (2015-09-30 16:26:02)

Offline

#2 2015-09-30 15:17:36

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: [SOLVED] Loading kernel module error

You removed tlp, ok. And what about acpi_call and tp_smapi? If you just ran 'pacman -R tlp' they don't get touched at all.


1000

Offline

#3 2015-09-30 15:35:40

medo tareq
Member
Registered: 2015-04-12
Posts: 26

Re: [SOLVED] Loading kernel module error

byte wrote:

You removed tlp, ok. And what about acpi_call and tp_smapi? If you just ran 'pacman -R tlp' they don't get touched at all.

i have removed them already but nothing happens at all.

Offline

#4 2015-09-30 15:45:49

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: [SOLVED] Loading kernel module error

Okay. /usr/lib/modules-load.d/tp_smapi.conf doesn't exist anymore?
Do your /etc/mkinitcpio.conf HOOKS include "modconf"?
If so, run 'mkinitcpio -P' and after the next reboot the message should be gone.


1000

Offline

#5 2015-09-30 16:25:36

medo tareq
Member
Registered: 2015-04-12
Posts: 26

Re: [SOLVED] Loading kernel module error

byte wrote:

Okay. /usr/lib/modules-load.d/tp_smapi.conf doesn't exist anymore?
Do your /etc/mkinitcpio.conf HOOKS include "modconf"?
If so, run 'mkinitcpio -P' and after the next reboot the message should be gone.


Thanks alot ,now everything is okay

but i have a question please, why that happened?

Offline

#6 2015-09-30 16:47:27

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: [SOLVED] Loading kernel module error

Packages (or you) can put files in {/etc,/usr/lib}/mod{probe,ules-load}.d to automatically load or blacklist kernel modules or set special options for them.
The modconf hook makes sure that those modifications also get copied into the initramfs (where they no longer belong to any package), so they can be applied as soon as possible into the boot process.
And the initramfs normally only gets rebuilt on updates for the kernel (linux, linux-lts..) package.


1000

Offline

#7 2015-10-01 17:05:14

linrunner
Member
Registered: 2013-04-21
Posts: 56

Re: [SOLVED] Loading kernel module error

Hi,

the message is just a warning. No harm done.

On which ThinkPad model exactly does this happen? I suggest to reinstall tlp and show the output of:

tlp-stat -s -b

Btw: tp-smapi is not required by acpi-call. Both packages are just a means to access ThinkPad battery functions. tp-smapi for older models, acpi-call for newer. Neither of them is a hard dependency of tlp, just optional.

Last edited by linrunner (2015-10-01 17:08:04)

Offline

Board footer

Powered by FluxBB