Phobos Corporation fast Ethernet driver installation instructions ----------------------------------------------------------------- Before preceding shutdown your system and install the H100 interface hardware card into your system. Reboot your system. The fe_install script will install the Phobos Corporation FE driver into your kernel and reboot your machine. 1. Insert the CD into the CD-ROM drive. 2. Use the mount(1M) command to mount the CD-ROM drive. For example: % /etc/mount -r -t cdfs /dev/dsk/c201d#s0 /cdrom - where # is the SCSI device ID of your CD-ROM drive. - note that the entire device name is system dependent. - /cdrom is the assumed mount point for this example it can be any mountpoint. 3. Cd to the HPUX-9.0.x version of the driver software. % cd /cdrom/Phobos/HPUX90 4. Run the fe_install script % ./fe_install The final stage of the fe_install script is the rebooting of your system with a new kernel that contains the FE driver. Once rebooted you can use SAM, sam(1M), utility to configure the IP address for your new interface. The fe_uninstall script will remove the driver from your system. ---- Technical notes: /usr/bin/fe_control installed during this process can be used to set the speed of the interface card. See the man page for fe_control(1). The fe driver is attached to the liblan.a library so it will be included in subsequent kernel builds. The standard HP programs lanscan and landconfig have been renamed to lanscan.hpux and lanconfig.hpux. Shell wrappers are put in are put in there place. This allows SAM to recognize and configure the IP address of the fe interface. Manual install: If you want to manually install the driver onto your system please see the file INSTALL.manual. Making the H100 fast ethernet interface the primary interface: The easiest way to accomplish this is to edit the file /etc/netlinkrc. And relplace the occurances of "lan0" with "fe0".