View previous topic :: View next topic |
Author |
Message |
sleighboy n00b
Joined: 28 Oct 2005 Posts: 26
|
Posted: Fri Jul 19, 2013 7:50 pm Post subject: Kernel modules not loading |
|
|
I noticed it after a world update that brought in an update to udev-204 and ati-drivers. No modules were loading via udev. The modules that lm_sensors tries to load fail as well. Here is some sample result of trying to load the modules manaully.
Code: |
hostname linux # modprobe k10temp
modprobe: ERROR: could not find module by name='k10temp'
modprobe: ERROR: could not insert 'k10temp': Function not implemented
|
Code: |
hostname linux # modinfo k10temp
filename: /lib/modules/3.8.13-gentoo/kernel/drivers/hwmon/k10temp.ko
license: GPL
author: Clemens Ladisch <clemens@ladisch.de>
description: AMD Family 10h+ CPU core temperature monitor
alias: pci:v00001022d00001403sv*sd*bc*sc*i*
alias: pci:v00001022d00001603sv*sd*bc*sc*i*
alias: pci:v00001022d00001703sv*sd*bc*sc*i*
alias: pci:v00001022d00001303sv*sd*bc*sc*i*
alias: pci:v00001022d00001203sv*sd*bc*sc*i*
depends:
intree: Y
vermagic: 3.8.13-gentoo SMP mod_unload
parm: force:force loading on processors with erratum 319 (bool)
|
Loading the modules with insmod and the full path to the .ko work fine. |
|
Back to top |
|
|
Princess Nell l33t
Joined: 15 Apr 2005 Posts: 927
|
Posted: Mon Sep 01, 2014 9:55 pm Post subject: |
|
|
Does /lib/modules/3.8.13-gentoo/modules.dep exist? man depmod(8). |
|
Back to top |
|
|
|