Dax,
What is your modutils version? Is this the first test12 that has caused this error?
Regards,
Frank
> Linus, Andreas,
>
> I've been using this same config since FireWire was merged, just tried out
> test12-pre3 and got an unresolved symbol problem with raw1394.o
>
> #
> # IEEE 1394 (FireWire) support
> #
> CONFIG_IEEE1394=y
> # CONFIG_IEEE1394_PCILYNX is not set
> CONFIG_IEEE1394_OHCI1394=y
> CONFIG_IEEE1394_VIDEO1394=m
> CONFIG_IEEE1394_RAWIO=m
> # CONFIG_IEEE1394_VERBOSEDEBUG is not set
>
>
> make bzImage; make modules; make modules_install
>
> modules_install bombs out with:
>
> cd /lib/modules/2.4.0-test12; \
> mkdir -p pcmcia; \
> find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{}
> pcmcia if [ -r System.map ]; then /sbin/depmod -ae -F System.map
> 2.4.0-test12; fi depmod: *** Unresolved symbols in
> /lib/modules/2.4.0-test12/kernel/drivers/ieee1394/raw1394.o
> depmod: free_tlabel
> depmod: fill_iso_packet
> depmod: hpsb_register_highlevel
> depmod: highlevel_lock
> depmod: hpsb_unregister_highlevel
Frank Davis said once upon a time (Fri, 1 Dec 2000):
> Dax,
> What is your modutils version? Is this the first test12 that has
> caused this error?
> Regards, Frank
[root@thud security]# depmod --version
depmod version 2.3.21
I was running 2.4.0-test11-pre3 before I upgraded to test12-pre3. I
haven't had problems before test12-pre3.
Dax