摘要:
答:笔者通过重新编译内核和根文件系统解决了此问题 (笔者使用的是openwrt系统) 分析: 1. ’Failed to find the folder holding the modules‘这句log从哪里来? 要知道从哪里来,那么扒一扒insmod这个工具的源码吧 1.1 注意:在openwr 阅读全文
posted @ 2019-07-18 18:40
Jello
阅读(1093)
评论(0)
推荐(0)
摘要:
1. 原型 #define wait_event_interruptible_timeout(wq_head, condition, timeout) \ ({ \ long __ret = timeout; \ might_sleep(); \ if (!___wait_cond_timeout( 阅读全文
posted @ 2019-07-18 12:08
Jello
阅读(3602)
评论(0)
推荐(0)