开发者

compile drivers as module or built-in problem

开发者 https://www.devze.com 2022-12-17 01:33 出处:网络
i compiled Linux kernel with all drivers as built-in (all network drivers also compiled as built-in). all things work but ping time goes 开发者_如何转开发irregular (10ms , 90ms, ...). is it from built

i compiled Linux kernel with all drivers as built-in (all network drivers also compiled as built-in). all things work but ping time goes 开发者_如何转开发irregular (10ms , 90ms, ...). is it from built-in mode in compilation or problem is from another thing?


It shouldn't change a thing. Irregular timeouts usually come from either faulty drivers (but whether you have them built-in or loaded dynamically shouldn't change anything) or faulty network.

0

精彩评论

暂无评论...
验证码 换一张
取 消