剛安裝完的內核
Linux bogon 6.6.0-28.0.0.34.oe2403.x86_64
rpm -qa kernel
安裝編譯架構包
yum install kernel-devel-$(uname -r) kernel-headers-$(uname -r)
安裝編譯依賴插件
yum install gcc make gcc-c++ gdb tar
上傳編譯源碼到執定目錄編譯
chmod 775 *
make
make install
reboot
重啟后查看網口
ip a