Tekram DC390W/U/F(T) FreeBSD driver User's Guide ============================================================== 1. Contents bsd390w.txt - The readme file for DC-390W/U/F(T) FreeBSD driver boot210.zip - Boot diskette image for FreeBSD RELEASE-2.1.0 kern210.zip - Kernel diskette image for FreeBSD RELEASE-2.1.0 pw210.zip - DC-390W/U/F(T) FreeBSD driver patch file for RELEASE-2.1.0 boot215.zip - Boot diskette image for FreeBSD RELEASE-2.1.5 kern215.zip - Kernel diskette image for FreeBSD RELEASE-2.1.5 pw215.zip - DC-390W/U/F(T) FreeBSD driver patch file for RELEASE-2.1.5 (Note! In the following examples it is subject to RELEASE-2.1.5 user, for RELEASE-2.1.0 user replace the *210.* files with *215.* files.) 2. The first-time installation A. Before Installing (Under DOS environment) a. Get three 1.44M formatted and empty diskettes. Configure a 1.44M floppy drive as A: and a 1.44M floppy drive as B:. (i.e. you must have two 1.44M floppy drives.) Get DOS tools: PKUNZIP.EXE and RAWRITE.EXE. b. Decompress diskette image file by: pkunzip boot215.zip pkunzip kern215.zip c. Insert a 1.44M empty diskette to floppy drive A. Write "BOOT" diskette image to floppy diskette by: rawrite boot215 A: Remove diskette from drive A and insert a 1.44M empty diskette to drive A. d. Write "KERNEL" diskette image to floppy diskette by: rawrite kern215 A: Remove diskette from drive A and insert a 1.44M empty diskette to drive A. e. Write "FIXIT" diskette image to floppy diskette by: rawrite fixit.flp A: (get fixit.flp from FreeBSD CDROM \floppies\fixit.flp or FreeBSD Web server) Remove diskette from drive A. B. Installation a. Installing system * Using BOOT diskette that you made as the Booting diskette follows the FreeBSD installation procedures to install. b. Updating kernel - After system is installed completely, in "User Confirmation Requested" screen system is asking you "Are you sure you wish to exit? The system will reboot (be sure to remove ...)." For RELEASE-2.1.0: * Don't remove BOOT floppy from drive A at this time, but select < Yes > to reboot. For RELEASE-2.1.5: * Select < No > - When the system display the "Welcome to FreeBSD!" screen: * Select "Fixit Mount fixit floppy and go into repair mode" - In the "Message" screen: * Insert the "FIXIT" floppy to drive A and press "Enter". - Now, system enter into command prompt. * Insert the "KERNEL" floppy to drive B. * Type the following command to update the kernel. For RELEASE-2.1.0: # cd / # mkdir mnt1 # mount /dev/fd1 /mnt # mount /dev/sd0s1 /mnt1 (mount the partition where system was installed) # mv /mnt1/kernel /mnt1/kernel.old # cp /mnt/kernel /mnt1 # umount /mnt # umount /mnt1 # exit For RELEASE-2.1.5: # cd / # mount /dev/fd1 /mnt # mv kernel kernel.old # cp /mnt/kernel / # umount /mnt # exit c. Exit and Reboot system - Now, system back to the "Message" screen: * Remove the fixit floppy and press "Enter". - in the "Welcome to FreeBSD!" screen: * Select "Quit Exit this menu (and the installation)" - in the "User Confirmation Requested" screen: * Select < Yes > to reboot FreeBSD. 3. Configure the system and Remake the kernel # (copy pw215.gz to /usr/src) # cd /usr/src # zcat pw215.gz | patch -p0 # cd sys/i386/conf # config TEKRAM # cd ../../compile/TEKRAM # make depend # make # make install # reboot