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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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