On Mon, Jul 09, 2001 at 02:57:32PM -0400, Simoncini, Matthew wrote:
have recently installed Solaris 8 (for Intel) on a PC at work and am having problems connecting to the network. I think that the problem is related to the speed that the NIC is trying to use when connected to the LAN. I suspect this because the little green speed indicator for 100mb is illuminated (on the NIC) when the workstation is connected to the network jack.
Is the network not 100mbit? If the speed is mismatched, you won't be on the network at all. If the duplex is mismatched, you'll just get bad performance when doing certain operations (namely quick read/writes). You can determine this (usually) via "netstat -in" and looking for I/O errors and collisions on a FD network.
If anyone can help or has similar experience, please give me a shout. I think I remember reading somewhere about a device driver file that can be changed to force the speed of the NIC. Anyone else ??
Hmmm. I know relatively nothing about the Intel version of Solaris (I touched it once about 4 years ago), but on Solaris SPARC you would either use ndd to get/set the net driver settings (ala "ndd /dev/hme link_speed") or set the driver's settings via /etc/system: set hme:hme_adv_autoneg_cap=0 set hme:hme_adv_100T4_cap=0 set hme:hme_adv_100fdx_cap=1 set hme:hme_adv_100hdx_cap=0 set hme:hme_adv_10fdx_cap=0 set hme:hme_adv_10hdx_cap=0 As I said, I don't know if this is valid for Solaris Intel, but ... -- Randomly Generated Tagline: "... so people can't look up your skirt I guess... Not that I wear one..." - Prof. Brown about "Modesty Skirts".