> Do a modprobe meteor2 dmask=-1 and send me the logs. I would do so if i could compile the meteor2-1.1 driver. Compilation works after some modifications to via.c due to problems with the "#define YN(var) (card->card_info.##var ? "yes" : "no") " macro which seems not supported with gcc 3.3.1 anymore. But depmod -ae tells me of unresolved symbols for deputy_copy_to_user and deputy_copy_from_user. My old mosix kernel has these functions, but they reside in /usr/src/linux/mod/deputy.c which does not exist in the vanilla 2.4.22 kernel. Do I have to apply any patches? The README doesnt give me any hint for that. Alex