1- Download or clone the source code into a working directory.
2- Build the programs.
make
3- Load the kernel module.
modprobe topology
or
insmod topology.ko
4- Print the topology.
dmesg
5- Unload the kernel module with the rmmod
command
rmmod topology.ko