LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-31-2016, 05:21 AM   #1
badbetty
Member
 
Registered: Jan 2014
Posts: 159

Rep: Reputation: Disabled
kernel 4.4.19 creating problems on AMD Phenom 64 Slackware 14.2 64bit


I apologise in advance that I have not looked into this further (or attached any more hw details) just yet, as I am busy rebuilding my machine.

Maybe someone else has experienced a similar issue, or has some helpful insight. Any way, just to share and for info :

I blindly accepted the kernel update via slackpkg tool to 4.4.19 thinking it would not cause an issue. Normally I try read what's changed.

All went ok, except on reboot the machine's display was unstable - turning the screen off and on every few minutes or so amongst a few other things. No I did not check log messages and just went into 'rebuild' mode :-)

Anyway, gone back to 4.4.14 kernel and everything seems ok again.

I'm wondering if anything has changed in 4.4.19 regarding the radeon modules. I will experiment later and see if I spot anything (dmesg, syslogs, Xorg etc).

Have a nice day everyone.
Habs

Last edited by badbetty; 08-31-2016 at 05:23 AM.
 
Old 08-31-2016, 05:51 PM   #2
jonathan018
LQ Newbie
 
Registered: May 2011
Posts: 16

Rep: Reputation: 2
Do you have flood of "[drm:drm_edid_block_valid [drm]] *ERROR*" in your syslog? Screen blinking every 10 seconds? If yes, it is an old bug reintroduced somewhere between 4.4.14 and 4.4.19. Got it on my machine with radeon RS690.
I resolved the issue by applying the tcp_input patch to 4.4.14 kernel and recompiling it.
 
Old 09-02-2016, 09:46 AM   #3
badbetty
Member
 
Registered: Jan 2014
Posts: 159

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jonathan018 View Post
Do you have flood of "[drm:drm_edid_block_valid [drm]] *ERROR*" in your syslog? Screen blinking every 10 seconds? If yes, it is an old bug reintroduced somewhere between 4.4.14 and 4.4.19. Got it on my machine with radeon RS690.
I resolved the issue by applying the tcp_input patch to 4.4.14 kernel and recompiling it.
The screen was not blinking every 10 secs, but it was about every few minutes or so switching off and on again, then another few minutes; same sort of idea but not as rapid. (machine is just an hd3200 gpu on the asustek M4A78 phenom II x4 board).

I'm reluctant to update to kernel 4.4.19 again, just in case as it takes a while to get back together without issue.

Perhaps a meaningless test, but I used and AMD eepc and upgraded to 4.4.19 on that (64 bit, amd C60 processor, hd6290 graphics, radeon etc..) and no problems seemingly - well not noticed any as yet.
 
Old 09-02-2016, 12:30 PM   #4
badbetty
Member
 
Registered: Jan 2014
Posts: 159

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jonathan018 View Post
Do you have flood of "[drm:drm_edid_block_valid [drm]] .......
and to answer that one, no it would seem.


I am at a loss - it is most annoying. I could post xorg log, syslog, dmesg and messages attachments, but will someone advise if this is the correct thing to do (or how best to do it)....and if I do will it help!

How can I establish what has changed between 4.4.14 and 4.4.19 in relation to this issue I am experiencing.


Just to clarify, it does appear that this only happens when an Xorg server/display is running... I cannot recall it happening at console level.
Is there something in the Xorg config files I could check (where would I start please) ?

Thank you
 
Old 09-02-2016, 01:32 PM   #5
STDOUBT
Member
 
Registered: May 2010
Location: Stumptown
Distribution: Slackware64
Posts: 583

Rep: Reputation: 242Reputation: 242Reputation: 242
Quote:
How can I establish what has changed between 4.4.14 and 4.4.19 in relation to this issue I am experiencing.
You could sift through the changelogs
https://cdn.kernel.org/pub/linux/ker...angeLog-4.4.14
https://cdn.kernel.org/pub/linux/ker...angeLog-4.4.15
https://cdn.kernel.org/pub/linux/ker...angeLog-4.4.16
https://cdn.kernel.org/pub/linux/ker...angeLog-4.4.17
https://cdn.kernel.org/pub/linux/ker...angeLog-4.4.18
https://cdn.kernel.org/pub/linux/ker...angeLog-4.4.19
(Serious potential for even more frustration)
Or you could compare various settings between your kernel configs...
Code:
11:18:38:~$ grep -i radeon /boot/config-generic-smp-4.4.19-smp 
CONFIG_DRM_RADEON=m
CONFIG_DRM_RADEON_USERPTR=y
# CONFIG_DRM_RADEON_UMS is not set
CONFIG_FB_RADEON=m
CONFIG_FB_RADEON_I2C=y
CONFIG_FB_RADEON_BACKLIGHT=y
# CONFIG_FB_RADEON_DEBUG is not set
11:26:16:~$ grep -i radeon /boot/config-generic-smp-4.4.14-smp 
CONFIG_DRM_RADEON=m
CONFIG_DRM_RADEON_USERPTR=y
# CONFIG_DRM_RADEON_UMS is not set
CONFIG_FB_RADEON=m
CONFIG_FB_RADEON_I2C=y
CONFIG_FB_RADEON_BACKLIGHT=y
# CONFIG_FB_RADEON_DEBUG is not set
I have a really old AMD (ATI) mobile GPU in my daily driver, and I'm getting hit by a black screen after resume (non-reproducible)...have yet to get to the bottom of it.
 
Old 09-03-2016, 12:46 AM   #6
badbetty
Member
 
Registered: Jan 2014
Posts: 159

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by STDOUBT View Post
You could ....
Or you could compare various settings between your kernel configs...
.
Thanks for replying and the ideas etc.

I'm struggling to understand why this is happening; the 4.4.19 appears to work o the other machine; that might not mean much given different guts in it, but still.

Any way,I will go back to basics (of a sort) and check and re-seat things like wires, check for loose connections and stuff that perhaps I should have done first! :-)

I'll do that later today.


Best wishes for today to everyone.
 
Old 09-06-2016, 04:50 AM   #7
badbetty
Member
 
Registered: Jan 2014
Posts: 159

Original Poster
Rep: Reputation: Disabled
i am going to mark this one as solved and 'close' it off.

I have checked connections, wires etc and it seems that it only happens on the VGA connection; the HDMI is ok.
It would seem, from my limited experience, fair to say that there is an issue regarding the hardware I am using rather than it being the kernel change.

Onwards. Thank you.
 
Old 09-07-2016, 03:04 AM   #8
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
@badbetty

Let's do not dump some valuable hardware just because some crazy bunnies from the Linus's Team started to ignore the cheap video cards.

And saying cheap video cards I understand something like Radeon HD 3000, Radeon HD 4350, Radeon HD 6450, NVidia GeForce 210, NVidia GeForce 6200, NVidia GeForce 8200.

I suggest you to go back to a kernel from the series 4.1.x, any superior series behaving naughty on that cheap Radeon and NVidia hardware (if you go Nouveau, but not only). At least on my case are affected all my six computers.
 
Old 09-07-2016, 03:49 AM   #9
badbetty
Member
 
Registered: Jan 2014
Posts: 159

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Darth Vader View Post
@badbetty

Let's do not dump some valuable hardware just because some crazy bunnies from the Linus's Team started to ignore the cheap video cards.

And saying cheap video cards I understand something like Radeon HD 3000, Radeon HD 4350, Radeon HD 6450, NVidia GeForce 210, NVidia GeForce 6200, NVidia GeForce 8200.

I suggest you to go back to a kernel from the series 4.1.x, any superior series behaving naughty on that cheap Radeon and NVidia hardware (if you go Nouveau, but not only). At least on my case are affected all my six computers.
I hadn't realised others had [similar] issues with the 4.4.19 kernel. I wish I knew what it was.....but given the HDMI port works (I am using that rather than dumping) and the VGA doesn't, I just 'guessed' it must be a local hardware problem. Another issue I had when on the VGA connection was data in the keyboard buffer at logon just after bootup - when typing in the user name to login at the prompt, it showed up spurios characters which had to be deleted before retyping. Once on the HDMI port...all appears ok (ish).

I agree with your sentiment regarding changes affecting [arguablky] older hardware.... chucking things out is not good on resources/environment...especially when they still perform quite well for most things but intensive gaming etc.
 
Old 09-07-2016, 07:38 AM   #10
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 badbetty View Post
I hadn't realised others had [similar] issues with the 4.4.19 kernel. I wish I knew what it was.....but given the HDMI port works (I am using that rather than dumping) and the VGA doesn't, I just 'guessed' it must be a local hardware problem. Another issue I had when on the VGA connection was data in the keyboard buffer at logon just after bootup - when typing in the user name to login at the prompt, it showed up spurios characters which had to be deleted before retyping. Once on the HDMI port...all appears ok (ish).

I agree with your sentiment regarding changes affecting [arguablky] older hardware.... chucking things out is not good on resources/environment...especially when they still perform quite well for most things but intensive gaming etc.
Darth just has problems with the 4.4.x series (and a bunch of other things that we won't get into... he's just bitter because his son chopped off his hand).

Your issue, if it is related to the kernel, was likely an unintentional regression. I highly doubt they just axed working code just to stop supporting older cards (at least, not in the middle of the support cycle for 4.4.x... maybe in a completely new version like 4.9, but there's been no word that I've seen on it). Hopefully someone will report it to them and they can fix it in a future point release of the 4.4.x series.
 
3 members found this post helpful.
Old 09-10-2016, 03:33 PM   #11
nmag.ko
LQ Newbie
 
Registered: Sep 2016
Posts: 1

Rep: Reputation: Disabled
It seems that kernel 4.4.19 has a problem with efi, after it updates in slackware 14.2 system cannot boot, it halts on loading init ramdisk. 4.4.20 has the same problem.

When go back to 4.4.14 everything goes fine. My weekly updates were working fine until 4.4.18.
 
  


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
[SOLVED] Get temperature of AMD Phenom II Slackware 14.1 astrogeek Slackware 3 09-09-2014 12:33 PM
Problems with different Linux distribution in desktop with an AMD Phenom 64 bits proc MPRT Linux - Desktop 9 11-21-2011 07:22 AM
Installing Slackware on system's using AMD Phenom cpu's Snarf53563 Linux - Hardware 23 09-05-2008 11:08 AM
AMD Phenom 9600 Unstable in 64bit Linux sniff Linux - Hardware 1 01-09-2008 03:41 AM
32bit(i386) or 64bit(amd64) on an amd 64bit cpu (amd 6000+)? d-_-b Debian 7 10-28-2007 07:48 PM

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

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