Module-Init-Tools is a handy package that helps you manage kernel modules in Linux systems that run version 2.5.47 or later. If you're getting ready to install it, here's a simple guide to help you out!
If you'd like to install the package in /sbin
, start by running:
./configure --prefix=/
make moveold
This is what you do if it's your first time installing. The command make moveold will rename your old commands like insmod, modprobe, rmmod, and lsmod to versions ending with .old, along with their man pages.
If you prefer to install it in /usr/local/sbin
, use this command instead:
./configure
make links
The make links command creates links for the old commands that are already in /sbin
.
Next up, let's build the package! Run these commands:
make
make install
If this is your first run, you might want to convert your old configuration file. Use this command:
./generate-modprobe.conf /etc/modprobe.conf
If devfs is part of your setup, don't forget to copy modprobe.devfs
into /etc
.
You'll also need to run the command below for your new kernel:
depmod 2.5.50
If you're feeling adventurous and want to work on the source code, here's how to set it up:
aclocal && automake --add-missing --copy && autoconf
If all of this seems a bit too much for you, I suggest looking for the source RPM or Debian package instead! For more details and downloads, check out This link!
Go to the Softpas website, press the 'Downloads' button, and pick the app you want to download and install—easy and fast!
SoftPas is your platform for the latest software and technology news, reviews, and guides. Stay up to date with cutting-edge trends in tech and software development.
Subscribe to newsletter
© Copyright 2024, SoftPas, All Rights Reserved.