Results 1 to 2 of 2
Hi,
I have created an example driver hello.ko. The hello.ko module is able to load using insmod.
Another way of loading module using modprobe.
1. I copied the hello.ko in ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-18-2013 #1Just Joined!
- Join Date
- Mar 2012
- Posts
- 14
modprobe FATAL: Module hello.ko not found
Hi,
I have created an example driver hello.ko. The hello.ko module is able to load using insmod.
Another way of loading module using modprobe.
1. I copied the hello.ko in /lib/modules/`uname -r`/
2. 'depmod -a' command issued
3. 'modprobe hello.ko' command issued
output:
FATAL: Module hello.ko not found
Pls help me to figure out this issue. Thanks in advance!
PS: DISTRO -- SUSE
#uname -a
Linux sles11-sp2 3.0.34-0.7-pae #1 SMP Tue Jun 19 09:56:30 UTC 2012 (fbfc70c) i686 i686 i386 GNU/Linux
- 01-18-2013 #2Just Joined!
- Join Date
- Mar 2012
- Posts
- 14
It's solved..

The issue is mentioning .ko extenstion in 3.
It should be 'modprobe hello'


Reply With Quote
