The module tag has no wiki summary.
2
votes
1answer
266 views
lsmod returns nothing on my embedded device
I have put a vendor supplied embedded Linux installation (called X-Linux) onto a hardware device. I ran lsmod to see what modules are loaded and nothing at all is shown. Also there is no /proc/modules ...
2
votes
1answer
621 views
Where can I find information on Linux device driver parameters?
I want to work on Linux module programming (Device Drivers). And as a my college project I have to do profiling or benchmarking of a kernel modules based on various parameters. Everywhere I looked, I ...