<div dir="ltr">Thanks for the help. I have removed the "static" from the hello_init, hello_exti but nothing worked. I am not sure, but I think the problem is with the make file.<div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Oct 27, 2019 at 5:44 PM Bernd Petrovitsch <<a href="mailto:bernd@petrovitsch.priv.at">bernd@petrovitsch.priv.at</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi all!<br>
<br>
On 25/10/2019 11:14, Irfan Ullah (울라 이르판) wrote:<br>
> Dear All,<br>
> I have developed a kernel module consists of one source file that sends<br>
> and receives  message to the user space.  I have spitted the source code<br>
> in two files, and now I  am trying to develop kernel module from these<br>
> source files. After compiling and linking without any problems, I insmod<br>
> the module but I didn’t see any of the printk() I wrote, in fact, the<br>
> module can be inserted and removed, but it does nothing. Code is in the<br>
> attached file zipped file.<br>
> I tried many things , e.g.,  link <<a href="https://paguilar.org/?p=7" rel="noreferrer" target="_blank">https://paguilar.org/?p=7</a>>1, link2<br>
> <<a href="https://www.linuxquestions.org/questions/linux-kernel-70/kernel-module-with-multiple-source-files-not-initializing-886190/" rel="noreferrer" target="_blank">https://www.linuxquestions.org/questions/linux-kernel-70/kernel-module-with-multiple-source-files-not-initializing-886190/</a>>;,<br>
> and link3<br>
> <<a href="https://android.googlesource.com/kernel/msm/+/android-msm-dory-3.10-kitkat-wear/Documentation/kbuild/modules.txt" rel="noreferrer" target="_blank">https://android.googlesource.com/kernel/msm/+/android-msm-dory-3.10-kitkat-wear/Documentation/kbuild/modules.txt</a>> etc. <br>
> but nothings worked out. <br>
> I also used /nm/ to inspect the module, but, as expected, there was no> signs of "__init and __exit" functions can in the output.<br>
<br>
To be exact, you are looking for the hello_init function.<br>
Since "nm" doesn't show it, it's either not there or<br>
"static".<br>
<br>
[ for the nm-output see in the OPs mail ]<br>
> Can you please help me: what's the problem/mistake I am doing?<br>
> Thank you very much.<br>
<br>
Get rid of the "static" for the hello_init and hello_exit function.<br>
<br>
MfG,<br>
        Bernd<br>
-- <br>
Bernd Petrovitsch                  Email : <a href="mailto:bernd@petrovitsch.priv.at" target="_blank">bernd@petrovitsch.priv.at</a><br>
                     LUGA : <a href="http://www.luga.at" rel="noreferrer" target="_blank">http://www.luga.at</a><br>
<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><b style="color:rgb(39,78,19)">Best Regards,</b></div><div><b style="color:rgb(39,78,19)"><br></b></div><div><b style="color:rgb(39,78,19)"><br></b></div><div dir="ltr"><b style="color:rgb(39,78,19)">Mr. Irfan Ullah</b><br></div><div dir="ltr"><font color="#666666">PhD Candidate<br></font><div><font color="#666666">Data and Knowledge Engineering(DKE) Lab</font></div><div><font color="#666666">Department of Computer Science and Engineering</font></div><div><font color="#666666">Kyung Hee University, South Korea.</font></div><div><img src="http://teedayusa.com/media/wysiwyg/telephone_icon.gif" style="font-family: arial, sans-serif; font-size: 12.8px;"><span style="font-family:arial,sans-serif;font-size:12.8px"> </span><span style="font-family:arial,sans-serif;font-size:12.8px"><font color="#000000"><a href="tel:+82%2010-3877-8867" value="+821038778867" style="color:rgb(17,85,204)" target="_blank">+82-010-591-51651</a></font></span></div><div><div style="font-family:arial,sans-serif;font-size:12.8px"><img src="http://www.letsplaydodgeball.com/ndo/templates/dj-sport01/images/system/emailButton.png" style="font-size: 12.8px;"><span style="font-size:12.8px"><font color="#000000">  </font></span><span style="font-size:12.8px"><font color="#000000"><a href="mailto:sahibzada.iu@gmail.com" style="color:rgb(17,85,204)" target="_blank">sahibzada.iu@gmail.com</a></font></span></div><div><font face="arial, sans-serif"><span style="font-size:12.8px"><img src="https://docs.google.com/uc?export=download&id=0B1-dY3m3XHQnOFBOM0NSODNoUUU&revid=0B1-dY3m3XHQnUmp1c0ZWTGovR2pYbGZCenlOU29DY3ByQU5RPQ" style="font-size: 12.8px;"></span></font><span style="font-family:arial,sans-serif;font-size:12.8px"> </span><font face="arial, sans-serif"><span style="font-size:12.8px">sahibzada_irfanullah</span></font></div></div></div></div></div>