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

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

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -