Dell c6220安裝完centos 5.5識別不了網卡,只能從新安裝了下網卡驅動centos
1.製做網卡驅動鏡像ide
網卡驅動包:intel-i350-igb-4.2.16.tar.gz測試
2.使用遠控掛載鏡像spa
3.建立掛載點:mkdir /mnt/cdit
4.掛載:mount –t vfat /dev/sdb /mnt/cdclass
5.拷貝出網卡鏡像:margin
#mkdir /e-isodb
#cp –r/mnt/cd/igb-4.4.16/* /e-iso/di
6.安裝網卡驅動:view
#cd /e-iso/src
#make install
#modprobe igb
#rmmod igb
7.測試網卡:#ifconfig eth0 10.0.0.1