Patch-ID# 106130-01 Keywords: Synoptics 28115 hme link 100BaseFX mii transceiver Synopsis: SunFastEthernet Adapter 2.1: hme driver fix for 100BaseFX transceiver. Date: Mar/16/98 Solaris Release: 1.1.2 SunOS Release: 4.1.4 Unbundled Product: SunFastEthernet Adapter Unbundled Release: 2.1 Relevant Architectures: sun4m BugId's fixed with this patch: 4071199 4095617 Changes incorporated in this version: 4077699 4095617 Patches accumulated and obsoleted by this patch: Patches which conflict with this patch: Patches required with this patch: Obsoleted by: Files included with this patch: README sun4m/hme_.o sun4m/if_hme.o sunif/if_hme.h Problem Description: 4077699 new hardware hangs when connected to Synoptics 28115 100Mb hub 4095617 hme interface doesn't work with fiber transiver Patch Installation Instructions: 1) As root, make a backup of the existing hme_.o and if_hme.o files: mv /usr/sys/`arch -k`/OBJ/hme_.o /usr/sys/`arch -k`/OBJ/hme_.o.FCS mv /usr/sys/`arch -k`/OBJ/if_hme.o /usr/sys/`arch -k`/OBJ/if_hme.o.FCS 2) Copy the new hme_.o and if_hme.o from the patch directory: cp `arch -k`/hme_.o /usr/sys/`arch -k`/OBJ cp `arch -k`/if_hme.o /usr/sys/`arch -k`/OBJ 3) Copy the new if_hme.h from the patch directoy. cp sunif/if_hme.h /usr/kvm/sys/sunif 4) Config and make a new kernel. Reboot the system. Please refer to the System and Network Administration manual for details on building a custom kernel.