Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 346783 - sys-kernel/gentoo-sources-2.6.36 modules autoload not working?
Summary: sys-kernel/gentoo-sources-2.6.36 modules autoload not working?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-25 17:59 UTC by Sebastian Pipping
Modified: 2010-11-29 10:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Output of dmesg (dmesg.txt,89.90 KB, text/plain)
2010-11-28 20:15 UTC, Sebastian Pipping
Details
Output of emerge --info (emerge-info.txt,12.96 KB, text/plain)
2010-11-28 20:15 UTC, Sebastian Pipping
Details

Note You need to log in before you can comment on or make changes to this bug.
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!