Skip to main content
Rollback to Revision 3
Source Link
Michael Hampton
  • 254.1k
  • 49
  • 529
  • 1k

SOLVED: Failed to find Linux Kernel Module

SOLUTION

Investigations revealed that systemd is unable to load modules with options. Solution worked for me:

  • place module name to /etc/modules
  • place module options to /etc/modprobe.d/options-tmk1553b.conf

$ cat /etc/modules
tmk1553b
$ cat /etc/modprobe.d/options-tmk1553b.conf
options tmk1553b d0=1 t0="MRTAI" nrt=8 misc=1

Seems this is common behavior for linux distributions with systemd init system

SOLVED: Failed to find Linux Kernel Module

SOLUTION

Investigations revealed that systemd is unable to load modules with options. Solution worked for me:

  • place module name to /etc/modules
  • place module options to /etc/modprobe.d/options-tmk1553b.conf

$ cat /etc/modules
tmk1553b
$ cat /etc/modprobe.d/options-tmk1553b.conf
options tmk1553b d0=1 t0="MRTAI" nrt=8 misc=1

Seems this is common behavior for linux distributions with systemd init system

Failed to find Linux Kernel Module

added 374 characters in body; edited title
Source Link

Seems this is common behavior for linux distributions with systemd init system

Seems this is common behavior for linux distributions with systemd init system

added 374 characters in body; edited title
Source Link

SOLVED: Failed to find Linux Kernel Module

SOLUTION

Investigations revealed that systemd is unable to load modules with options. Solution worked for me:

  • place module name to /etc/modules
  • place module options to /etc/modprobe.d/options-tmk1553b.conf

$ cat /etc/modules
tmk1553b
$ cat /etc/modprobe.d/options-tmk1553b.conf
options tmk1553b d0=1 t0="MRTAI" nrt=8 misc=1

Failed to find Linux Kernel Module

SOLVED: Failed to find Linux Kernel Module

SOLUTION

Investigations revealed that systemd is unable to load modules with options. Solution worked for me:

  • place module name to /etc/modules
  • place module options to /etc/modprobe.d/options-tmk1553b.conf

$ cat /etc/modules
tmk1553b
$ cat /etc/modprobe.d/options-tmk1553b.conf
options tmk1553b d0=1 t0="MRTAI" nrt=8 misc=1
Additional info
Source Link
Loading
Additional info
Source Link
Loading
Source Link
Loading