Installing
-
3. Downloading Kernel Backports
Download Linux Kernel Backports for Slackware GNU/Linux
Grab the tar.gz Slackwareive of the nearest Release but not below your Kernel Version.
If you are using Firefox then on Prompt Choose “Open with Slackwareive Manager”:Or After try to Select the Package by the Downloads Button on Top Panel:
Instead, on Google-Chrome simply try to Choose the Package on the Bottom Panel:
-
4. Extracting Backports Kernel
Then Extract Backports Kernel into /tmp Directory
If it does Not Open automatically then Double-Click/Right-Click to Open with Slackwareive Manager:
Or from Command Line:tar xvzf ~/Downloads/backports*.tar.gz -C ~
Finally, if you are in Trouble to Find Out it on Terminal See: How to Access Downloads Folder from Browser.
Keep the Source Code that may be usefull in case of a Kernel Update… -
5. Installing Backports Kernel Driver WiFi
Then to Install Backports Linux Kernel Driver WiFi for Slackware
Access the Target folder:cd ~/backports*
Then make it with:
make defconfig-wifi
make
And then to Setup it run:
sudo make install
And finally, Reboot with:
sudo reboot
Last, in case of a Kernel Update then repeat the same process replacing “make defconfig-wifi” with:
make clean
Thanks to forum.linuxmint.com.
Contents