[tulip] 'depmod -a' doesn't find pci-scan.o dependency

Thomas Dodd ted@cypress.com
Wed, 20 Sep 2000 09:48:32 -0500


"Michael G. Katzmann" wrote:
> 
> If I run 'depmod -a' the modules.dep file DOES NOT reflect the
> dependency of tulip.o on pci-scan.o

What version of modutils are you using?
I have modutils 2.3.13 and it finds the dependency fine.
 
> If I hnd tweek the modules.dep file to force tulip to be dependent
> on pci-scan, all is fine. (until the bootup 'depmod -a' writes
> over it!)
> 
> How can I make 'depmod -a' correctly find the dependency.

add a pre-install command like:

pre-install tulip insmod pci-scan

this will force the loading of pci-scan
when tulip is loaded. It may complain
if pci-scan is already loaded.

I recommend upgrading modutils.

	-Thomas