LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 10-20-2019, 03:25 PM   #46
average_user
Member
 
Registered: Dec 2010
Location: Warsaw, Poland
Distribution: Slackware
Posts: 560

Rep: Reputation: 220Reputation: 220Reputation: 220

Quote:
Originally Posted by bassmadrigal View Post
It should work fine, but unless your company is getting you a 3 year old laptop, you'd probably want to run -current since semi-recent hardware support in 14.2 will probably be lacking. The fix for NVMe drives has been in -current for many years and you won't need the fake_slackware64-14.2-4.iso.
They told me they are going to buy a new laptop. I thought that when it comes to hardware support kernel is the most important part of an OS with only several pieces of software that should be present in the userland and bootloaders. I have created my custom ISO with all packages upgraded to their newest versions what means I will use Linux 4.4.190 that was released in August https://lwn.net/Articles/797253. Can you give me some examples of hardware that is not supported by Slackware 14.2?

Quote:
Originally Posted by Didier Spaier View Post
Or install Slint64-14.2.1.2, that ships a 4.19 kernel and speaks Polish during installation
Thanks, but even though I'm not a native English speaker I prefer when my computer speaks to me in English, it just sounds natural.
 
Old 10-20-2019, 06:21 PM   #47
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by average_user View Post
They told me they are going to buy a new laptop. I thought that when it comes to hardware support kernel is the most important part of an OS with only several pieces of software that should be present in the userland and bootloaders. I have created my custom ISO with all packages upgraded to their newest versions what means I will use Linux 4.4.190 that was released in August https://lwn.net/Articles/797253. Can you give me some examples of hardware that is not supported by Slackware 14.2?
Any hardware support added to kernels after the 4.4 series are not backported to older kernels. Backporting only happens with security/bug fixes. So, the 4.4.190 kernel should have all the major fixes to ensure it is a relatively secure and bug-free kernel, but no new hardware support has been added since it was released in early 2016.

This will also mean that video acceleration may not work out of the box and it might rely on basic vesa style drivers. This could prevent compositing in your WM/DE and prevent GPU assisted video decoding.

You can add support for most hardware by upgrading the kernel to a more modern version (4.19.x is currently the newest LTS and 5.3.x is the latest stable, and 5.4, which is expected to be the next LTS is currently in RC status), however, video support will likely be handicapped by the mesa and Xorg versions in 14.2.
 
1 members found this post helpful.
Old 10-22-2019, 03:03 PM   #48
average_user
Member
 
Registered: Dec 2010
Location: Warsaw, Poland
Distribution: Slackware
Posts: 560

Rep: Reputation: 220Reputation: 220Reputation: 220
Success! I have installed Slackware on my work ThinkPad E480 laptop today but it wasn't as straightforward as I thought it would be.

First, I had to disable secure boot because Slackware installation USB stick wasn't shown in boot menu at all. Second, big thanks to Didier Spaier for creating fake_slackware64-14.2-4.iso because I wouldn't to able to install Slackware without that at all as 256GB SSD PCIe NVMe is the only disk that this laptop has. Installation was quite smooth, it just took me some time to realize that I have to do
Code:
cgdisk /dev/nvme0
instead of
Code:
cgdisk /dev/sda
Third, X failed to start after installation. I used slackpkg to upgrade to -current but had to copy new vmlinuz manually to /boot/EFI/... so that elilo would pick it up. After reboot I was able to start X. The conclusion is that Slackware 14.2 is getting old.

*EDIT*: what's weird Wi-Fi worked out of the box.

Last edited by average_user; 10-22-2019 at 03:19 PM.
 
Old 10-22-2019, 04:20 PM   #49
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
That's good to hear! And wifi hasn't changed a ton over the last few years unless you have something supporting 802.11ax, which very few devices support at this point. So it isn't too surprising that wifi works fine.

In the future, you can download Eric's slackware64-current ISOs to prevent you from needing to install the stable version and then take the extra time to upgrade to -current via slackpkg.
 
Old 10-30-2019, 02:45 AM   #50
jazzi
Member
 
Registered: Mar 2006
Location: Tea Garden
Distribution: Slackware 15.0
Posts: 31

Rep: Reputation: 3
@bassmadrigal Thank you for the hints, do you mean Slackware -Current support NVMe now?
 
Old 10-30-2019, 09:53 AM   #51
Jan K.
Member
 
Registered: Apr 2019
Location: Esbjerg
Distribution: Windows 7...
Posts: 773

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
Quote:
Originally Posted by jazzi View Post
@bassmadrigal Thank you for the hints, do you mean Slackware -Current support NVMe now?
Have a look in changelog...
 
1 members found this post helpful.
Old 10-30-2019, 10:18 AM   #52
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by jazzi View Post
@bassmadrigal Thank you for the hints, do you mean Slackware -Current support NVMe now?
Yes, it has since May of 2017. Here's the relevant portion of that changelog entry.

Code:
+--------------------------+
 Thu May 4 22:14:08 UTC 2017
 a/elilo-3.16-x86_64-3.txz: Rebuilt.
        Patched eliloconfig to properly handle NVMe devices.
        Thanks to Didier Spaier.
 isolinux/initrd.img: Rebuilt.
        Patched SeTEFI and probe to fix NVMe device handling.
        Thanks to Didier Spaier.
 usb-and-pxe-installers/usbboot.img: Rebuilt.
        Patched SeTEFI and probe to fix NVMe device handling.
        Thanks to Didier Spaier.
 +--------------------------+
 
2 members found this post helpful.
Old 10-30-2019, 01:10 PM   #53
Jan K.
Member
 
Registered: Apr 2019
Location: Esbjerg
Distribution: Windows 7...
Posts: 773

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
I opened the log, did a "Find on this page" and decided not to ruin his pleasue!

I do however get four hits...
 
Old 10-30-2019, 07:49 PM   #54
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by Jan K. View Post
I do however get four hits...
The fourth is for patching lilo to allow usage of NVMe devices. Before that, using NVMe devices on Slackware would still work fine on grub or elilo, but if you still used legacy booting, someone may try and use lilo and then the NVMe device wouldn't show. This was a limitation of lilo, where the previous fix (the one I posted) was a limitation of the Slackware installer.
 
Old 10-31-2019, 09:49 AM   #55
jazzi
Member
 
Registered: Mar 2006
Location: Tea Garden
Distribution: Slackware 15.0
Posts: 31

Rep: Reputation: 3
Thumbs up

Quote:
Originally Posted by Jan K. View Post
I opened the log, did a "Find on this page" and decided not to ruin his pleasure.
That’s why I love Slackware so much, so many nice and interesting people here.

Thank you @bassmadrigal

Last edited by jazzi; 10-31-2019 at 06:45 PM.
 
  


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
Linux support for M.2 / NVMe devices on RAID configured controllers? dfatlq Linux - Kernel 3 07-05-2017 02:34 AM
Slackware -current 14.2 beta 2 nvme installation issues. Linux.tar.gz Slackware 6 02-13-2017 06:52 PM
[SOLVED] Boot Slackware on NVME SSD? jkaidor Slackware 48 08-17-2016 11:56 AM
PAM Kerberos and ADS for Slackware-current - Call for testing ivandi Slackware 95 08-05-2015 10:46 PM
handling devices sajanjohn Linux - General 1 04-20-2002 02:18 PM

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

All times are GMT -5. The time now is 10:41 AM.

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