woff 發表於 2010-5-11 01:20:12

Attansic L1e Gigabit Ethernet driver for Linux(CentOS 5.X)

下載: ftp://ftp.hogchain.net/pub/linux/attansic/atl1e/source/l1e-1.0.1.0.tar.gz


相關資訊:
http://partner.atheros.com/Drivers.aspx
http://wiki.centos.org/AdditionalResources/HardwareList/CentOS5/AttansicL1?action=show&redirect=HardwareList%2FCentOS5%2FAttansicL1


Install Driver
#mv l1e-1.0.1.0.tar.gz /root
#cd /root
#tar zxvf l1e-1.0.1.0.tar.gz
#cd /root/ 1e-1.0.1.0/src
#make install

#vi/etc/modprobe.conf(新增alias eth0 atl1e)
#modprobe arl1e
#lsmod |grep atl1e (查看模組是否被成功載入)

#vi /etc/sysconfig/network-scripts/ifcfg-eth0   (設定 eth0)


DEVICE=eth0
BOOTPROTO=static
IPADDR=192.168.0.X
NETMASK=255.255.255.0
ONBOOT=yes
GATEWAY=192.168.0.Y



# /etc/init.d/network restart ( ifcfg eth0 up 也行)#ifconfig eth0 (查看eth0 資訊)


(本次安裝於 CentOS 5.4)

cutewen-irene 發表於 2013-11-9 01:03:17

支持你加分

官铭富文 發表於 2013-11-9 01:03:17

不错,支持下

hus2wwsa970 發表於 2013-11-9 01:03:17

我的啦嘿嘿
頁: [1]
查看完整版本: Attansic L1e Gigabit Ethernet driver for Linux(CentOS 5.X)