From the course: Linux Device Drivers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Work with loadable modules

Challenge: Work with loadable modules - Linux Tutorial

From the course: Linux Device Drivers

Start my 1-month free trial

Challenge: Work with loadable modules

(upbeat music) - [Instructor] All right, got some challenges for you related to loadable kernel modules. Some stuff to think about, some stuff to try. So here's one to think about. Can an Ethernet driver be a loadable kernel module? Number two. Can support for the initial RAM file system image be a loadable kernel module? Number three. What are the steps in being able to use a loadable kernel module after editing one of its source files? Number four. What are the steps in being able to use a static kernel module after editing one of its source files? And we've got a couple more. Number five. How many modules are currently dynamically loaded in your kernel? Number six. What are the module parameters for the module bluetooth? And number seven. If you have the bluetooth module loaded, what are the values of its parameters?

Contents