having problems since kernel version 2.4.7 and 2.4.8 to make a specific kernel
with support of esssolo sound card:
...
make modules_install
...
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.8; fi
depmod: *** Unresolved symbols in /lib/modules/2.4.8/kernel/drivers/sound/esssolo1.o
depmod: gameport_register_port
depmod: gameport_unregister_port
Applying AC's patches removes this problem.
My question: will this bug be fixed in 2.4.9 so that kernel 2.4.9 can be
installed correctly from the original source linux-2.4.9.tar.gz?
Regards
Joachim Backes
--Joachim Backes <backes@rhrk.uni-kl.de> | Univ. of Kaiserslautern Computer Center, High Performance Computing | Phone: +49-631-205-2438 D-67653 Kaiserslautern, PO Box 3049, Germany | Fax: +49-631-205-3056 ---------------------------------------------+------------------------ WWW: http://hlrwm.rhrk.uni-kl.de/home/staff/backes.html
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/