LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 08-11-2016, 12:12 PM   #1
GabrielEleazarRodriguez
LQ Newbie
 
Registered: Aug 2016
Location: Buenos Aires
Distribution: Fedora, MX Linux, Debian, Slackware
Posts: 12

Rep: Reputation: 2
Slack 14.2 stops unexpectedly...


Sorry, I've installed Slackware64 14.2 in a Lenovo g50-30 and at the beginning all was completely ok, but a little time later, the laptop started to stop unexpectedly, in different situations; the screen freezes and I only can restart the system through the power button. I searched a lot about that problem and a few people had the same problem with other Lenovo g50 laptops, but nobody could find a real solution (alt + SysReq + S U B does not count as a solution).

(Forgive my English, I know it sucks...)
 
Old 08-11-2016, 12:56 PM   #2
STDOUBT
Member
 
Registered: May 2010
Location: Stumptown
Distribution: Slackware64
Posts: 583

Rep: Reputation: 242Reputation: 242Reputation: 242
That actually has happened to me once so far on -current on an "old" Thinkpad.
I ended up blaming Firefox.
It would be worth your time to run memtest86 on your RAM.
Many bootable distros feature it in the starup menu.
 
Old 08-11-2016, 01:15 PM   #3
phenixia2003
Senior Member
 
Registered: May 2006
Location: France
Distribution: Slackware
Posts: 1,052

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
Hello,

Quote:
Originally Posted by GabrielEleazarRodriguez View Post
Sorry, I've installed Slackware64 14.2 in a Lenovo g50-30 and at the beginning all was completely ok, but a little time later, the laptop started to stop unexpectedly, in different situations; the screen freezes and I only can restart the system through the power button. I searched a lot about that problem and a few people had the same problem with other Lenovo g50 laptops, but nobody could find a real solution (alt + SysReq + S U B does not count as a solution).

(Forgive my English, I know it sucks...)
Looks like this.

Try to add "intel_idle.max_cstate=1" to the kernel boot parameters.


--
SeB
 
2 members found this post helpful.
Old 08-11-2016, 01:52 PM   #4
GabrielEleazarRodriguez
LQ Newbie
 
Registered: Aug 2016
Location: Buenos Aires
Distribution: Fedora, MX Linux, Debian, Slackware
Posts: 12

Original Poster
Rep: Reputation: 2
Thumbs up

Thanks a lot!!

I will try that in a moment
 
Old 08-11-2016, 05:33 PM   #5
GabrielEleazarRodriguez
LQ Newbie
 
Registered: Aug 2016
Location: Buenos Aires
Distribution: Fedora, MX Linux, Debian, Slackware
Posts: 12

Original Poster
Rep: Reputation: 2
Thumbs up

That finally works, but everyone who want the same will need to have grub. That solution is unable under lilo.

Thanks again
 
Old 08-11-2016, 05:54 PM   #6
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512
GabrielEleazarRodriguez --

Can you not append intel_idle.max_cstate=1 to the LILO GLOBAL append= command ?

Like so in the GLOBAL Section ( append= applies to all Kernels ) :

Code:
append="vt.default_utf8=0 elevator=noop intel_idle.max_cstate=1"
Or if it only applies to one particular Kernel Version, Can it be passed with addappend= in the individual Kernel Blocks ?

Like so:
Code:
#
# set GLOBAL Kernel Parms 'up top' via append=
#
append="vt.default_utf8=0 elevator=noop"
:
<<snip>>
:
#
# set Kernel-Specific Parms via addappend
#
image = /boot/vmlinuz-generic-4.4.14
  label     = Generic4414
  addappend = "intel_idle.max_cstate=1"
  initrd    = /boot/initrd.gz
  root      = /dev/sda3
  read-only
:
<<snip>>
Edit: man lilo.conf implies that either method should work ...

Thanks.

-- kjh

Last edited by kjhambrick; 08-11-2016 at 05:56 PM.
 
3 members found this post helpful.
Old 08-11-2016, 05:55 PM   #7
notKlaatu
Senior Member
 
Registered: Sep 2010
Location: Lawrence, New Zealand
Distribution: Slackware
Posts: 1,077

Rep: Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732
Quote:
Originally Posted by GabrielEleazarRodriguez View Post
That finally works, but everyone who want the same will need to have grub. That solution is unable under lilo.

Thanks again
Why is it not possible in LILO? Did you try, and it failed? I'm curious, because if it's just a kernel arg, you certaily can pass those through LILO.
 
Old 08-11-2016, 06:30 PM   #8
GabrielEleazarRodriguez
LQ Newbie
 
Registered: Aug 2016
Location: Buenos Aires
Distribution: Fedora, MX Linux, Debian, Slackware
Posts: 12

Original Poster
Rep: Reputation: 2
No, kjhambric, you surely are right, I was imprecise. Because I thought that I had to update grub, I use a grub-driven solution to run update-grub...

Append that line to the LILO GLOBAL section would have been a easier solution if I just had known that I could do that way.
 
Old 08-11-2016, 09:00 PM   #9
GabrielEleazarRodriguez
LQ Newbie
 
Registered: Aug 2016
Location: Buenos Aires
Distribution: Fedora, MX Linux, Debian, Slackware
Posts: 12

Original Poster
Rep: Reputation: 2
I tried to re-install Slack in that notebook and do that fix in lilo adding the line in the GLOBAL section (without installing grub) and obviously it works (so much easier, as you know).

Thanks for that correction, my apologies.
 
Old 08-11-2016, 09:04 PM   #10
un1x
Member
 
Registered: Oct 2015
Posts: 645

Rep: Reputation: Disabled
Isn't lilo dead ?
 
Old 08-11-2016, 09:12 PM   #11
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 un1x View Post
Isn't lilo dead ?
The main developer has decided it is finished, if that's what you mean. That doesn't mean the software won't work and you shouldn't use it anymore. It is still the default bootloader on Slackware for non-UEFI systems. Plus Pat has stated he will take up maintenance if it needs it.
 
2 members found this post helpful.
Old 09-09-2016, 01:01 PM   #12
the_penguinator
Member
 
Registered: Jan 2009
Location: Canada
Distribution: slackware, OpenBSD, OSX
Posts: 233

Rep: Reputation: 25
Quote:
Originally Posted by GabrielEleazarRodriguez View Post
I tried to re-install Slack in that notebook and do that fix in lilo adding the line in the GLOBAL section (without installing grub) and obviously it works (so much easier, as you know).

Thanks for that correction, my apologies.
I have one of these laptops sitting on a desk, unused as when I first tried 14.1 on it, I had nothing but misery with the rtlxxxx wifi card, and the driver for the alps touchpad was nowhere to be found. Can you identify the devices in your G50, and that they are working fine?
Cheers
 
Old 09-09-2016, 02:44 PM   #13
GabrielEleazarRodriguez
LQ Newbie
 
Registered: Aug 2016
Location: Buenos Aires
Distribution: Fedora, MX Linux, Debian, Slackware
Posts: 12

Original Poster
Rep: Reputation: 2
Yeah, sure. I had the same kind of problems when I tried 14.1 at first, but I can assure you that all those worries just disappeared under 14.2. There are my devices:

bash-4.3# lspci
00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register (rev 0e)
00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0e)
00:13.0 SATA controller: Intel Corporation Atom Processor E3800 Series SATA AHCI Controller (rev 0e)
00:1a.0 Encryption controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine (rev 0e)
00:1b.0 Audio device: Intel Corporation Atom Processor Z36xxx/Z37xxx Series High Definition Audio Controller (rev 0e)
00:1c.0 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 1 (rev 0e)
00:1c.2 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 3 (rev 0e)
00:1c.3 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 4 (rev 0e)
00:1d.0 USB controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series USB EHCI (rev 0e)
00:1f.0 ISA bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit (rev 0e)
00:1f.3 SMBus: Intel Corporation Atom Processor E3800 Series SMBus Controller (rev 0e)
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10)

You surely know that the rtl8723 controller was removed from the libre kernel, so you won't find that on Debian, and was not included in the default 14.1 kernel because it was old. On networking, 14.2 worked finely out of the box for me...
 
1 members found this post helpful.
Old 09-09-2016, 09:14 PM   #14
the_penguinator
Member
 
Registered: Jan 2009
Location: Canada
Distribution: slackware, OpenBSD, OSX
Posts: 233

Rep: Reputation: 25
Quote:
Originally Posted by GabrielEleazarRodriguez View Post
Yeah, sure. I had the same kind of problems when I tried 14.1 at first, but I can assure you that all those worries just disappeared under 14.2.
thank-you Gabriel...I'll give it another try with 14.2 and see how it goes.
Cheers
 
  


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
Kdenlive rendering stops, “melt”(MLT) closes unexpectedly williepabon Linux - Software 0 12-29-2012 03:45 AM
Debian Squeeze: TCP stops working, UDP doesn't, with "unexpectedly shrunk window" hnatt Linux - Networking 26 04-15-2012 03:26 AM
Machine shutdown unexpectedly unexpectedly pinga123 Linux - Newbie 1 02-25-2011 03:48 PM
when reset Slack,Internet stops __vev__ Linux - Hardware 2 03-31-2004 01:05 PM
Squid stops unexpectedly Ariel Linux - Networking 2 07-11-2001 09:10 AM

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

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