chantian
deepin
2019-06-29 19:12 以下是驱动安装说明。
Move the base driver tar file to the directory of your choice. For
example, use '/home/username/igb' or '/usr/local/src/igb'.
2. Untar/unzip the archive, where is the version number for the
driver tar file:
tar zxf igb-.tar.gz
3. Change to the driver src directory, where is the version number
for the driver tar:
cd igb-/src/
4. Compile the driver module:
# make install
The binary will be installed as:
/lib/modules//updates/drivers/net/ethernet/intel/igb/igb.ko
The install location listed above is the default location. This may differ
for various Linux distributions.
5. Load the module using the modprobe command:
modprobe [parameter=port1_value,port2_value]
Make sure that any older igb drivers are removed from the kernel before
loading the new module:
rmmod igb; modprobe igb
6. Assign an IP address to the interface by entering the following,
where ethX is the interface name that was shown in dmesg after modprobe:
ip address add / dev ethX
7. Verify that the interface works. Enter the following, where IP_address
is the IP address for another machine on the same subnet as the interface
that is being tested:
ping
Move the base driver tar file to the directory of your choice. For
example, use '/home/username/igb' or '/usr/local/src/igb'.
2. Untar/unzip the archive, where is the version number for the
driver tar file:
tar zxf igb-.tar.gz
3. Change to the driver src directory, where is the version number
for the driver tar:
cd igb-/src/
4. Compile the driver module:
# make install
The binary will be installed as:
/lib/modules//updates/drivers/net/ethernet/intel/igb/igb.ko
The install location listed above is the default location. This may differ
for various Linux distributions.
5. Load the module using the modprobe command:
modprobe [parameter=port1_value,port2_value]
Make sure that any older igb drivers are removed from the kernel before
loading the new module:
rmmod igb; modprobe igb
6. Assign an IP address to the interface by entering the following,
where ethX is the interface name that was shown in dmesg after modprobe:
ip address add / dev ethX
7. Verify that the interface works. Enter the following, where IP_address
is the IP address for another machine on the same subnet as the interface
that is being tested:
ping
Reply Like 0 View the author


中文 
