Well, quite a bit harder than I thought.
First, for reference my write-up on RH 8 is at:
http://home.gagme.com/greg/linux/toshiba1115.php
I tried to follow the same basic steps with RH 9 but it's not working. Basically, whenever try to install the kernel I get the following error:
.
.
.
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.20-9custom; fi
depmod: *** Unresolved symbols in /lib/modules/2.4.20-9custom/kernel/drivers/char/bat_gericom.o
depmod: apm_battery_hook_Rd8e8130c
depmod: apm_battery_hook_sem_R0a67dd77
What's odd is that everything went fine up until then. This only happened at the make "modules_install" step.
Any ideas?
-- Greg Gulik http://www.gulik.org/greg/ greg@xxxxxxxxx