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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -