Tagged Questions
The insmod tag has no wiki summary.
7
votes
2answers
6k views
How do I configure modprobe to find my module?
I'm trying to get a kernel module to load at boot.
If I run insmod /path/to/module.ko, it works fine. But this has to be repeated every time I reboot.
If I run modprobe /path/to/module.ko, it can't ...
2
votes
2answers
379 views
Is there a way to get Splint or a similar static checker to work with Linux Kernel modules?
I compiled ( no warnings ) the hello-5.c example from "The Linux Kernel Module Programming Guide" and when I tried to insmod it, I received the following error:
insmod: error inserting 'hello-5.ko': ...
0
votes
1answer
21 views
insmod from external media during boot
I am trying to insmod a kernel module on a external media via initramfs scripts during boot process.
I want to know if after insmod the media should remain available to system or system temporarily ...
0
votes
0answers
189 views
how to manually load wlan module in Android gingerbread on Nexus S
I'm trying to use command line to connect to ad-hoc network without
Wifi in Settings activated. When loading with 'insmod /system/modules/
bcm4329.ko' my nexus S just hangs. 'dmesg' shows that ...
0
votes
1answer
201 views
android binder kernel driver on ubuntu
I am trying to insmod binder.ko built for ubuntu-11. But I am getting the liking errors. The error says that some of the symbols used inside the driver are not present indside the linux kernel running ...
0
votes
3answers
629 views
Add insmod Kernel HID module
I made certain modifications in hid module.
I can make it and load (insmod) it on kernel v 2.6.27.14 sucessfully
Now I am willing to load the same kernel module on kernel v 2.6.27.11
As there is ...