RTL-8126 burn MAC (Linux)
List the method to burn the MAC
Use the pkg to build pgdrv kernal driver and burn MAC
Extract the pkg and then run the command to build PG driver
bunzip2 linuxpg-2.87.01.tar.bz2
## make the driver first
cd linuxpg
make clean
make
## remove the realtek ethernet driver
sudo rmmod r8126 2>/dev/null
sudo rmmod r8169 2>/dev/null
## load the pg driver
sudo insmod ./pgdrv.ko
## check if you get the kernel node
ls -l /dev/TAIWAN*Use rtnicpg tool to burn MAC
Last updated