LinuxQuestions.org
Help answer threads with 0 replies.
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 01-05-2016, 12:17 PM   #1
statguy
Member
 
Registered: Sep 2004
Location: Ontario, Canada
Distribution: Slackware 14.2, current
Posts: 416

Rep: Reputation: 36
Slackware on a Lenovo W550s


Hello.

It's time to get a new laptop. I'm thinking of the Lenovo W550s which is, apparently, Linux certified.

https://support.lenovo.com/ca/en/documents/pd100744

I am wondering if anyone here has run Slackware on this laptop and if so, were there any major issues.

Thanks for your time.
 
Old 01-05-2016, 12:28 PM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,061

Rep: Reputation: Disabled
Hello,

I am the happy owner of a W520, running Slackware with no issue at all.

Only caveat: I had to include in the command line (in /etc/lilo.conf in my case) this kernel parameter to reliably boot:
append = nox2apic
 
Old 01-05-2016, 12:32 PM   #3
statguy
Member
 
Registered: Sep 2004
Location: Ontario, Canada
Distribution: Slackware 14.2, current
Posts: 416

Original Poster
Rep: Reputation: 36
Quote:
Originally Posted by Didier Spaier View Post
Hello,

I am the happy owner of a W520, running Slackware with no issue at all.

Only caveat: I had to include in the command line (in /etc/lilo.conf in my case) this kernel parameter to reliably boot:
append = nox2apic
Thanks. I'll keep that in mind. To clarify, without that parameter it would sometimes boot and sometimes not? Naturally, I'll try the defaults first.
 
Old 01-05-2016, 12:53 PM   #4
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,061

Rep: Reputation: Disabled
Quote:
Originally Posted by statguy View Post
Thanks. I'll keep that in mind. To clarify, without that parameter it would sometimes boot and sometimes not?
Yes. But what is true for a model is not necessarily true for another one. This is a known issue and solution for at least some W520 and W530 models, maybe not newer ones.
Quote:
Naturally, I'll try the defaults first.
Of course.
 
Old 01-05-2016, 06:16 PM   #5
viewtiful_jon
LQ Newbie
 
Registered: Apr 2014
Posts: 12

Rep: Reputation: 4
I've got a T450s, the internals should be mostly the same. On my laptop, the ethernet port doesn't show up under Slackware 14.1 (default settings only, I didn't spend any time looking for driver issues and whatnot). If you want to run Slackware on your W550s, it's quite likely you'll need to run -current or wait until the next stable release.
 
Old 01-05-2016, 11:40 PM   #6
worsel
Member
 
Registered: Feb 2008
Location: Washington State, USA
Distribution: Slackware 14.2, Slackware-from-Scratch
Posts: 241

Rep: Reputation: 45
I installed SlackWare 14.1 on a Lenovo W540 ThinkPad. The installation
was described on the Laptop forum: http://www.linuxquestions.org/questi...highlight=W540.

I've been very satisfied with it.
 
Old 01-06-2016, 01:35 AM   #7
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Just curious about bluetooth on those, especially the T450 - does it work, and if so, is it a Broadcom chip?
 
Old 01-06-2016, 02:57 AM   #8
cgorac
Member
 
Registered: Oct 2009
Posts: 146

Rep: Reputation: 87
Quote:
Originally Posted by statguy View Post
It's time to get a new laptop. I'm thinking of the Lenovo W550s which is, apparently, Linux certified.

https://support.lenovo.com/ca/en/documents/pd100744

I am wondering if anyone here has run Slackware on this laptop and if so, were there any major issues.
There is one additional thing worth checking before you make the purchase. Namely, W550s probably has NVIDIA Optimus technology in place, that makes it possible for operating system to switch between using built-in Intel graphics card, and NVIDIA graphics card (with the idea to use Intel graphics card most of the time, for extended battery life, and to switch to use NVIDIA graphics card for heavy-duty OpenGL rendering, and eventually CUDA-enabled applications that utilize graphics card for numerical calculations, only). The problem is that Optimus is still not fully supported under Linux, so by default you'll have Intel graphics card used all the time, and you can use NVIDIA card only for CUDA computations, if you install NVIDIA proprietary driver. However, most of the time, it's possible to turn off Optimus, and use NVIDIA graphics card all the time (both for display, either using nouveau open-source driver or NVIDIA proprietary driver, and for CUDA computation, in case you decide for NVIDIA proprietary driver), in system BIOS, but not all laptops have that options enabled in BIOS, so it's worth verifying that W550s makes this switching possible. I guess that it has, as most Lenovo notebooks do, but I'd still check. If it doesn't, you still have an option to go for it, and be able to manually force specific applications to use NVIDIA graphics card using Bumblebee, but it's kind of cumbersome.

BTW, if you're not in big hurry to make this purchase, you may wish to wait until Thinkpad P50 available, as it should be big upgrade over W550s. I'm also looking to replace my trusty W520 (happily running for its fifth year), but decided to wait for P50.

Last edited by cgorac; 01-06-2016 at 02:58 AM.
 
1 members found this post helpful.
Old 01-06-2016, 03:11 AM   #9
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,061

Rep: Reputation: Disabled
I do not know about W550s so yes, that's worth checking. On my W520 I can choose between Integrated Graphics, Discrete Graphics and Nvidia Optimus and in the latter case I can or not actually enable Optimus. The help text says "If enabled, System BIOS automatically switches graphics settings to Nvidia Optimus if the OS supports it and to Discrete Graphics if the OS does not support it". That's nice to have these possibilities.

Also, the firmware allows to work in UEFI mode, Legacy mode or both, in the latter case with booting priority on either Legacy or UEFI mode. I feel very comfortable to have these possibilities as well.

Last edited by Didier Spaier; 01-06-2016 at 03:48 AM.
 
Old 01-06-2016, 03:44 AM   #10
cgorac
Member
 
Registered: Oct 2009
Posts: 146

Rep: Reputation: 87
Quote:
Originally Posted by Didier Spaier View Post
Also, the firmware allows to work in UEFI mode, Legacy mode or both, in the latter case with booting priority in either Legacy or UEFI mode. I feel very comfortable to have these possibilities as well.
Indeed, after so-called Secure Boot turned off in BIOS, UEFI stuff (GPT partitioning, ELILO booting) works very well with Slackware on W520. And these features are also good to check regarding Linux support on other alike machines.
 
Old 01-06-2016, 07:02 AM   #11
statguy
Member
 
Registered: Sep 2004
Location: Ontario, Canada
Distribution: Slackware 14.2, current
Posts: 416

Original Poster
Rep: Reputation: 36
Quote:
Originally Posted by Didier Spaier View Post
Also, the firmware allows to work in UEFI mode, Legacy mode or both, in the latter case with booting priority on either Legacy or UEFI mode. I feel very comfortable to have these possibilities as well.
Can you elaborate on this a bit? What is this UEFI stuff?
 
Old 01-06-2016, 07:04 AM   #12
statguy
Member
 
Registered: Sep 2004
Location: Ontario, Canada
Distribution: Slackware 14.2, current
Posts: 416

Original Poster
Rep: Reputation: 36
Thanks for all the informative replies so far. Every time I post here I am impressed by the Slackware community and glad I chose that version of Linux for my daily needs.
 
Old 01-06-2016, 08:49 AM   #13
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,061

Rep: Reputation: Disabled
Quote:
Originally Posted by statguy View Post
Can you elaborate on this a bit? What is this UEFI stuff?
Some pointers to articles that will answer better than I could:
http://www.uefi.org/faq
https://en.wikipedia.org/wiki/Unifie...ware_Interface
http://www.rodsbooks.com/linux-uefi/
http://www.rodsbooks.com/efi-bootloaders/

Practically, the firmware of your machine will probably (to be checked) be able to work in both UEFI and Legacy (aka BIOS) modes. To use UEFI you will need to choose the 64-bit edition of Slackware version 14.1. Both editions (32-bit and 64-bit) can use the Legacy mode.

To know more about Slackware, visit http://docs.slackware.com.
 
Old 01-06-2016, 10:53 AM   #14
bimboleum
Member
 
Registered: Oct 2009
Posts: 111

Rep: Reputation: 23
Hi,
I have a W530 running Slackware 14.1. The noX2apic problem only occurs if you have the legacy bios setting enabled. If you enable EFI then the x2apic problem goes away. Of course you then have to use EFI for booting, but that is going to be the norm anyway.

cheers
pete

pete hilton
saruman@ruvolo-hilton.org
 
Old 01-06-2016, 11:42 AM   #15
viewtiful_jon
LQ Newbie
 
Registered: Apr 2014
Posts: 12

Rep: Reputation: 4
Quote:
Originally Posted by rworkman View Post
Just curious about bluetooth on those, especially the T450 - does it work, and if so, is it a Broadcom chip?
Afraid I can't help you on this one, the first thing I did when I received mine was to swap out the original NIC for a different one. My memory suggests it was a RealTek (I bought the T450s with the cheapest possible NIC), but don't quote me on that.
 
  


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
lenovo Thinkpad W530 on slackware...what do you think? jamon0 Slackware 1 02-19-2014 09:34 PM
Lenovo W530 sound in Slackware 14 malloc Linux - Hardware 1 01-07-2013 05:37 PM
Slackware 12.0 on a Lenovo Thinkpad T61 Savet Linux - Laptop and Netbook 11 10-29-2008 12:14 AM
Using Slackware on a Lenovo 3000 Desktop BroCam Slackware 1 05-16-2008 05:02 PM
Lenovo N200 (+ Slackware) guide pdw_hu Linux - Laptop and Netbook 0 03-10-2008 09:26 AM

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

All times are GMT -5. The time now is 08:12 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