Hi, what is the standard location for the loading of modules on SuSE Linux? If I look at Slackware for example, there is this /etc/rc.d/rc.modules, where all modules to be loaded are listed. On my SuSE-box, I do a lsmod, I see some modules like ne2k-pci, but I can't find where they are loaded. Thanks, Sander ********************************************************************** Disclaimer This email is confidential and intended solely for the use of the individual to whom it is addressed. Any views or opinions presented are solely those of the author and do not necessarily represent those of the Azlan Holdings bv and/or subsidiary. If you are not the intended recipient, be advised that you have received this email in error and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. If you have received this email in error please notify Azlan Holdings MIS Helpdesk by telephone on +31 (0) 79 3443200. ********************************************************************** -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Hi Sander! On Thu, 01 Jun 2000, Sander van Vugt wrote:
Hi,
what is the standard location for the loading of modules on SuSE Linux? If I look at Slackware for example, there is this /etc/rc.d/rc.modules, where all modules to be loaded are listed.
On my SuSE-box, I do a lsmod, I see some modules like ne2k-pci, but I can't find where they are loaded.
Try /lib/modules/{kernel version} Sean -- Linux User: #124682 ICQ: 679813 My Current Uptime is 5d, 5h and 38m on Linux 2.2.15 ...Any system which depends on human reliability is unreliable. -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Sander van Vugt tapped away at the keyboard with:
what is the standard location for the loading of modules on SuSE Linux? If I look at Slackware for example, there is this /etc/rc.d/rc.modules, where all modules to be loaded are listed.
On my SuSE-box, I do a lsmod, I see some modules like ne2k-pci, but I can't find where they are loaded.
They are loaded in the kernel, as needed. That with at least 6.4 (i.e. 2.2.14 kernel). Should have worked with 6.2 as well. Read the stuff in the printed SuSE manual about loadable kernel modules. Saves re-typing it here. :-) -- Bernd Felsche - Innovative Reckoning Perth, Western Australia -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
what is the standard location for the loading of modules on SuSE Linux? If I look at Slackware for example, there is this /etc/rc.d/rc.modules, where all modules to be loaded are listed.
On my SuSE-box, I do a lsmod, I see some modules like ne2k-pci, but I can't find where they are loaded.
They are loaded in the kernel, as needed. That with at least 6.4 (i.e. 2.2.14 kernel). Should have worked with 6.2 as well.
That's exactly what I thougt, but, if i compile a kernel with msdos etc. as a module and I trie to read a diskette with an MS-DOS filesystem, that doesn't work, so there is not allways a mechanism that the kernel automagically loads the necessary modules. (Or is there something essential that I don't understand here?) That means I have to put them in some file, isn't it? Regards, Sander ********************************************************************** Disclaimer This email is confidential and intended solely for the use of the individual to whom it is addressed. Any views or opinions presented are solely those of the author and do not necessarily represent those of the Azlan Holdings bv and/or subsidiary. If you are not the intended recipient, be advised that you have received this email in error and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. If you have received this email in error please notify Azlan Holdings MIS Helpdesk by telephone on +31 (0) 79 3443200. ********************************************************************** -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
as a module and I trie to read a diskette with an MS-DOS filesystem, that doesn't work, so there is not allways a mechanism that the kernel automagically loads the necessary modules. (Or is there something essential that I don't understand here?)
You have to tell the OS what type of file system to expect when it gets to the disk: mount -t vfat /dev/floppy /floppy for example; this tells the file system to expect (-t means "type") an msdos floppy, with a file system (vfat) that supports long filenames. For normal (8.3) type dos files, replace "vfat" with "msdos". The other option is to install mtools. This will allow you to use your normal dos commands, with the addition of an "m" in front. For example, to copy the contents of an msdos floppy to my home directory, I would use mcopy a: /home/igor If you wanted to format a floppy with msdos file-type, then type mformat a: Hope this helps. -- Regards Don Hansford ECKYTECH COMPUTING Surfing the Net (without crashing) With SuSE 6.4 Linux (Thanx Linus!) "Microsoft democratised the computer market and served as a catalyst in making computers available to everybody. Later, however, they did as many revolutionaries do -- they became dictators. History has taught us the inevitable fate of dictators." -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (4)
-
bernie@innovative.iinet.net.au
-
donh@halenet.com.au
-
sander.van.vugt@azlan.nl
-
sean.rima@tcob1.net