2

I have an application that works fine on 14.04.1 but does not work fine on 14.04.2.

I found a bug report that indicates the newer kernel in 14.04.2 is the source of this issue. Is possible to downgrade the kernel in 14.04.2 from 3.16.0-39 to 3.13.0-43, which was the kernel used in 14.04.1? Or, do I have to remove 14.04.2 and reinstall 14.04.1?

0x2b3bfa0
  • 9,110
  • 7
  • 38
  • 55
hydro7
  • 21

1 Answers1

1

Yes, you can switch to 3.13 kernel easily.

  1. Install 3.13 kernel by running

    sudo apt-get install linux-generic
    
  2. Remove all linux-headers and linux-image packages of 3.19 version using synaptic. This will also remove 3.19 meta packages.

Pilot6
  • 92,041