LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > antiX / MX Linux
User Name
Password
antiX / MX Linux This forum is for the discussion of antiX and MX Linux.

Notices


Reply
  Search this Thread
Old 11-12-2018, 04:04 AM   #1
mikey777
LQ Newbie
 
Registered: Nov 2018
Posts: 1

Rep: Reputation: Disabled
antiX 17.2: How do I downgrade Kernel from 4.9 to 4.4 ?


I've just installed antiX (17.2 version) for the first time on my Samsung N145 netbook - it's running very well.

However, I need to use an older kernel, as kernel versions 4.9 (or later) produce ACPI error messages on booting. Previously, with other distros on this netbook, I've found that if I downgrade the kernel to 4.4 the booting error messages disappear.

How do I create a kernel downgrade from 4.9 to 4.4 on antiX 17.2 ?

Many thanks in advance for your replies.

Last edited by mikey777; 11-12-2018 at 04:18 AM.
 
Old 11-12-2018, 05:21 AM   #2
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,838
Blog Entries: 1

Rep: Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071
Need to, or wish to? ACPI error messages are usually just an annoyance, not a problem that needs fixing.

Does your kernel cmdline include quiet? If not, adding it might suppress annoying messages. Also investigate using kernel.printk for altering kernel messages.

AntiX 16 used/uses a 4.4 kernel, so you might be able to install it with apt. Does
Code:
aptitude versions linux-image
show any 4.4 versions? If so, specify the version to install with apt or aptitude. If not, goto the online repos with your web browser, find a linux-image 4.4 version, download with wget, curl or browser, then try installing manually.
 
Old 11-20-2018, 09:36 AM   #3
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,619
Blog Entries: 19

Rep: Reputation: 4462Reputation: 4462Reputation: 4462Reputation: 4462Reputation: 4462Reputation: 4462Reputation: 4462Reputation: 4462Reputation: 4462Reputation: 4462Reputation: 4462
Most old computers have acpi glitches in them and modern kernels are getting more and more pedantic about reporting these. I recently upgraded my AntiX kernel to 4.18 as recommended by AntiCapitalista and now I get a string of boot messages about an undefined (or perhaps wrongly defined) pci interrupt device. As long as acpi problems don't stop the machine booting, you can ignore them.

If you do want to downgrade, I think the easiest way is to use synaptic. If you display the kernel section, you can get a listing of available kernels. Just install the one you want. But make sure it's an LTS kernel so as not to lose the protection against spectre that has now been built in.
 
Old 11-23-2018, 07:48 PM   #4
Goro Daimon
LQ Newbie
 
Registered: Aug 2018
Distribution: Mint
Posts: 14

Rep: Reputation: Disabled
MX Linux

Antix Linux has a lot of problems after install. I will try MX Linux for test!
 
Old 12-02-2018, 10:10 AM   #5
XenaneX
Member
 
Registered: Jan 2009
Location: London
Distribution: MX16 & PCLOS
Posts: 181
Blog Entries: 5

Rep: Reputation: 22
Quote:
Originally Posted by Goro Daimon View Post
Antix Linux has a lot of problems after install. I will try MX Linux for test!
MX is great. I hope you like it too.
 
Old 12-02-2018, 07:21 PM   #6
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,143
Blog Entries: 21

Rep: Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481
Quote:
Antix Linux has a lot of problems after install.

Respectively No.

Code:
harry@biker:~
$ inxi -S
System:    Host: biker Kernel: 4.9.83-antix.1-686-smp-pae i686 bits: 32 Desktop: IceWM 1.3.8 
           Distro: antiX-15-V_386-full Killah P 30 June 2015 
harry@biker:~
Quote:
Antix Linux has a lot of problems after Goro installs it because it lacks a Desktop Environment and does not use systemd.
There.
Fixed it for ya.
 
Old 12-13-2018, 05:59 PM   #7
Aeterna
Senior Member
 
Registered: Aug 2017
Location: Terra Mater
Distribution: VM Host: Slackware-current, VM Guests: Artix, Venom, antiX, Gentoo, FreeBSD, OpenBSD, OpenIndiana
Posts: 1,011

Rep: Reputation: Disabled
Quote:
Originally Posted by rokytnji View Post
Respectively No.

Code:
harry@biker:~
$ inxi -S
System:    Host: biker Kernel: 4.9.83-antix.1-686-smp-pae i686 bits: 32 Desktop: IceWM 1.3.8 
           Distro: antiX-15-V_386-full Killah P 30 June 2015 
harry@biker:~


There.
Fixed it for ya.
this is absolutely irrelevant (he asked about 4.4.x) and not true: what missing syslemd has do to with the possible problems or GUI?

Well, you can try to compile your own kernel:
first run:
apt-get install libncurses5-dev libncursesw5-dev, dpkg-dev, libssl-dev, bison, flex, fakeroot

next get some sort of general kernel config file (I used config-4.14.1 that I had from another distro)
download latest 4.4.167.

unpack it:
sudo tar xpvf path_to/linux-4.4.167.tar.xz -C /usr/src/

copy config file to /usr/src/linux-4.4.167/.config

pay attention! there is . (dot) in front of config file in the destination folder)

run
make menuconfig

assuming that you have general config file (any distro will do), you don't have to do anything, just save it after running menuconfig. This way you will adjust .config file to your kernel.
Running make menuconfig is important (and saving without any custom editing)

now edit .config with nano or vi
and change
CONFIG_DEFAULT_HOSTNAME="(none)"
to
CONFIG_DEFAULT_HOSTNAME="test"

this is cosmetic attempt to further differentiate your kernel from next one (if you will ever compile kernel again)

run
sudo make deb-pkg LOCALVERSION=-test KDEB_PKGVERSION=$(make kernelversion)-1

when kernel is compiled, install it:
sudo dpkg -i /usr/src/*.deb

reboot, and from grub menu select Advanced option, next select your installed 4.4.167 kernel

boot up and hopefully it will work.
If somethig would happen and freshly made kernel would fail, reboot system and select original kernel from grub menu.

hopefully this will help
Attached Thumbnails
Click image for larger version

Name:	linux-4.4.167-1.png
Views:	30
Size:	19.3 KB
ID:	29169  

Last edited by Aeterna; 12-14-2018 at 10:38 AM.
 
Old 12-14-2018, 04:38 PM   #8
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,143
Blog Entries: 21

Rep: Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481Reputation: 3481
@ Aeterna

Ever hear of

https://github.com/BitJam/cli-aptiX
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Conky display gets corrupted since updating Antix-16 to Antix-17 hazel Linux - Distributions 3 12-18-2017 08:55 AM
LXer: antiX 16 Linux to Land Soon with a Custom 4.4.10 Kernel, Firefox ESR by Default LXer Syndicated Linux News 0 06-15-2016 02:54 AM
FC6 kernel issue, how to downgrade kernel? ACDII Fedora 10 03-21-2007 09:08 AM
ACX100 TI chipset WIFI card 2.6.14 Kernel, downgrade kernel? fieldyweb Linux - Wireless Networking 1 02-11-2006 03:56 AM
Downgrade kernel ,dual kernel boot beep_beep Linux - Software 0 08-17-2004 01:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > antiX / MX Linux

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