<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Thank you both Nick and Rami. You helped me a lot !</div><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><i>--<br></i>Airton Ishimori<i><br></i><br><div><div><br></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Mon, May 18, 2015 at 5:01 PM, Rami Rosen <span dir="ltr">&lt;<a href="mailto:roszenrami@gmail.com" target="_blank">roszenrami@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, Airton,<br>
<br>
This is simply a matter of setting dmesg to work with<br>
the level which you need in your setup.<br>
You should set &quot;dmesg -n&quot; to work with the pr_info() level.<br>
Pleas look in man dmesg, for the &quot;-n, --console-level level&quot; part.<br>
<br>
If you are in a haste and looking for immediate solution, you can also<br>
try pr_err() instead, as most distros do print such messages with<br>
dmesg without need for any special setup.<br>
<br>
Regards,<br>
Rami Rosen<br>
<a href="http://ramirose.wix.com/ramirosen" target="_blank">http://ramirose.wix.com/ramirosen</a><br>
<div><div><br>
On 18 May 2015 at 22:23, Airton Ishimori &lt;<a href="mailto:nobumasa.bcc@gmail.com" target="_blank">nobumasa.bcc@gmail.com</a>&gt; wrote:<br>
&gt; Hello, everybody,<br>
&gt;<br>
&gt; I&#39;m trying to develop a new Ethernet driver (Realtek) for Linux kernel<br>
&gt; 4.0.2.<br>
&gt;<br>
&gt; [    3.612938] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded<br>
&gt;<br>
&gt; As part of my studies, I&#39;m trying to trace the path for functions defined in<br>
&gt; drivers/net/ethernet/realtek/r8169.c, net/core/dev.c and<br>
&gt; net/core/dev_ioctl.c. I&#39;m using &quot;printks&quot; for this purpose. For instance,<br>
&gt; something like:<br>
&gt;<br>
&gt; printk(&quot;TEST: __dev_set_promiscuity\n&quot;);<br>
&gt;<br>
&gt; However, I&#39;m not getting what&#39;s going on. I can set/unset the promiscuity<br>
&gt; behaviour via ifconfig command.<br>
&gt;<br>
&gt; [  131.330091] device eth0 entered promiscuous mode<br>
&gt; [  170.619086] device eth0 left promiscuous mode<br>
&gt;<br>
&gt; By looking at the dmesg output above, I thought the function that deals with<br>
&gt; promiscuity was __dev_set_promiscuity() defined in net/core/dev.c, because<br>
&gt; this function calls a function to print the message above:<br>
&gt;<br>
&gt; pr_info(&quot;device %s %s promiscuous mode\n&quot;, dev-&gt;name, dev-&gt;flags &amp;<br>
&gt; IFF_PROMISC ? &quot;entered&quot; : &quot;left&quot;);<br>
&gt;<br>
&gt; But, when I tried to look for my printk message with dmesg after compiling<br>
&gt; and running the kernel, I couldn&#39;t find it.<br>
&gt;<br>
&gt; $ cd linux-4.0.2/<br>
&gt; $ make net &amp;&amp; make modules<br>
&gt; $ sudo make modules_install &amp;&amp; sudo make install<br>
&gt;<br>
&gt; Can somebody help me to understand what&#39;s happening?<br>
&gt;<br>
&gt; Thanks in advance,<br>
&gt;<br>
&gt; --<br>
&gt; Airton Ishimori<br>
&gt;<br>
&gt;<br>
</div></div><div><div>&gt; _______________________________________________<br>
&gt; Kernelnewbies mailing list<br>
&gt; <a href="mailto:Kernelnewbies@kernelnewbies.org" target="_blank">Kernelnewbies@kernelnewbies.org</a><br>
&gt; <a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
&gt;<br>
</div></div></blockquote></div><br></div></div>