Difference between revisions of "ClearOS 5.2 Atheros L2 Driver Install"

From MS Computech
Jump to: navigation, search
(Created page with "วิธีการติดตั้ง Driver Atheros L2 Clearos 5.2 <pre> wget ftp://download.clearfoundation.com/community/timb80/repo/clearos/5.2/os/kmod-atl2-2.2.3-4.c...")
 
Line 7: Line 7:
 
<pre>
 
<pre>
 
alias eth2 atl2
 
alias eth2 atl2
 +
<pre>
 +
Run command
 +
<pre>
 
modprobe atl2
 
modprobe atl2
 
depmod -a
 
depmod -a
 
ifconfig eth2 up
 
ifconfig eth2 up
 
</pre>
 
</pre>
 +
 +
------

Revision as of 11:26, 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
<pre>
Run command
<pre>
modprobe atl2
depmod -a
ifconfig eth2 up