請先看『使用說明』
Module:CL867A module
From LEXWiKi
(Difference between revisions)
(→How to Install lan867x driver) |
|||
Line 79: | Line 79: | ||
#make | #make | ||
#./load.sh 0 | #./load.sh 0 | ||
+ | Note.0 is the node id. If the settings are the same, packet loss will occur. | ||
== How to Connect CL867A== | == How to Connect CL867A== |
Revision as of 12:21, 27 November 2024
How to Install lan867x driver
lan867x driver install
1.Prepare the kernel tree & compiler tools for your distribution.
#sudo su #apt-get update #apt-get install build-essential gcc
2.unzip driver zip file (lan867x-linux-driver-<version>.zip)
- cd linux-<version>-support
- make
- ./load.sh 0
Note.0 is the node id. If the settings are the same, packet loss will occur.