Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 346783

Summary: sys-kernel/gentoo-sources-2.6.36 modules autoload not working?
Product: Gentoo Linux Reporter: Sebastian Pipping <sping>
Component: [OLD] Core systemAssignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Output of dmesg
Output of emerge --info

Description Sebastian Pipping gentoo-dev 2010-11-25 17:59:24 UTC
Modules do not get autoloaded here despite an entry in modules.autoload.d:

  $ cat /etc/modules.autoload.d/kernel-2.6 
  tp_smapi

Loading the module using modprobe works perfectly though.
Please instruct me how to track this problem down.

Could this be specific to the tp_smapi module?  It's from package app-laptop/tp_smapi.
Comment 1 Mike Pagano gentoo-dev 2010-11-26 23:19:44 UTC
Can we see your dmesg after boot?
Comment 2 Mike Pagano gentoo-dev 2010-11-26 23:20:03 UTC
and emerge --info
Comment 3 Sebastian Pipping gentoo-dev 2010-11-28 20:15:03 UTC
Created attachment 255755 [details]
Output of dmesg
Comment 4 Sebastian Pipping gentoo-dev 2010-11-28 20:15:29 UTC
Created attachment 255757 [details]
Output of emerge --info
Comment 5 Sebastian Pipping gentoo-dev 2010-11-28 20:21:06 UTC
PS: I'm using genkernel. Could that be part the problem? Is there anything I need to do manually to enable autoloading with an initramfs?
Comment 6 Mike Pagano gentoo-dev 2010-11-28 23:42:33 UTC
It looks like you are using openrc:

sys-apps/openrc:     0.6.5

Do you have the module tp_smapi in /etc/conf.d/modules  ?

Comment 7 Sebastian Pipping gentoo-dev 2010-11-29 10:31:41 UTC
(In reply to comment #6)
> It looks like you are using openrc:
> 
> sys-apps/openrc:     0.6.5
> 
> Do you have the module tp_smapi in /etc/conf.d/modules  ?

Just added it, now the module loads perfectly.  Big thanks to you!