"The more I C, the less I see."
Articles feed
21-04-16
Install Linux Kernel 4.5.2 (Stable) on Linux Mint
19-04-16
Why are SSD faster if more volume than less volume?
17-04-16
Phishing warning
17-04-16
Asciinema - record and share the terminal session
13-04-16
Install Linux Kernel 4.5.1 (Stable) on Linux Mint
05-04-16
Terminal - customizable appearance in Linux Mint
02-04-16
pyRenamer - Mass rename files and folders in Linux
01-04-16
Simplenote - the simplest way to keep notes
25-03-16
Diehard4 - dark color theme in Linux Mint
24-03-16
Betty - friendly English-like interface for terminal
23-03-16
Install the NVIDIA driver 364 on Linux Mint
23-03-16
Vineyard - easy setup Wine, windows programs on Linux, easily
22-03-16
MacroFusion - GUI to combine photos to get deeper DOF or HDR
21-03-16
Photivo - free photo editor for advanced users
20-03-16
New design of our web site
20-03-16
Ambiance & Radiance Flat Colors - colorful flat themes
20-03-16
Wakefull - screensaver and powersaver blocker (like caffeine)
19-03-16
BTFS (bittorrent filesystem) - a file system for the real pirates
15-03-16
Install Linux Kernel 4.5 (Stable) on Linux Mint
15-03-16
Circuit simulator and PCB design software for Linux
13-03-16
Install the Weather application in LInux Mint
12-03-16
Transparent system panel in Linux Mint 17.x Cinnamon
12-03-16
Install Linux Kernel 4.4.4 (Stable) on Linux Mint
12-03-16
Install Linux Kernel 4.4.3 (Stable) on Linux Mint
24-02-16
OpenShot - free non-linear video editor
24-02-16
SAOImage DS9 - astronomical imaging and data visualization
23-02-16
Indicator Stickynotes - tool to create small notes on your desktop
20-02-16
5 ways to edit PDF documents in Linux
19-02-16
Install Linux Kernel 4.4.2 (Stable) on Linux Mint
14-02-16
Airnef - Wireless download from your Nikon/Sony/Canon Camera!
13-02-16
Install new LibreOffice 5.1 on Linux Mint
08-02-16
DeaDBeeF - Great music player on Linux Mint
02-02-16
Install Linux Kernel 4.4.1 (Stable) on Linux Mint
01-02-16
Folder-Color allows you to change the color of folders
29-01-16
Cryptkeeper - set a password on a folder in Linux Mint
26-01-16
Fotoxx - program for improving digital images
19-01-16
Wine - run Windows applications on Linux
updated
18-01-16
Notes - your notes on your local linux computer
17-01-16
Take a Break - helps you to take a break from your computer
16-01-16
Install the NVIDIA driver 361 on Linux Mint
updated
11-01-16
Install Linux Kernel 4.4 (LTS) on Linux Mint
04-01-16
Gimp - the free & open source image editor
03-01-16
How to find and terminate a process in Linux Mint
02-01-16
Watch "Star wars" in the terminal on Linux Mint
30-12-15
NixNote (NeverNote) - open source client for Evernote
All articles
Archive
«    April 2016    »
MonTueWedThuFriSatSun
 123
45678910
11121314151617
18192021222324
252627282930 
» » Install Linux Kernel 4.3 (Stable) on Linux Mint

Install Linux Kernel 4.3 (Stable) on Linux Mint

Install Linux Kernel (Stable) on Linux Mint

After two months of development, Linus Torvalds announced the release of Linux kernel 4.3. In the new version made about 11 thousand corrections from more than 1,500 developers, the size of the patch is 42 MB (the changes affected 10388 files, added 643628 lines of code, deleted lines -333888). About 48% of all presented in 4.3 of the changes associated with device drivers, approximately 18% of changes relate to updating the code for specific hardware architectures, 11% is related to network stack, 3% - file systems and 4% c internal kernel subsystems.

 

Warning. The Linux kernel is a critical element of the system. To do the upgrade costs when one of your hardware devices is not working properly, and the new kernel may fix this problem. But at the same time installing a new kernel unnecessarily can lead to undesirable regressions, such as: no network connection, no sound or even the inability to boot the system, so install a new kernel on your own risk.

 

You can download the relevant deb packages from HERE and install them. Or just follow the instructions given below that will help you to install a new kernel multiple commands in terminal.

Suitable for Linux Mint 13/14/15/16/17/17.1/17.2 Elementary OS 0.2/0.3 PinguyOS 14/12 Deepin 2014.3

Installing the Linux Kernel 4.3 into Linux Mint or others Ubuntu distrs:
1. Open a terminal, copy and run one of the commands according to the architecture of your system/computer, at your own risk:
For 32-bit (single command):
cd /tmp; wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-unstable/linux-headers-4.3.0-040300-generic_4.3.0-040300.201511020846_i386.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-unstable/linux-headers-4.3.0-040300_4.3.0-040300.201511020846_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-unstable/linux-image-4.3.0-040300-generic_4.3.0-040300.201511020846_i386.deb; sudo dpkg -i *.deb

For 64-bit (single command):
cd /tmp; wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-unstable/linux-headers-4.3.0-040300-generic_4.3.0-040300.201511020846_amd64.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-unstable/linux-headers-4.3.0-040300_4.3.0-040300.201511020846_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-unstable/linux-image-4.3.0-040300-generic_4.3.0-040300.201511020846_amd64.deb; sudo dpkg -i *.deb
2. Update GRUB (GRUB need to upgrade the Linux system where it is installed, if you have more than one)

sudo update-grub


Note If you have a boot loader installed BURG, and it should be updated:

sudo update-burg


3. At the end of the installation, close all applications and restart the computer the following command:

sudo reboot

Once logged in, check the version of the current kernel with the command:

uname -r

If you decide to delete the kernel 4.3,
1. When the computer bootsthe GRUB menu, select your old kernelAfter booting the system, remove the new kernel by command below
2. 

sudo apt-get purge linux-image-4.3-*

3. And again update GRUB or BURG
To return to the previous kernel when booting Grub select Previous Linux versions
Good Luck!!!
Edited by Shekin - 26-01-2016, 06:04
Reason: New information added
Hidden information
Warning! You are not allowed to view this text.

Tags: kernel

Related articles

20 comments

  1. Dan
    May i ask why 4.3.3 unstable is being used instead of the stable release?
    1. Shekin
      This is a stable release, it says so on the official website.
      x64 Linux Mint 17.3 cinnamon
  2. Shekin
    James Duggins,
    right click=>copy
    x64 Linux Mint 17.3 cinnamon
  3. James Duggins
    What the hell is wrong with this page? Copy and paste is a nightmare here. After typing all of that by had it still didn't work.

    I find most of the how to guides on this site don't work. Basically a useless site.
  4. terra43110
    John Beidl,

    Make sure you have the new Nvidia-358 drivers installed.

    http://techringer.com/2015/11/22/install-nvidia-358-16-driver-ubuntu-15-10-14-0
    4/

    You can check your machine by opening up the terminal, and typing in

    inxi -Fxzr

    In the Graphics section, under "GLX Version", it should say "Nvidia 358.16"
  5. Evagelos
    Jason Muller,
    I was getting the same. Cause of many lines terminal was adding \ (i think it adds it when the command continues and needs more lines)..Anyway try to do the commands one by one like:
    cd /tmp
    wget htttp...deb
    wget http...deb
    wget http..deb
    sudo dpkg -i *.deb

    It doesnt show the wifi icon in order to connect to my network!
    I have dell inspiron 1548

    (went back to previous kernel)
  6. John Beidl
    Shekin, thank you.

    I did not find my problem listed there and I am not sure if this is a kernel bug or GUI issue so I reported on the Linux Mint Bug list.

    A short video demonstrating the problem can be found at https://vimeo.com/148377764
  7. Shekin
    John Beidl,
    try here bugzilla.kernel.org
    x64 Linux Mint 17.3 cinnamon
  8. John Beidl
    I have installed Linux Mint 17.3 on a new HP ENVY 17t that has an Intel i7-6700HQ processor and an Intel 802.11ac WLAN & Bluetooth.

    I could not get the wireless to work (looks like hardware not being detected) so I installed 4.3 kernel. That fixed the wireless issue, however it cause a new problem.

    I notice at time when I switch windows the entire screen gets trashed and then is returned to normal. It looks like the display buffer is get over written and then instantly restored. This does not seem to cause any other problems, just annoying.

    Anyone else have this problem with the 4.3 kernel?

    I an a novice Linux user. Is there a place to search for reported Linux 4.3 kernel issues?
  9. Jason Muller
    Shekin,

    Thanks for the response, I am not sure what you're asking, I have never used VirtualBox before.
  10. Shekin
    Jason Muller,
    Have an idea, doesn't prevent VirtualBox by chance?
    x64 Linux Mint 17.3 cinnamon
  11. Jason Muller
    During step #2, I just get a series of errors:

    "Error! Bad return status for module build on kernel: 4.3.0-040300-generic (x86_64)"

    I'm running Cinnamon 17.2, 64-bit.

    Jason Muller,

    Oops, I mean Step #1.
  12. Shekin
    vic,
    try this
    sudo apt-get remove laptop-mode-tools
    sudo add-apt-repository ppa:linrunner/tlp
    sudo apt-get update
    sudo apt-get install tlp tlp-rdw
    sudo tlp start

    and reboot system
    x64 Linux Mint 17.3 cinnamon
  13. vic
    With this kernel my fan is always on a laptop i915 i core 2 duo
    any ideas how to solve it?
  14. ano
    i use a J1900 mini-itx board.

    4.3 didn't work,

    4.2.5 is working but the cpu-governor "ondemand" is not useable, only "performance" and "powersave"
  15. Shekin
    Pen Nim,
    fixed, thx
    x64 Linux Mint 17.3 cinnamon
  16. Pen Nim
    The Link doesn't seem to work for the 32 bit version
  17. thomasloldk
    My Vmware 12 does not work with this kernel currently - its missing kernel modules

    But Nvidia 352.55


    But my laptop runs much better with this kernel then 4.1.10 stable and 4.2.5 stable


    Zenbook pro ux501jw
  18. gerrit
    Thank You, it works excellent......
  19. Gary Nimmo
    I tried it on my Alienware x18 Laptop
    With Linux Mint 17.2

    But didn't work had to install it So Linux Kernel 4.3 (Stable) not so good for my Rig
    also tried 4.2.5 also didn't work

    But Linux Kernel 4.2.3 works a treat

    So I hope the final version works or I will have to stay with 4.2.3
  • winkwinkedsmileam
    belayfeelfellowlaughing
    lollovenorecourse
    requestsadtonguewassat
    cryingwhatbullyangry
Login via
Up