"CAP_SYS_MODULE (deprecated)" error in dmesg output


matteobp
 Share

0

Recommended Posts

I have a Banana PI M1+ with latest Armbian Jessie with 3.4.109 kernel.

The dmesg contains many rows like this ones

...
[ 1468.309084] Loading kernel module for a network device with CAP_SYS_MODULE (deprecated).  Use CAP_NET_ADMIN and alias netdev- instead.
...
...
[ 2779.128724] Loading kernel module for a network device with CAP_SYS_MODULE (deprecated).  Use CAP_NET_ADMIN and alias netdev- instead.
...

I tried to search on Google without success.

 

Can someone help me please?

 

Thanks.

Link to post
Share on other sites

Armbian is a community driven open source project. Do you like to contribute your code?

The system seems to work without problem.

This is the output of lsmod

root@bananapi:~# lsmod
Module                  Size  Used by
cpufreq_userspace       3524  0
spidev                  6366  0
a20_tp                  3365  0
8021q                  18593  0
garp                    6072  1 8021q
stp                     2032  1 garp
llc                     5365  2 stp,garp
sunxi_ir                4037  0
hidp                   17640  0
rfcomm                 58686  0
hci_uart               25000  0
bluetooth             264185  5 hidp,hci_uart,rfcomm

It happens after login in graphical environment (XFCE). I have checked dmesg with putty from another computer, and no such row until login. So I analyzed better my desktop, and I found out the problem: Network Monitor Applet (added by me together with other applets). I removed it and the message disappeared.

 

Problem solved. Thanks for support.

Link to post
Share on other sites

Guest
This topic is now closed to further replies.
 Share

0