Re: [expert] how to make insmod permanent

2002-02-11 Thread Praedor Tempus
You are wanting to use a scsci driver, yes? Perhaps someone else could get in and address/confirm this?..I believe that a scsi parameter must be passed to the kernel via the append= entry (in lilo.conf) besides adding an alias to modules.conf. I would assume that since simply adding the

Re: [expert] how to make insmod permanent

2002-02-08 Thread Mandrake Expert Mailinglist
On Fri, 8 Feb 2002 05:40:37 +0200 mike [EMAIL PROTECTED] wrote: If you can tell me a better way to make the module permanent please tell me. There is the Mandrake way to do this... As stated before add to /etc/modules.conf: alias scsi_hostadapter aic7xxx and then add to /etc/modules:

RE: [expert] how to make insmod permanent

2002-02-08 Thread Klar Brian D Contr MSG/SICN
To: [EMAIL PROTECTED] Subject: [expert] how to make insmod permanent Hi I got my umax scanner working today by installing a aha-2906 scsi card, and doing insmod aic7xxx after which xsane finds and uses the scanner fine everything works great. however when I rebooted it appears to have lost some

Re: [expert] how to make insmod permanent

2002-02-08 Thread jarmo kettunen
On Friday 08 February 2002 15:17, you wrote: Why not modprobe aic7xxx. It loads all other modules for aic as well. For some reason on my MDK 8.1 box, rc.local won't run anything I have added into it. Brian D. Klar - CVE OTS WPAFB Is your rc.local file executable? Jarmo Want to buy

RE: [expert] how to make insmod permanent

2002-02-08 Thread Klar Brian D Contr MSG/SICN
8:29 AM To: [EMAIL PROTECTED] Subject: Re: [expert] how to make insmod permanent On Friday 08 February 2002 15:17, you wrote: Why not modprobe aic7xxx. It loads all other modules for aic as well. For some reason on my MDK 8.1 box, rc.local won't run anything I have added into it. Brian D

Re: [expert] how to make insmod permanent

2002-02-08 Thread Praedor Tempus
On Thursday 07 February 2002 07:34 pm, J. Grant wrote: I dont remember exactly, but i seem to remember there was a command to regenerate the module list? like ldconfig does for shared libs or something similar? Better than having to add it to rc.local for every module i thought.. In this

Re: [expert] how to make insmod permanent

2002-02-08 Thread mike
Praedor Tempus wrote: In this case, and until a real fix could be found, it would be better to have the function of the module as it SHOULD be working (but isn't) than to do it the proper Mandrake way. The proper way seems to be failing in this case for some reason. Until figuring out

Re: [expert] how to make insmod permanent

2002-02-08 Thread Larry Sword
J. Grant wrote: I dont remember exactly, but i seem to remember there was a command to regenerate the module list? like ldconfig does for shared libs or something similar? Better than having to add it to rc.local for every module i thought.. please let me know if this command exists :)

Re: [expert] how to make insmod permanent

2002-02-08 Thread Larry Sword
mike wrote: Praedor Tempus wrote: In this case, and until a real fix could be found, it would be better to have the function of the module as it SHOULD be working (but isn't) than to do it the proper Mandrake way. The proper way seems to be failing in this case for some reason.

Re: [expert] how to make insmod permanent

2002-02-08 Thread Alexander Skwar
So sprach »mike« am 2002-02-07 um 21:40:37 -0600 : and if it works fine what's the harm? Nice argument :( The correct way to do this, is to add the name of the module to /etc/modules in Mandrake. This file will be parsed at startup, and every module mentioned there will be auto loaded.

Re: [expert] how to make insmod permanent

2002-02-08 Thread mike
Larry Sword wrote: If the correct entries are in the /etc/modules.conf and /etc/modules then you may want to preload the scsi device via initrd. mkinitrd creates filesystem images which are suitable for use as Linux initial ramdisk (initrd) images. Such images are often used for

[expert] how to make insmod permanent

2002-02-07 Thread mike
Hi I got my umax scanner working today by installing a aha-2906 scsi card, and doing insmod aic7xxx after which xsane finds and uses the scanner fine everything works great. however when I rebooted it appears to have lost some setting and I had to insmod aic7xxx and find-scanner again before

Re: [expert] how to make insmod permanent

2002-02-07 Thread Bill Witherspoon
On Thu, 07 Feb 2002 17:46:07 -0600 mike [EMAIL PROTECTED] wrote: Hi I got my umax scanner working today by installing a aha-2906 scsi card, and doing insmod aic7xxx after which xsane finds and uses the scanner fine everything works great. however when I rebooted it appears to have lost

Re: [expert] how to make insmod permanent

2002-02-07 Thread mike
Bill Witherspoon wrote: You should be able to add this to one of the rc files in /etc/rc.d/ Usually rc.local Add what To the file exactly? how do I do this ( I mean what line do I add the the rc.local , what do I type? ) Mike Want to buy your Pack or Services from MandrakeSoft? Go to

Re: [expert] how to make insmod permanent

2002-02-07 Thread mike
[EMAIL PROTECTED] wrote: Don't add it to rc.local. The correct place is in modules.conf with a line similar to: alias scsi_hostadapter aic7xxx Have this already in modules.conf alias scsi_hostadapter1 aic7xxx don't know if it was there before I rebooted so I will and see if it

Re: [expert] how to make insmod permanent

2002-02-07 Thread mike
mike wrote: [EMAIL PROTECTED] wrote: Don't add it to rc.local. The correct place is in modules.conf with a line similar to: alias scsi_hostadapter aic7xxx Have this already in modules.conf alias scsi_hostadapter1 aic7xxx don't know if it was there before I rebooted so I

Re: [expert] how to make insmod permanent

2002-02-07 Thread Praedor Tempus
On Thursday 07 February 2002 05:40 pm, mike wrote: mike wrote: [EMAIL PROTECTED] wrote: Don't add it to rc.local. The correct place is in modules.conf with a line similar to: alias scsi_hostadapter aic7xxx Have this already in modules.conf alias scsi_hostadapter1 aic7xxx

Re: [expert] how to make insmod permanent

2002-02-07 Thread kwan
On Thu, 7 Feb 2002, mike wrote: Bill Witherspoon wrote: You should be able to add this to one of the rc files in /etc/rc.d/ Usually rc.local Add what To the file exactly? how do I do this ( I mean what line do I add the the rc.local , what do I type? ) Don't add it to rc.local. The

Re: [expert] how to make insmod permanent

2002-02-07 Thread mike
Praedor Tempus wrote: Go ahead and put it in your /etc/rc.local file (if it wont take)...why NOT add it to rc.local? It will remain with every reboot. I used to have to do that several linux iterations ago for alsa, as I recall. Ok Praedor, add this : alias scsi_hostadapter1 aic7xxx ?

Re: [expert] how to make insmod permanent

2002-02-07 Thread mike
sorry Praedor didn't work still lost it at reboot. Mike Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] how to make insmod permanent

2002-02-07 Thread Praedor Tempus
On Thursday 07 February 2002 06:06 pm, mike wrote: Praedor Tempus wrote: Go ahead and put it in your /etc/rc.local file (if it wont take)...why NOT add it to rc.local? It will remain with every reboot. I used to have to do that several linux iterations ago for alsa, as I recall. Ok

Re: [expert] how to make insmod permanent

2002-02-07 Thread Praedor Tempus
On Thursday 07 February 2002 06:12 pm, mike wrote: sorry Praedor didn't work still lost it at reboot. Mike Say what? I mean simply add the statement insmod your desired module to rc.local, right at the top before everything else. You could also go with modprobe your desired module too.

Re: [expert] how to make insmod permanent

2002-02-07 Thread mike
Praedor Tempus wrote: simply to do the automatic insmod bit from rc.local. I added ( does it matter where? ) insmod aic7xxx and saved. Will try it . Please verify if this is what i should have done. OK? Mike Want to buy your Pack or Services from MandrakeSoft? Go to

Re: [expert] how to make insmod permanent

2002-02-07 Thread mike
Praedor Tempus wrote: Say what? Sorry Praedor but I'm not the expert , you are right? maybe a simple question , but I've never done this, nor had to do this before. I'm not a moron just inexperienced in every command one can use in linux. BTW I did as you said and it worked. Thanks a

Re: [expert] how to make insmod permanent

2002-02-07 Thread Praedor Tempus
On Thursday 07 February 2002 06:31 pm, mike wrote: Praedor Tempus wrote: simply to do the automatic insmod bit from rc.local. I added ( does it matter where? ) insmod aic7xxx and saved. Hi. When I have done this before, it would be to add an entry at the top of rc.local after all the

Re: [expert] how to make insmod permanent

2002-02-07 Thread Praedor Tempus
On Thursday 07 February 2002 06:39 pm, mike wrote: Praedor Tempus wrote: Say what? Sorry Praedor but I'm not the expert , you are right? I apologize. I did not intend to insult. I did not realise originally that you were the one needing the help. Brain fart. I thought someone else was

Re: [expert] how to make insmod permanent

2002-02-07 Thread J. Grant
I dont remember exactly, but i seem to remember there was a command to regenerate the module list? like ldconfig does for shared libs or something similar? Better than having to add it to rc.local for every module i thought.. please let me know if this command exists :) JG Don't add it

Re: [expert] how to make insmod permanent

2002-02-07 Thread kwan
On Thu, 7 Feb 2002, Praedor Tempus wrote: On Thursday 07 February 2002 06:06 pm, mike wrote: Praedor Tempus wrote: Go ahead and put it in your /etc/rc.local file (if it wont take)...why NOT add it to rc.local? It will remain with every reboot. I used to have to do that several

Re: [expert] how to make insmod permanent

2002-02-07 Thread mike
The only thing that should be in the rc scripts is depmod, which figures out the module dependencies. If the module is not loaded on boot, it should load when the requests it. This may be the problem -- the module itself may not be showing up in an lsmod. Shows up fine as shown when lsmod.