On Wed, Jul 18, 2012 at 12:40:52PM +0400, aleksey wrote: > int my_module_init(void) > { > pr_emerg("Hello, world module is loading\n"); > print_message(); > return 0; > } Do you get the "Hello, world" message? Jonathan