Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130183 - ipw2200 module auto-loads (unwanted) after system update
Summary: ipw2200 module auto-loads (unwanted) after system update
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-16 13:19 UTC by Eugene Pavlovsky
Modified: 2006-04-19 23:26 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 Eugene Pavlovsky 2006-04-16 13:19:03 UTC
I use wi-fi very seldom, so I only load ipw2200 kernel module when I want it.
After a total system update (~x86, incl. udev-089-r2), ipw2200 and some other modules (ethernet over ieee1394, which I don't want to auto-load, either) started to auto-load early in the boot sequence (apparently, when udev is started).
This way, my ethernet card module loads later, and my eth card is now eth1 instead of eth0. This totally sucks, and I don't want ipw2200 and all firewire modules loaded automatically. How to avoid this?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-16 13:24:01 UTC
Either blacklist the modules, or use RC_COLDLUG="net.eth0 !net.*" or something like that with latest baselayout.
Comment 2 Eugene Pavlovsky 2006-04-16 13:55:15 UTC
Tried RC_COLDPLUG=... now. Did almost nothing. All these modules get loaded
after the "Letting udev process events" message. However, ethernet card is eth0 again (maybe it's just incidentally). Nevertheless, I really don't need eth1394, ipw2200, yenta_socket (and other pcmcia modules which I compiled just in case, but don't actually use as of now). Is there a way to disable this auto-load-lots-of-modules? I liked the way it was before, /etc/modules.autoload.d/kernel-2.6 has everything I need.
Btw, tried RC_COLDPLUG="no", no use.
As for blacklisting, it's very un-user-friendly to blacklist individual modules. I have everything I need in modules.autoload.d.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-04-16 23:38:57 UTC
Well, may be unfriendly but it won't change. Udev has it's own coldplug functionality now, if you don't want to modules loaded, then blacklist them.
Comment 4 Eugene Pavlovsky 2006-04-17 09:52:19 UTC
Understood. Can you tell me where can I read about blacklisting (i.e., how do I blacklist certain modules)?
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-04-17 09:55:07 UTC
(In reply to comment #4)
> Understood. Can you tell me where can I read about blacklisting (i.e., how do I
> blacklist certain modules)?

Just put the unwanted modules into /etc/hotplug/blacklist ;)

Comment 6 Eugene Pavlovsky 2006-04-18 11:28:28 UTC
Thanks, dude, it helped.
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2006-04-18 12:17:32 UTC
OK, closing. ;)
Comment 8 Eugene Pavlovsky 2006-04-19 21:37:27 UTC
dammit... upgraded to udev 090, baselayout 1.12.0_pre17-r3,
now blacklist doesn't work at all - shit happens as before i blacklisted unwanted modules earlier
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2006-04-19 23:26:14 UTC
Please, file a new bug about udev...