You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a bug report but my experience how I install this modul with DKMS so whenever a kernel upgrade, this module will be automatically recompiled and reinstalled. Hope this will help other people who still needs ipx with the modern linux.
My system is ubuntu 18.04 with kernel version 5.4.0-54-generic.
Install dkms and build-essential sudo apt install dkms build-essential
This is not a bug report but my experience how I install this modul with DKMS so whenever a kernel upgrade, this module will be automatically recompiled and reinstalled. Hope this will help other people who still needs ipx with the modern linux.
My system is ubuntu 18.04 with kernel version 5.4.0-54-generic.
Install dkms and build-essential
sudo apt install dkms build-essentialCreate directory /usr/src/ipx-1.0
sudo mkdir /usr/src/ipx-1.0Download this repository source https://github.com/pasis/ipx/archive/master.zip
Extract the zip file, place the files to /usr/src/ipx-1.0 , here is mine:
sudo dkms add -m ipx -v 1.0Make sure there is no error
7.Build the package through dkms, dkms will try to make the package:
sudo dkms build -m ipx -v 1.0Make sure there is no error.
8.Install the package
sudo dkms install -m ipx -v 1.0This will copy to ipx.ko and p8023.ko to the appropriate directory.
9.Now we have to tell the computer to load the ipx kernel module everytime it boots. Create file
/etc/modules-load.d/ipx.confwith content as follow:Reboot the computer
Check wether the ipx.ko is load or not:
bambang@bambang-Vostro-1014:/usr/src/ipx-1.0$ lsmod | grep ipx
The text was updated successfully, but these errors were encountered: