This is a binary of modules-2.1.13 (including the patch below) for Linux/m68k. You need it if you want to use modules with kernel version 2.1.13 or higher. BTW, my /etc/conf.modules looks like -------------------------------------------------------------------------------- alias eth0 ariadne alias char-major-4 amiga_ser alias char-major-14 dmasound alias block-major-2 amiflop alias net-pf-3 off # no ax25 module available (yet) alias net-pf-4 off # if you don't use the ipx module alias net-pf-5 off # if you don't use the appletalk module -------------------------------------------------------------------------------- This makes sure that kerneld can find the modules for Ethernet (Ariadne in my case), serial port (builtin Amiga), sound and floppy (Amiga floppy). Change the settings to your needs. You no longer need to add aliases for binfmt_aout, amigamouse and atarimouse, due to the following patch: --- modules-2.1.13/depmod/config.c.orig Wed Nov 27 14:21:02 1996 +++ modules-2.1.13/depmod/config.c Sun Dec 8 22:26:13 1996 @@ -74,6 +74,7 @@ }; static char *aliaslist[100]={ + "binfmt-2 binfmt_aout", "binfmt-204 binfmt_aout", "binfmt-263 binfmt_aout", "binfmt-264 binfmt_aout", @@ -112,8 +113,8 @@ "char-major-10-2 msbusmouse", /* /dev/inportbm Microsoft Inport bus mouse */ "char-major-10-3 atixlmouse", /* /dev/atibm ATI XL bus mouse */ /* /dev/jbm J-mouse */ - /* /dev/amigamouse Amiga mouse (68k/Amiga) */ - /* /dev/atarimouse Atari mouse */ + "char-major-10-4 amigamouse", /* /dev/amigamouse Amiga mouse (68k/Amiga) */ + "char-major-10-5 atarimouse", /* /dev/atarimouse Atari mouse */ /* /dev/sunmouse Sun mouse */ /* /dev/beep Fancy beep device */ /* /dev/modreq Kernel module load request */ -- Geert Uytterhoeven Geert.Uytterhoeven@cs.kuleuven.ac.be Wavelets, Linux/m68k on Amiga http://www.cs.kuleuven.ac.be/~geert/ Department of Computer Science -- Katholieke Universiteit Leuven -- Belgium