Announcement

Collapse
No announcement yet.

No sound or sound very low after upgrading to 9.10 Karmic Koala (SOLVED).

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

    #16
    Re: After the upgrade i have no sound or sound is very low with 100% volume.

    Originally posted by Lefteris
    Thanks dibl the problem is solved.

    I had already checked at the package manager and the headers and images were already marked as installed!!!
    The new kernel it seemed to be installed already but during the upgrade grub was not updated so i was running the old kernel. And just by habit i hadn't pay attention to it, until gnuoykun mentioned it.

    But thanks for your precious help and effort!
    How do I install the lasted kernels I seem to have them but theyare not listed in grub menu even after the command you guys mentioned.

    Comment


      #17
      Re: After the upgrade i have no sound or sound is very low with 100% volume.

      Originally posted by vfbsilva
      Originally posted by Lefteris
      Thanks dibl the problem is solved.

      I had already checked at the package manager and the headers and images were already marked as installed!!!
      The new kernel it seemed to be installed already but during the upgrade grub was not updated so i was running the old kernel. And just by habit i hadn't pay attention to it, until gnuoykun mentioned it.

      But thanks for your precious help and effort!
      How do I install the lasted kernels I seem to have them but theyare not listed in grub menu even after the command you guys mentioned.
      Well, after opening the terminal ant typing
      Code:
      sudo kate /boot/grub/menu.lst
      it'll ask for your password, and in the end of the file it opened you should see something like this:
      Code:
      title   Ubuntu 8.10, kernel 2.6.27-11-generic
      uuid   4152c112-019e-4678-9887-0dc979df9ec5
      kernel   /boot/vmlinuz-2.6.27-11-generic root=UUID=4152c112-019e-4678-9887-0dc979df9ec5 ro quiet splash
      initrd   /boot/initrd.img-2.6.27-11-generic
      quiet
      IF you already have the lastest kernel on your machine, just change the values to it, like this:
      Code:
      title   Ubuntu 9.10, kernel 2.6.31-14-generic
      uuid   4152c112-019e-4678-9887-0dc979df9ec5
      kernel   /boot/vmlinuz-2.6.31-14-generic root=UUID=4152c112-019e-4678-9887-0dc979df9ec5 ro quiet splash
      initrd   /boot/initrd.img-2.6.31-14-generic
      quiet
      it's only a matter of changing the "kernel 2.6.27-11-generic" to "kernel 2.6.31-14-generic".
      Now reboot and rejoice ^^

      And I'm glad to help Lefteris o/

      Comment

      Working...
      X