Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91577 - Coldplug is confused if module support is disabled from the kernel.
Summary: Coldplug is confused if module support is disabled from the kernel.
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-05 08:05 UTC by Bjarke Istrup Pedersen (RETIRED)
Modified: 2005-08-16 12:02 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2005-05-05 08:05:35 UTC
Coldplug has other uses that just loading modules (the new pcmcia system needs it).
Don't close this because somethings other than modules needs coldplug, since this is a coldplug bug.

Coldplugging input devices ...            [ ok ]
Coldplugging isapnp devices ...           [ ok ]
Coldplugging pci devices ...              [ ok ]
Coldplugging pcmcia devices ...           [ ok ]
Coldplugging pcmcia_socket devices ...    [ ok ]
Coldplugging pnp devices ...
./hotplug.functions: line 113: /lib/modules/2.6.12-rc3-mm3/modules.isapnpmap: No such file or directory
Opening /proc/modules: No such file or directory
./hotplug.functions: line 113: /lib/modules/2.6.12-rc3-mm3/modules.isapnpmap: No such file or directory
./hotplug.functions: line 113: /lib/modules/2.6.12-rc3-mm3/modules.isapnpmap: No such file or directory
Opening /proc/modules: No such file or directory
./hotplug.functions: line 113: /lib/modules/2.6.12-rc3-mm3/modules.isapnpmap: No such file or directory
./hotplug.functions: line 113: /lib/modules/2.6.12-rc3-mm3/modules.isapnpmap: No such file or directory
Opening /proc/modules: No such file or directory
./hotplug.functions: line 113: /lib/modules/2.6.12-rc3-mm3/modules.isapnpmap: No such file or directory
Opening /proc/modules: No such file or directory
./hotplug.functions: line 113: /lib/modules/2.6.12-rc3-mm3/modules.isapnpmap: No such file or directory
Opening /proc/modules: No such file or directory
./hotplug.functions: line 113: /lib/modules/2.6.12-rc3-mm3/modules.isapnpmap: No such file or directory
./hotplug.functions: line 113: /lib/modules/2.6.12-rc3-mm3/modules.isapnpmap: No such file or directory
./hotplug.functions: line 113: /lib/modules/2.6.12-rc3-mm3/modules.isapnpmap: No such file or directory
./hotplug.functions: line 113: /lib/modules/2.6.12-rc3-mm3/modules.isapnpmap: No such file or directory
Opening /proc/modules: No such file or directory
./hotplug.functions: line 113: /lib/modules/2.6.12-rc3-mm3/modules.isapnpmap: No such file or directory
    [ ok ]
Coldplugging usb devices ...              [ ok ]

Reproducible: Always
Steps to Reproduce:
1. Compile a new kernel without module support (make sure you haven't compiled it with modules before)
2. Add coldplug to the boot runlevel
3. Reboot and watch.

Actual Results:  
Coldplug seems to expect that I have module support in my kernel.

Expected Results:  
Coldplug shouldn't care if I have module support in my kernel, since it has 
other uses than just loading modules.
Comment 1 Greg Kroah-Hartman (RETIRED) gentoo-dev 2005-05-06 13:40:06 UTC
What other uses than loading modules does coldplug offer?

What would you suggest happening instead?
Comment 2 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2005-05-07 08:35:35 UTC
The new pcmciautils package (not in portage yet) requires coldplug to work.
Don't ask me why it requires it.
Comment 3 Greg Kroah-Hartman (RETIRED) gentoo-dev 2005-08-16 12:02:43 UTC
Closed due to lack of info.