linux kernel - compile drivers as module or built-in problem -


i compiled linux kernel drivers built-in (all network drivers compiled built-in). things work ping time goes irregular (10ms , 90ms, ...). built-in mode in compilation or problem thing?

it shouldn't change thing. irregular timeouts come either faulty drivers (but whether have them built-in or loaded dynamically shouldn't change anything) or faulty network.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -