Hi everyone, I have a following question regarding scsi modules. When trying to insmod module I get following output: root@waterman:/lib/modules/2.2.14/scsi > insmod aha152x.o aha152x.o: init_module: Device or resource busy when I try to modprobe with exact parameters I get following output: root@waterman:/lib/modules/2.2.14/scsi > modprobe aha152x.o aha152x=0x340,11,7,0 Note: /etc/conf.modules is more recent than /lib/modules/2.2.14/modules.dep modprobe: Can't locate module aha152x.o What would be the solution to that problem? Thanks, Peter -- 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/
"Peter J. Pieczora" wrote:
Hi everyone,
I have a following question regarding scsi modules. When trying to insmod module I get following output:
root@waterman:/lib/modules/2.2.14/scsi > insmod aha152x.o aha152x.o: init_module: Device or resource busy
when I try to modprobe with exact parameters I get following output:
root@waterman:/lib/modules/2.2.14/scsi > modprobe aha152x.o
-=-=-=-=- don't put the .o at the end do only 'modprobe aha152x'
Note: /etc/conf.modules is more recent than /lib/modules/2.2.14/modules.dep
-=-=-=-=- $ cd /lib/modules/2.2.14/ $ depmode Nicholas -- 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/
"Peter J. Pieczora" wrote:
I have a following question regarding scsi modules. When trying to insmod module I get following output:
root@waterman: > insmod aha152x.o aha152x.o: init_module: Device or resource busy
when I try to modprobe with exact parameters I get following output:
root@waterman: > modprobe aha152x.o aha152x=0x340,11,7,0 Note: /etc/conf.modules is more recent than /lib/modules/2.2.14/modules.dep modprobe: Can't locate module aha152x.o
(Don't use the .o extension with modprobe!) Have you set the jumpers in your scsi card to match the options you are passing? I've a $2 Adaptec 1502 that I think uses aha152x.o driver. Is jumper configurable, and I have to pass parameters to insmod. I'd suggest you to put the options in modules.conf, run depmod and modprobe it. -- Rafael -- 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 (3)
-
mcmxc@freemail.gr
-
pjpieczora@sympatico.ca
-
raffo@neuronet.pitt.edu