Mailinglist Archive: opensuse (4570 mails)
| < Previous | Next > |
Re: [SLE] How to load modprobe.conf with modprobe
- From: Sid Boyce <sboyce@xxxxxxxxxxxxxxxx>
- Date: Mon, 7 Nov 2005 02:33:21 +0000 (UTC)
- Message-id: <436EBC88.3050202@xxxxxxxxxxxxxxxx>
Paul W. Abrahams wrote:
The manpage for modprobe says no such thing and it has always needed a module to be specified. If there is a problem, it's usually associated with support of one piece of hardware, e.g sound. There are scripts in /etc/init.d that allow stopping, starting or restarting, "/etc/init.d/alsasound <stop/start/restart>" or "rcalsasound <stop/start/restart>" does the same thing as /sbin/rcalsasound which is a symlink to /etc/init.d/alsasound. The modules are unloaded on stop, unloaded and reloaded on restart or if they are not loaded, start loads them.
Regards
Sid.
--
Sid Boyce ... Hamradio License G3VBV, licensed Private Pilot
Retired IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Specialist
Microsoft Windows Free Zone - Linux used for all Computing Tasks
I'm running SuSE 10.0 and have run into a surprising problem: I can't load the modules listed in modprobe.conf using modprobe. If I just type "modprobe", I get:
suillus:~ # modprobe
Usage: modprobe [-v] [-V] [-C config-file] [-n] [-i] [-q] [-o <modname>] <modname> [parameters...]
modprobe -r [-n] [-i] [-v] <modulename> ...
modprobe -l -t <dirname> [ -a <modulename> ...]
This usage differs in a critical respect from the usage given in the manpage: it does not allow modprobe to be called with no arguments (the first line requires <modname>). The manpage says that calling modprobe with no arguments loads the modules in /etc/modprobe.conf.
This leads to two questions:
(1) Is there a version of modprobe around that corresponds to the manpage and still is up to date?
(2) If not, how can I get the existing modprobe to load /etc/modprobe.conf?
Paul
The manpage for modprobe says no such thing and it has always needed a module to be specified. If there is a problem, it's usually associated with support of one piece of hardware, e.g sound. There are scripts in /etc/init.d that allow stopping, starting or restarting, "/etc/init.d/alsasound <stop/start/restart>" or "rcalsasound <stop/start/restart>" does the same thing as /sbin/rcalsasound which is a symlink to /etc/init.d/alsasound. The modules are unloaded on stop, unloaded and reloaded on restart or if they are not loaded, start loads them.
Regards
Sid.
--
Sid Boyce ... Hamradio License G3VBV, licensed Private Pilot
Retired IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Specialist
Microsoft Windows Free Zone - Linux used for all Computing Tasks
| < Previous | Next > |