Table of Contents

Verify Linux kernel

Monolithic kernel

grep -i "ax25*" /proc/kallsyms
c03b3654 t bin_net_ax25_table
c03b4154 t bin_net_ax25_param_table

Modules

 lsmod | grep -i "ax25"
ax25                   46950  3 mkiss

How to Load the AX.25 Linux kernel module

uname -r
insmod /lib/modules/<kernel_version_number>/kernel/net/ax25/ax25.ko
ax25