Announcement

Collapse
No announcement yet.

Kernel 3.3 issue

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Kernel 3.3 issue

    On my Laptop HP dv6 i7 core I upgraded ot lernel 3.3 with this:
    http://www.upubuntu.com/2012/03/how-...kernel-in.html

    Upon reboot my fan is constantly running.

    I had the impression that this was resolved in 3.3.

    any ideas to get this sorted?
    HP Pavilion dv6 core i7 (Main)
    4 GB Ram
    Kubuntu 18.10

    #2
    Okay, this kernel does not like my vmplayer 4.0.2 and won't mount usb's.

    How can remove it safely?
    HP Pavilion dv6 core i7 (Main)
    4 GB Ram
    Kubuntu 18.10

    Comment


      #3
      According to the replies in the link, (at bottom); http://www.upubuntu.com/2012/03/how-...ment-476833553

      reboot selecting the standard kernel in grub, then run the dpkg commands from above but instead of -i for install use -r for remove
      I have not much experience tinkering with the kernel, but appears that it'll be safe.

      B.R

      Jonas
      ASUS M4A87TD | AMD Ph II x6 | 12 GB ram | MSI GeForce GTX 560 Ti (448 Cuda cores)
      Kubuntu 12.04 KDE 4.9.x (x86_64) - Debian "Squeeze" KDE 4.(5x) (x86_64)
      Acer TimelineX 4820 TG | intel i3 | 4 GB ram| ATI Radeon HD 5600
      Kubuntu 12.10 KDE 4.10 (x86_64) - OpenSUSE 12.3 KDE 4.10 (x86_64)
      - Officially free from windoze since 11 dec 2009
      >>>>>>>>>>>> Support KFN <<<<<<<<<<<<<

      Comment


        #4
        If you want to remove a kernel (not the running kernel!) from the CLI:
        Code:
        sudo apt-get purge linux-image-x.x.x-xx-generic
        where x.x.x-xx are the number of the kernel you want to remove.

        I use the following to list all the kernels installed on my system:
        Code:
        dpkg --list | grep linux-image | awk '{print $2}'
        Here, currently, that shows:
        linux-image-3.2.0-19-generic
        linux-image-3.2.0-20-generic
        linux-image-generic
        So, if I wanted to remove the 'older' kernel I would type:
        Code:
        sudo apt-get purge linux-image-3.2.0-19-generic
        Afterwards, you need to run:
        Code:
        sudo update-grub2
        (if you are using Grub2)
        Using Kubuntu Linux since March 23, 2007
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Thanks guys, got it to go with:
          reboot selecting the standard kernel in grub, then run the dpkg commands from above but instead of -i for install use -r for remove
          Cheers
          HP Pavilion dv6 core i7 (Main)
          4 GB Ram
          Kubuntu 18.10

          Comment

          Working...
          X