You are not logged in.

#1 2018-02-13 11:56:54

quiqueck
Member
Registered: 2013-04-15
Posts: 94

[solved] kernel modules load relies on removed dkms modul

I had installed a dkms module to get my wireless adapter to work. Since the automatic compilation does not work anymore with kernel 4.15.2 i decided to use a cable connection again. After removing the dkms module the system fails to load kernel modules:

systemctl --failed
  UNIT                         LOAD   ACTIVE SUB    DESCRIPTION                                                                           
● systemd-modules-load.service loaded failed failed Load Kernel Modules
$:> /usr/lib/systemd/systemd-modules-load                                                                                                  
Failed to find module '8192eu'

This is the module  i had installed to get my wireless network running: https://aur.archlinux.org/packages/rtl8192eu/

I have removed the module by

sudo dkms remove rtl8192eu/1.0

But i have to admit that i have played around by other rtl8192 related packages with installing and  removing. Can't say exactly anymore what i have tried.

Some information:

$:> uname -r
4.15.2-2-ARCH

$:> sudo dkms status
# no output

$:> find /usr -name '8192eu*'                                                                                                              
/usr/lib/modules/4.11.5-1-ARCH/kernel/drivers/net/wireless/8192eu.ko                                                                       
/usr/lib/modules/4.11.6-1-ARCH/kernel/drivers/net/wireless/8192eu.ko                                                                       
/usr/src/rtl8192eu-1.0/8192eu.mod.c                                                                                                        
/usr/src/rtl8192eu-1.0/8192eu.ko                                                                                                           
/usr/src/rtl8192eu-1.0/8192eu.mod.o                                                                                                        
/usr/src/rtl8192eu-1.0/8192eu.o

How can i remove the try to load a non existing dkms module by systemd-modules-load.service?

Thanks for any help.

Last edited by quiqueck (2018-02-13 12:33:45)

Offline

#2 2018-02-13 12:14:52

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

Re: [solved] kernel modules load relies on removed dkms modul

Look at the contents of the files you have in /etc/modules-load.d/.


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

#3 2018-02-13 12:33:24

quiqueck
Member
Registered: 2013-04-15
Posts: 94

Re: [solved] kernel modules load relies on removed dkms modul

Ah, thanks. There was one file called 8192eu.conf. I moved it away (to have a backup) and now all is fine.

Thanks :-)

Offline

Board footer

Powered by FluxBB