You are not logged in.

#1 2017-12-08 22:08:22

karlospv94
Member
Registered: 2016-10-12
Posts: 100

[SOLVED] Failed to find module 'hid_asus_fte'

Hi all! I had the hid_asus_fte module installed but since Kernel 4.10 it is integrated within it.

I have removed it from dkms but systemd-modules-load fails always when booting the laptop.

➜ systemctl status systemd-modules-load.service                                                                                                                                                                                                                                          
● systemd-modules-load.service - Load Kernel Modules
   Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static; vendor preset: disabled)
   Active: failed (Result: exit-code) since Fri 2017-12-08 22:51:12 CET; 5min ago
     Docs: man:systemd-modules-load.service(8)
           man:modules-load.d(5)
  Process: 453 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
 Main PID: 453 (code=exited, status=1/FAILURE)

dic 08 22:51:12 turing systemd[1]: Starting Load Kernel Modules...
dic 08 22:51:12 turing systemd-modules-load[453]: Failed to find module 'hid_asus_fte'
dic 08 22:51:12 turing systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
dic 08 22:51:12 turing systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
dic 08 22:51:12 turing systemd[1]: Failed to start Load Kernel Modules.

I don't find any solution to definetly remove this module and keep systemd away from errors at boot.

Last edited by karlospv94 (2017-12-09 19:22:30)

Offline

#2 2017-12-08 22:21:13

loqs
Member
Registered: 2014-03-06
Posts: 17,321

Re: [SOLVED] Failed to find module 'hid_asus_fte'

The kernel module is hid-asus the failure to load if for hid_asus_fte.

Offline

#3 2017-12-09 16:00:11

karlospv94
Member
Registered: 2016-10-12
Posts: 100

Re: [SOLVED] Failed to find module 'hid_asus_fte'

loqs wrote:

The kernel module is hid-asus the failure to load if for hid_asus_fte.

But, how can I fix this?

Offline

#4 2017-12-09 16:09:31

loqs
Member
Registered: 2014-03-06
Posts: 17,321

Re: [SOLVED] Failed to find module 'hid_asus_fte'

By altering the config file that contains hid_asus_fte to contain hid_asus instead.  As to where that config file is I do not know but as you created it I expect you should.
Or you could check `man systemd-modules-load.service` which would direct you to `man modules-load.d` which lists the locations of the configuration files.

Offline

#5 2017-12-09 16:09:35

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] Failed to find module 'hid_asus_fte'

Do you have any files in your /etc/modules-load.d/ directory that reference the hid_asus_fte module?

If so then you've found your problem.

Last edited by Slithery (2017-12-09 19:27:01)


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#6 2017-12-09 19:22:17

karlospv94
Member
Registered: 2016-10-12
Posts: 100

Re: [SOLVED] Failed to find module 'hid_asus_fte'

I finally modified the file /etc/modules-load.d/touchpad.conf that had hid_asus_fte instead of hid_asus. Thanks!

Offline

Board footer

Powered by FluxBB