> rt2860-source won't compile on my neat eee PC with > linux-image-2.6.26-1-xen-686 unless you fix this typo:
> # diff include/mlme.h include/mlme.h.1.8.0.0-3 > 1210c1210 > < typedef VOID *(*STATE_MACHINE_FUNC)(VOID *Adaptor, MLME_QUEUE_ELEM *Elem); > --- > > typedef VOID (*STATE_MACHINE_FUNC)(VOID *Adaptor, MLME_QUEUE_ELEM > > *Elem); It fails differently here, but I use module-assistant for building: $ m-a -t -l2.6.26 a-b rt2860 ..... ..... LD [M] /usr/src/modass/usr_src/modules/rt2860/os/linux/rt2860sta.o Building modules, stage 2. MODPOST 1 modules /bin/sh: scripts/mod/modpost: not found make[4]: *** [__modpost] Error 127 make[3]: *** [modules] Error 2 Looks like the kernel module is built OK, but some later stage fails due to a missing scripts/mod/modpost. Such script is available in /usr/src/linux-kbuild-2.6.26/scripts/mod/modpost but it seems the build system can't find it. Perhaps module-assistant's failt? (grepping for modpost in the package finds nothing) -- dam
signature.asc
Description: Digital signature
_______________________________________________ Debian-eeepc-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel
