On Thu, 16 Dec 1999,  Fernando Korstanje wrote about,  insmod ppaI and zipdrive:
> I configured my kernel as explained in the miniHowTo in order to 
> install a zip drive.
> 
> Once I was able to install it just as explained.
> 
> I had to re-install my system and now I got this message when I give 
> the order: insmod 

You installed a new system, but did you keep the old /etc/conf.modules?

You need an entry in that file.

alias parport_lowlevel parport_pc   

The above works in conjuntion with the program "kmod" or kerneld, that
depends on which kernel you are using.

You then issue modprobe ppa
then all the modules should get loaded in the proper order.
Yesterday i mentioned this very problem, your error messages are caused
becaue you are trying to load a module when it cant find its brothers, in
this case;
parport_pc
parport
then ppa gets loaded.

Check that you have all the modules in the modules directory(s).


> /lib/modules/2.2.5-15/scsi/ppa.o: unresolved symbol 
> parport_claim_Rcca 15f23
> /lib/modules/2.2.5-15/scsi/ppa.o: unresolved symbol 
> parport_register_device_R064ebecf
> /lib/modules/2.2.5-15/scsi/ppa.o: unresolved symbol 
> parport_unregister_device_R3618c96f
> /lib/modules/2.2.5-15/scsi/ppa.o: unresolved symbol 
> parport_enumerate_R648d1e26
> /lib/modules/2.2.5-15/scsi/ppa.o: unresolved symbol 
> parport_release_R4430d136
> 
> 
> And I cannot mount the zip.
> Just trying I put: insmod parport
> and then insmod ppa
> 
> 
> and it worked !!!!

It will still work, if you have all the modules neded and the proper entry
in /etc/conf.modules

O yes, a short note here about conf.modules and modules.conf they are the
same file but as of modutils 2.3.6 needed for 2.3.xx kernels its called
modules.conf, yes confusing ..


> 
> The question in how to skip this additional step.

Make sure "kmod"  is defined in your kernel.

> 
> Can I make an alias whit two steps....with comma?

man insmod
man modprobe

> 
> I guess is a problem that has to do whit module dependencies...am 
> I right?

yes.

> 
> :-( but i cannot fix it.

You can fix it, read the manuels.

> 
> any help?

As above.

> 
> 
> 
> 
> Fernando Korstanje
> mailto:[EMAIL PROTECTED]
> Tucuman. Argentina
> Comunicacion para el Desarrollo Y Pedagogia Audiovisual
> http://www.Geocities.com/Athens/Delphi/8644
> suscribase a la lista de Comunicacion para el Desarrollo enviando un mensaje a:
> [EMAIL PROTECTED]
-- 
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/
Merry Xmas.

Reply via email to