======------ How to put a driver on a floppy for use with sysinstall 1) Format the floppy # fdformat /dev/fd0 # disklabel -w -r /dev/fd0 fd1440 # newfs /dev/fd0 2) Mount it, copy the driver and unmount it again. # mount -t ufs /dev/fd0 /mnt # cp /usr/src/sys/modules/atuwi/if_atuwi.ko /mnt # umount /mnt ======------ How to burn a floppy image onto a floppy 1) Untar the floppy image from the tar.gz-file # tar -xvzf atuwi-driver-5.1-release.flp.tar.gz 2) Burn the image to a floppy # dd if=atuwi-driver.flp of=/dev/fd0 ======------ How to burn a floppy image onto a floppy using Window$ 1) Extract the floppy image from the tar.gz-file with for example winzip. 2) Get 'fdimage.exe' from your favourite FreeBSD mirror at : ftp://ftp.[some-mirror].freebsd.org/pub/FreeBSD/tools/fdimage.exe 3) Start a cmd-box and type : # fdimage atuwi-driver.flp a: