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 02-09-2019, 11:53 AM   #1
q23r4r
LQ Newbie
 
Registered: Jan 2014
Posts: 8

Rep: Reputation: Disabled
network issues after kernel rollback


In upgrading to the latest kernel patch (4.4.172), I got hit by the NVIDIA bug discussed here: https://www.linuxquestions.org/quest...ia-4175647404/

To workaround, I decided to roll back to 4.4.157 for now. I still had the old package files, so I ran upgradepkg on them and reran lilo as usual.

System boots fine and mostly works. But, now I have a problem with my ethernet network connection. On bootup, it fails to get a carrier. After boot-up, I can successfully get a carrier and connect if I manually run "dhcpcd eth0" But, I only get a 10 MBs connection rather than gigabit.

I didn't make any other changes to my system in between upgrading to 172 then trying to run NVIDIA installer, then rolling back to 157 and rerunning the NVIDIA installer.

Is there any cruft or something that I need to manually remove to fix this? Other ideas?
 
Old 02-09-2019, 01:08 PM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,217

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Did you restore the kernel firmware from 4.4.157? There may be something there that is causing the problem.
 
Old 02-09-2019, 02:07 PM   #3
q23r4r
LQ Newbie
 
Registered: Jan 2014
Posts: 8

Original Poster
Rep: Reputation: Disabled
I believe so. I ran upgradepkg on all 6 kernel packages.
 
Old 02-09-2019, 07:24 PM   #4
abga
Senior Member
 
Registered: Jul 2017
Location: EU
Distribution: Slackware
Posts: 1,634

Rep: Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929
I'm a little more radical in upgrading/downgrading packages and using only installpkg and removepkg, always following the log to check if there are leftovers after removepkg - managing them manually. Not that much familiar with upgradepkg, but according to this post:
https://www.linuxquestions.org/quest...5/#post5809664
upgradepkg shouldn't leave "leftovers" and your reported issue might be caused by either a missed step/package in your downgrade, a driver or, as camorri suggested, a firmware file.
Can you please list the "all 6 kernel packages" you were using for the downgrade together with these outputs:
Code:
#the content of /lib/modules:
ls -al /lib/modules
# Ethernet related kernel messages - remove the MAC address from the output - just for privacy concerns
dmesg -T | grep eth
 
Old 02-10-2019, 11:20 AM   #5
q23r4r
LQ Newbie
 
Registered: Jan 2014
Posts: 8

Original Poster
Rep: Reputation: Disabled
The six kernel packages that I provided to upgradepkg were:
kernel-firmware-20180913_44d4fca-noarch-1.txz
kernel-generic-4.4.157-x86_64-1.txz
kernel-headers-4.4.157-x86-1.txz
kernel-huge-4.4.157-x86_64-1.txz
kernel-modules-4.4.157-x86_64-1.txz
kernel-source-4.4.157-noarch-1.txz

An ls of the library directory reveals no remnants of 172 (there is no directory named 4.4.172)

Here is the dmesg output (minus MAC address)
There is an error there (but I don't think it is relevant because grep seems to be latching onto the "eth" in Method)

Sat Feb 9 08:25:00 2019] ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT1._GTF] (Node ffff88043e9c78c0), AE_NOT_FOUND (20150930/psparse-542)
[Sat Feb 9 08:25:00 2019] ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT0._GTF] (Node ffff88043e9c7848), AE_NOT_FOUND (20150930/psparse-542)
[Sat Feb 9 08:25:00 2019] ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT1._GTF] (Node ffff88043e9c78c0), AE_NOT_FOUND (20150930/psparse-542)
[Sat Feb 9 08:25:00 2019] ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT3._GTF] (Node ffff88043e9c79b0), AE_NOT_FOUND (20150930/psparse-542)
[Sat Feb 9 08:25:00 2019] ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT0._GTF] (Node ffff88043e9c7848), AE_NOT_FOUND (20150930/psparse-542)
[Sat Feb 9 08:25:00 2019] ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT3._GTF] (Node ffff88043e9c79b0), AE_NOT_FOUND (20150930/psparse-542)
[Sat Feb 9 08:25:04 2019] r8169 0000:04:00.0 eth0: RTL8168e/8111e at 0xffffc9000140e000, **:**:**:**:**:**, XID 0c200000 IRQ 28
[Sat Feb 9 08:25:04 2019] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[Sat Feb 9 08:25:07 2019] ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT0._GTF] (Node ffff88043e9c7848), AE_NOT_FOUND (20150930/psparse-542)
[Sat Feb 9 08:25:07 2019] ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT0._GTF] (Node ffff88043e9c7848), AE_NOT_FOUND (20150930/psparse-542)
[Sat Feb 9 08:25:12 2019] r8169 0000:04:00.0 eth0: link down
[Sat Feb 9 08:25:12 2019] r8169 0000:04:00.0 eth0: link down
[Sat Feb 9 08:25:14 2019] r8169 0000:04:00.0 eth0: link up
[Sat Feb 9 08:25:15 2019] r8169 0000:04:00.0 eth0: link down
[Sat Feb 9 08:25:18 2019] r8169 0000:04:00.0 eth0: link up
[Sat Feb 9 08:25:19 2019] r8169 0000:04:00.0 eth0: link down
[Sat Feb 9 08:25:22 2019] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[Sat Feb 9 08:25:24 2019] r8169 0000:04:00.0 eth0: link up
[Sat Feb 9 08:25:24 2019] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[Sat Feb 9 08:25:25 2019] r8169 0000:04:00.0 eth0: link down
[Sat Feb 9 08:25:28 2019] r8169 0000:04:00.0 eth0: link up
[Sat Feb 9 08:25:30 2019] r8169 0000:04:00.0 eth0: link down
[Sat Feb 9 08:25:34 2019] r8169 0000:04:00.0 eth0: link up
[Sat Feb 9 08:25:35 2019] r8169 0000:04:00.0 eth0: link down
[Sat Feb 9 08:25:38 2019] r8169 0000:04:00.0 eth0: link up
 
Old 02-10-2019, 02:08 PM   #6
abga
Senior Member
 
Registered: Jul 2017
Location: EU
Distribution: Slackware
Posts: 1,634

Rep: Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929
Code:
[Sat Feb 9 08:25:04 2019] r8169 0000:04:00.0 eth0: RTL8168e/8111e at 0xffffc9000140e000, **:**:**:**:**:**, XID 0c200000 IRQ 28
I don't have experience with this Ethernet chip but noticed people are building the driver from SlackBuilds, because the default kernel driver doesn't play well. Maybe you did it too in the past and forgot about it.
http://slackbuilds.org/repository/14.2/network/r8168/
https://www.linuxquestions.org/quest...-a-4175647779/
 
  


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] Black screen after grub following update. Now can't access Timeshift to rollback update. mgerson Linux Mint 7 02-27-2016 03:40 AM
How to rollback package after unsuccessful patching deepak_message Linux - Server 3 06-01-2013 07:25 AM
Rollback Kernel? mrurmil Fedora 2 01-26-2005 09:44 AM
RPM Rollback (Patch installation) adme Linux - General 3 04-15-2003 03:27 PM
XFree86 update/rollback utabintarbo Linux - Software 1 06-21-2002 03:00 PM

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

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