This is a discussion on modules.conf help within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> I would like to load the ZIP imm module automatically whenever I access the Zip drive as a normal ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I would like to load the ZIP imm module automatically whenever I access the Zip drive as a normal user. So, I started to look for information on modules.conf and found its man page, which I found a bit misleading in regard to syntax, etc.Can anyone point me a good source on modules.conf before I ask how to it here ? Thanks in advance, An OutSider PS.: I know about the rc.modules, /sbin/modprobe imm. |
| |||
| An OutSider wrote: > I would like to load the ZIP imm module automatically whenever I access the Zip > drive as a normal user. So, I started to look for information on modules.conf > and found its man page, which I found a bit misleading in regard to syntax, > etc.Can anyone point me a good source on modules.conf before I ask how to it > here ? > > Thanks in advance, > > An OutSider > > PS.: I know about the rc.modules, /sbin/modprobe imm. > alias device module-name # modulename doesn't include the ".o" ie.: alias eth0 tulip -- Confucius: He who play in root, eventually kill tree. Registered with The Linux Counter. http://counter.li.org/ Slackware 9.0 Kernel 2.4.22 i686 (GCC) 3.3 Uptime: 5 days, 14:49, 1 user, load average: 1.23, 1.23, 1.18 |
| |||
| In article <3F57585F.FA895E1D@m.please>, An OutSider wrote: > I would like to load the ZIP imm module automatically whenever I access the Zip > drive as a normal user. So, I started to look for information on modules.conf If your kernel has kmod enabled, as Slackware kernels since 8.1 do, you don't need any modification of modules.conf. Oh wait ... maybe you need alias scsi_hostadapter imm > and found its man page, which I found a bit misleading in regard to syntax, > etc.Can anyone point me a good source on modules.conf before I ask how to it "/sbin/modprobe -c" might help. Anyway I this you have your answer. -- /dev/rob0 - preferred_email=i$((28*28+28))@softhome.net or put "not-spam" or "/dev/rob0" in Subject header to reply |
| ||||
| /dev/rob0 wrote: > In article <3F57585F.FA895E1D@m.please>, An OutSider wrote: > > I would like to load the ZIP imm module automatically whenever I access the Zip > > drive as a normal user. So, I started to look for information on modules.conf > > If your kernel has kmod enabled, as Slackware kernels since 8.1 do, you > don't need any modification of modules.conf. Oh wait ... maybe you need > alias scsi_hostadapter imm > > > and found its man page, which I found a bit misleading in regard to syntax, > > etc.Can anyone point me a good source on modules.conf before I ask how to it > > "/sbin/modprobe -c" might help. Anyway I this you have your answer. > -- > /dev/rob0 - preferred_email=i$((28*28+28))@softhome.net > or put "not-spam" or "/dev/rob0" in Subject header to reply Thank both of you. I started to read the modules howto and will test this solution. Anyway, thanks. |