Cannot get module to load on boot

Issue #12 resolved
temp created an issue

systemctrl shows: clevo-xsm-wmi.service loaded failed failed Apply clevo-xsm-wmi configuration I attempted to get the module to load automatically with the 2 systemd commands in the instructions but it fails.

clevo-xsm-wmi.service - Apply clevo-xsm-wmi configuration
   Loaded: loaded (/usr/lib/systemd/system/clevo-xsm-wmi.service; enabled; vendor preset: disabled)
   Active: failed (Result: core-dump) since Sun 2016-09-18 13:23:32 MST; 42s ago
  Process: 1346 ExecStart=/usr/bin/clevo-xsm-wmi -r (code=dumped, signal=ABRT)
 Main PID: 1346 (code=dumped, signal=ABRT)

Sep 18 13:23:32 gabrielle-pc systemd[1]: Starting Apply clevo-xsm-wmi configuration...
Sep 18 13:23:32 gabrielle-pc clevo-xsm-wmi[1346]: QWidget: Must construct a QApplication before a QWidget
Sep 18 13:23:32 gabrielle-pc systemd[1]: clevo-xsm-wmi.service: Main process exited, code=dumped, status=6/ABRT
Sep 18 13:23:32 gabrielle-pc systemd[1]: Failed to start Apply clevo-xsm-wmi configuration.
Sep 18 13:23:32 gabrielle-pc systemd[1]: clevo-xsm-wmi.service: Unit entered failed state.
Sep 18 13:23:32 gabrielle-pc systemd[1]: clevo-xsm-wmi.service: Failed with result 'core-dump'.

Trying to use the first load on boot method result in the below error after modprobe clevo-xsm-wmi is run

modinfo clevo-xsm-wmi
modinfo: ERROR: Module clevo-xsm-wmi not found.

journalctl -xe
-- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit clevo-xsm-wmi.service has failed. -- -- The result is failed. Sep 25 14:24:12 gabrielle-pc systemd[1]: clevo-xsm-wmi.service: Unit entered failed state. Sep 25 14:24:12 gabrielle-pc systemd[1]: clevo-xsm-wmi.service: Failed with result 'core-dump'. Sep 25 14:24:12 gabrielle-pc systemd-coredump[1277]: Process 1273 (clevo-xsm-wmi) of user 0 dumped core.

                                                 Stack trace of thread 1273:
                                                 #0  0x00007f40891a804f raise (libc.so.6)
                                                 #1  0x00007f40891a947a abort (libc.so.6)
                                                 #2  0x00007f4089b454a1 _ZNK14QMessageLogger5fatalEPKcz (libQ
                                                 #3  0x00007f408aa465fe _ZN14QWidgetPrivateC1Ei (libQt5Widget
                                                 #4  0x00007f408ac2560c _ZN11QMessageBoxC1EP7QWidget (libQt5W
                                                 #5  0x000000000040473a _Z17setKeyboardValuesv (clevo-xsm-wmi
                                                 #6  0x000000000040566b _Z23restoreKeyboardSettingsv (clevo-x
                                                 #7  0x0000000000403869 main (clevo-xsm-wmi)
                                                 #8  0x00007f4089195291 __libc_start_main (libc.so.6)
                                                 #9  0x000000000040391a _start (clevo-xsm-wmi)

-- Subject: Process 1273 (clevo-xsm-wmi) dumped core -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: man:core(5) -- -- Process 1273 (clevo-xsm-wmi) crashed and dumped core. -- -- This usually indicates a programming error in the crashing program and -- should be reported to its vendor as a bug.

Comments (10)

  1. Log in to comment