Difference between revisions of "ClearOS 5.2 Atheros L2 Driver Install"
From MS Computech
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
<pre> | <pre> | ||
alias eth2 atl2 | alias eth2 atl2 | ||
− | </pre | + | </pre> |
Run command | Run command | ||
<pre> | <pre> | ||
Line 13: | Line 13: | ||
depmod -a | depmod -a | ||
ifconfig eth2 up | ifconfig eth2 up | ||
+ | rpm --import ftp://timburgess.net/RPM-GPG-KEY-TimB.txt | ||
+ | </pre> | ||
+ | Then install the release RPM (by default the 'timb' and 'timb-testing' repo's will be disabled) | ||
+ | <pre> | ||
+ | wget ftp://timburgess.net/repo/clearos/5.2/os/timb-release-1-0.noarch.rpm | ||
+ | rpm -Kv timb-release-1-0.noarch.rpm | ||
+ | rpm -Uvh timb-release-1-0.noarch.rpm | ||
</pre> | </pre> | ||
+ | |||
+ | |||
+ | |||
------ | ------ |
Latest revision as of 11:36, 25 August 2012
วิธีการติดตั้ง Driver Atheros L2 Clearos 5.2
wget ftp://download.clearfoundation.com/community/timb80/repo/clearos/5.2/os/kmod-atl2-2.2.3-4.clearos.i686.rpm rpm -ivh kmod-atl2-2.2.3-4.clearos.i686.rpm
แก้ไขไฟล์ /etc/modprobe.conf
alias eth2 atl2
Run command
modprobe atl2 depmod -a ifconfig eth2 up rpm --import ftp://timburgess.net/RPM-GPG-KEY-TimB.txt
Then install the release RPM (by default the 'timb' and 'timb-testing' repo's will be disabled)
wget ftp://timburgess.net/repo/clearos/5.2/os/timb-release-1-0.noarch.rpm rpm -Kv timb-release-1-0.noarch.rpm rpm -Uvh timb-release-1-0.noarch.rpm