LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-27-2018, 09:30 AM   #1
MAKiNA
Member
 
Registered: Feb 2018
Distribution: Slackware
Posts: 38

Rep: Reputation: 14
Lightbulb slackware14.2 stable x86_64 kernel 4.4.118 > 4.4.14


hi guys.
I come with some simple questions, well actually I need some lights and directions to start updating a kernel for the first time.

I took a look into the slack wiki and slackbook but I still need some clarification to understand this:
1. I took the kernel 4.4.14 generic from the slackware.pgks.org (alien bob), ok, so it's a pre-compiled kernel, correct?
2. Beside the modules and headers do i need the source as well? there is any order to install any first or in last place?

----
kernel-generic-4.4.14-x86_64-1.txz
kernel-headers-4.4.14-x86-1.txz
kernel-modules-4.4.14-x86_64-1.txz
kernel-source-4.4.14-noarch-1.txz
--------

Thank you very much for your time.
 
Old 03-27-2018, 09:52 AM   #2
Petri Kaukasoina
Senior Member
 
Registered: Mar 2007
Posts: 1,810

Rep: Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486
You do realize that 4.4.14 is 20 months older than 4.4.118 ?
 
1 members found this post helpful.
Old 03-27-2018, 10:33 AM   #3
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,902

Rep: Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052
Don't use pkgs.org. Use a real Slackware mirror.

Code:
https://mirrors.kernel.org/slackware/slackware64-current/
Kernel Generic: kernel-generic-4.14.30-x86_64-1.txz
Verify with: kernel-generic-4.14.30-x86_64-1.txz.asc

Kernel Modules: kernel-modules-4.14.30-x86_64-1.txz
Verify with: kernel-modules-4.14.30-x86_64-1.txz.asc

Kernel Source: kernel-source-4.14.30-noarch-1.txz
Verify with: kernel-source-4.14.30-noarch-1.txz.asc

Kernel Headers: kernel-headers-4.14.30-x86-1.txz
Verify with: kernel-headers-4.14.30-x86-1.txz.asc

Kernel firmware: kernel-firmware-20180319_44476f2-noarch-1.txz
Verify with: kernel-firmware-20180319_44476f2-noarch-1.txz.asc
 
4 members found this post helpful.
Old 03-27-2018, 11:04 AM   #4
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
What are you using to boot Slackware: lilo, elilo, grub, or rEFInd?

Use slackpkg to update Slackware (if you upgrade-all the kernel it will uninstall the old versions):
https://docs.slackware.com/slackware:slackpkg

Update kernel:
https://docs.slackware.com/slackbook:booting?s[]=boot&s[]=usb
https://docs.slackware.com/howtos:sl...uefi_and_elilo
https://docs.slackware.com/slackware:beginners_guide?s[]=update#switch_to_a_generic_kernel

I suggest making a usb boot disk before updating your kernel with 4.14.30 so you can use it to boot your system if there is an error, and/or keeping your old kernel around so you can still get on. Check README_USB.TXT: http://mirrors.xmission.com/slackwar...xe-installers/
 
4 members found this post helpful.
Old 03-27-2018, 11:11 AM   #5
MAKiNA
Member
 
Registered: Feb 2018
Distribution: Slackware
Posts: 38

Original Poster
Rep: Reputation: 14
Quote:
Originally Posted by Petri Kaukasoina View Post
You do realize that 4.4.14 is 20 months older than 4.4.118 ?
thanks to you now yes.

Quote:
Originally Posted by mralk3 View Post
Don't use pkgs.org. Use a real Slackware mirror.

Code:
https://mirrors.kernel.org/slackware/slackware64-current/
Kernel Generic: kernel-generic-4.14.30-x86_64-1.txz
Verify with: kernel-generic-4.14.30-x86_64-1.txz.asc

Kernel Modules: kernel-modules-4.14.30-x86_64-1.txz
Verify with: kernel-modules-4.14.30-x86_64-1.txz.asc

Kernel Source: kernel-source-4.14.30-noarch-1.txz
Verify with: kernel-source-4.14.30-noarch-1.txz.asc

Kernel Headers: kernel-headers-4.14.30-x86-1.txz
Verify with: kernel-headers-4.14.30-x86-1.txz.asc

Kernel firmware: kernel-firmware-20180319_44476f2-noarch-1.txz
Verify with: kernel-firmware-20180319_44476f2-noarch-1.txz.asc

what's your kernel version suggestion for me to update?
the purpose is merely to learn the process.
tks

Last edited by MAKiNA; 03-27-2018 at 01:43 PM.
 
Old 03-27-2018, 11:16 AM   #6
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,902

Rep: Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052
If you are running Slackware 14.2, I suggest staying with the kernel that is provided. There is no real reason to upgrade your kernel if everything is working and is patched for security flaws.

The latest kernel in Slackware-current is 4.14.30, but it may not necessarily be the best thing to upgrade to if you are just trying to learn.

If you are just trying to learn how to build a kernel, I suggest you read the following:
slackware_admin kernelbuilding

RadicalDreamer left some good information and links as well that should be read before altering your kernel in anyway.
 
3 members found this post helpful.
Old 03-27-2018, 12:06 PM   #7
MAKiNA
Member
 
Registered: Feb 2018
Distribution: Slackware
Posts: 38

Original Poster
Rep: Reputation: 14
Quote:
Originally Posted by RadicalDreamer View Post
What are you using to boot Slackware: lilo, elilo, grub, or rEFInd?

Use slackpkg to update Slackware (if you upgrade-all the kernel it will uninstall the old versions):
https://docs.slackware.com/slackware:slackpkg

Update kernel:
https://docs.slackware.com/slackbook:booting?s[]=boot&s[]=usb
https://docs.slackware.com/howtos:sl...uefi_and_elilo
https://docs.slackware.com/slackware:beginners_guide?s[]=update#switch_to_a_generic_kernel

I suggest making a usb boot disk before updating your kernel with 4.14.30 so you can use it to boot your system if there is an error, and/or keeping your old kernel around so you can still get on. Check README_USB.TXT: http://mirrors.xmission.com/slackwar...xe-installers/
I'm aware of that I'll proceed with a install(kernel only) instead of upgrade.
regarding the pos update boot I backed up my generic 4.4.118 and still have the huge from the installation.


Quote:
Originally Posted by mralk3 View Post
If you are running Slackware 14.2, I suggest staying with the kernel that is provided. There is no real reason to upgrade your kernel if everything is working and is patched for security flaws.

The latest kernel in Slackware-current is 4.14.30, but it may not necessarily be the best thing to upgrade to if you are just trying to learn.

If you are just trying to learn how to build a kernel, I suggest you read the following:
slackware_admin kernelbuilding

RadicalDreamer left some good information and links as well that should be read before altering your kernel in anyway.
thank you for the links i'll read it again, yes it's just for learning purposes as you noted.

Still have this question: the only stuff that i need besides the kernel itself are the modules, headers and source?

thank you all.
 
Old 03-27-2018, 12:11 PM   #8
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,902

Rep: Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052
Quote:
Originally Posted by MAKiNA View Post
Still have this question: the only stuff that i need besides the kernel itself are the modules, headers and source?
You want to use the generic kernel with an initrd, the kernel headers, source, and modules.
 
2 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Nvidia binary driver version 375.x black screen at logout (x86_64 - 14.2 Stable) Daedra Slackware 21 11-26-2017 12:08 PM
google-chrome-stable-28 will not install on CentOS 6.4 x86_64 walterbyrd Red Hat 38 08-10-2013 12:32 PM
[SOLVED] Remove/uninstall Calligra* in slackware14 x86_64 Habitual Slackware 19 07-26-2013 09:02 AM
Stable 13 kernel vs Current kernel in Stable system linus72 Slackware 6 04-01-2010 07:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration