安装驱动模块ko
时间:2019-10-22 13:02:16
收藏:0
阅读:130
1. make install
2.
3.手动加载驱动程序
[root@localhost template]# modprobe usbnet
[root@localhost template]# insmod cyusb3610.ko
If you want to unload the driver, just executing the following command:
[root@localhost anywhere]# rmmod cyusb3610
原文:https://www.cnblogs.com/hshy/p/11718835.html
评论(0)