资 源 简 介
This code is intended for learning Linux Device Driver basics.
Project also contains sample GTK+ based UI test application for the driver.
HOWTO Use:
0) Build the kernel module using make
1) Load kernel module:
$sudo insmod cdev_eth.ko
2) Create device node:
$sudo mknod /dev/cdev_eth c 250 0
3) Build and Run the test application
4) Click on Get MAC button to read MAC address
5) Click on Get Link Status button to check Ethernet link status.
Author: Vijay Chavan