Article Title: Solaris10forx86 Nic replacement configuration strategy. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
I installed solaris 10 for x86 u3 on the PC for testing, and successfully recognized the intel Nic when installing the system. Yesterday, my colleague pulled the intel Nic from my machine. Later, he gave me a 3com 3c905 Nic. I inserted it into the PCI slot of the motherboard, and then powered on it, boot solaris. After the system is up, an error message is displayed: This indicates that there is a problem with the NIC. I use
# Ifconfig? A. Check that only lo0 is returned, and the newly inserted Nic is not set correctly.
First, check whether there is a driver for the 3com Nic in the system. The drivers of Solaris10 are generally in the system's built-in driver directory/kernel/drv, which contains a lot of drivers installed by default. How do I know which driver is from which manufacturer? Open the driver configuration file. Go to the/kernel/drv directory. You can see that many drivers are paired with their configuration files. For details, see:
Many drivers and their configuration files appear in pairs.
Open a. conf file-bash-3.00 # more e1000g. conf
# Driver. conf file for Intel e1000g Gigabit Ethernet Adapter
#
# Copyright (c) 2002, by Intel, Inc. // intel company Dongdong
# All Rights Reserved.
#
# Ident "@ (#) e1000g. conf 1.1 98/09/22 Intel"
#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# Ident "@ (#) e1000g. conf 1.4 06/03/06 SMI"
................. (Omitted)
[1] [2] Next page