First, let me thank profusely those of you who responded to my previous
post,
the devfs option was the problem, and I am now booting and looking
good, save for one thing; qeth....
What I've got is the qdio module loaded:
lsmod
Module Size Used by
qdio 33920 0 (unused)
md 61168 0 (unused)
And when I try to load the OCO qeth.o for 2.4.19 from the IBM page, it
gives me:
insmod qeth
Using /lib/modules/2.4.19/kernel/drivers/qeth.o
/lib/modules/2.4.19/kernel/drivers/qeth.o: unresolved symbol addrconf_lock
/lib/modules/2.4.19/kernel/drivers/qeth.o: unresolved symbol
in6_dev_finish_dest
roy
/lib/modules/2.4.19/kernel/drivers/qeth.o: unresolved symbol ndisc_mc_map
/lib/modules/2.4.19/kernel/drivers/qeth.o: unresolved symbol
unregister_inet6add
r_notifier
/lib/modules/2.4.19/kernel/drivers/qeth.o: unresolved symbol
register_inet6addr_
notifier
I had this previously when I tried to update the kernel and I had the
wrong kernel version for the MOD_VERSIONS define in the module, itself.
The thing here is that I think these symbols are defined in the qdio module
and since that's loaded, where am I going wrong?
Again, thanks to all in advance
and thanks again for the previous help,
Murray Butler