From the course: Linux Device Drivers

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Challenge: Work with loadable modules

Challenge: Work with loadable modules - Linux Tutorial

From the course: Linux Device Drivers

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