<div dir="ltr">&gt; On Fri, Jun 30, 2017 at 12:06 AM, Kevin Wilson <span dir="ltr">&lt;<a href="mailto:wkevils@gmail.com" target="_blank">wkevils@gmail.com</a>&gt;</span> wrote:<div>&gt; Hello,</div><div>&gt; I have tried to set CONFIG_PACKET=m in kernel 4.11 and rebuilt the</div><div>&gt; kernel and rebooted.</div><div>&gt; I am using Ubuntu 16.04.</div><div><br></div><div>&gt; After reboot, the af_packet.ko kernel module is loaded:</div><div>&gt; lsmod</div><div>&gt; shows:</div><div>&gt; af_packet              45056  2</div><div><br></div><div>&gt; But I cannot remove it:</div><div>&gt; rmmod af_packet</div><div>&gt; rmmod: ERROR: Module af_packet is in use</div><div><br></div><div>&gt; I want to be able to rmmod it, for adding debug printing, etc. </div><div><br></div><div>&gt; How can I find which applications uses it ? (So I will be able to stop</div><div>&gt; them, rmmod af_packet, and then insmod it again)?</div><div><br></div><div>&gt; Regards,</div><div>&gt; Kevin</div><div><div class="gmail_extra"><br></div></div><div class="gmail_extra">Hello Kevin,</div><div class="gmail_extra"><br></div><div class="gmail_extra">Quick fix and short answer to your problem is to disable internet. <br><br>run this in a shell/terminal: /sbin/ifconfig etho0 down <br><br>Now check lsmod again, once internet is disabled the used by column which lsmod reports as af_packet being used by 2 devices/processes/whatever... will show 0. <br><br>Now when you sbin/rmmod af-packet it will work and unload af_packet.<br><br>Do whatever debug printing you have to.... <br><br>sbin/insmod af_packet <br><br>enable internet by running : /sbin/ifconfig etho0 down <br><br>now check dmesg or what ever you use. Wash, rinse then repeat as needed.<br><br>The answer to your question &quot;How can I find which applications uses it ?&quot;  is something &quot;I&quot; have been trying to figure out for the last 9 odd years. Maybe folks with more experience can shed some light on how to go about doing this ? <br><br>More experienced equates to = Valdis / Gregkh / DerRichard / Realtime localmodconfig <span style="background-color:rgb(252,253,254);color:rgb(51,51,51);font-family:sans-serif;font-size:13px">Steve Rostedt</span>  and too many others to name.... :)</div><div class="gmail_extra"><br>Hope this helps - Aruna<br><br><br><br><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div></div>