12:52 pm - Tuesday February 7, 2012

Fix Ubuntu Audio Problem in Sony Vaio

  • Share
  • Share

Ubuntu is notorious for its audio problems. Both Desktop PCs as well as laptops mostly fail to recognize the audio device. This post is specifically meant for solving the audio problem in Ubuntu in Sony Vaio laptops.

Reason for failed Audio

Ubuntu 10.04 is loaded with the old version of ALSA (Advanced Linux Sound Architecture) , which fails to play most of the audio devices. To solve this problem simply upgrade to the latest version of ALSA and reboot.

How to Upgrade ALSA Driver

One of the blogger has given a detailed instruction on how to upgrade the ALSA driver. I strongly recommend you to follow the instructions (http://monespaceperso.org/blog-en/2010/05/02/upgrade-alsa-1-0-23-on-ubuntu-lucid-lynx-10-04/). Once you follow the instructions in the link above do the following steps.

  • Add this code into the repository ppa:ubuntu-audio-dev/ppa
  • Update the repository
  • Then in the terminal enter the following code sudo apt-get install linux-alsa-driver-modules-2.6.32-22-generic
  • (In the above code, change the version accordingly)
  • In the terminal enter sudo apt-get install linux-backports-alsa-2.6.32-22-generic
  • Reboot the machine
  • By default the volumes will be low, so open any sound mixer and increase the volume ( You can use alsaconf , pulse audio or the inbuilt audio configure window)

sony audio ubuntu Fix Ubuntu Audio Problem in Sony Vaio

pixel Fix Ubuntu Audio Problem in Sony Vaio

Loading
Filed in: Tutorials

4 Responses to “Fix Ubuntu Audio Problem in Sony Vaio”

  1. DEN @ Dreamhost Coupon
    July 16, 2010 at 7:33 am #

    Linux looks good and works good too but these small problems always seems to rise up

  2. Brian
    December 3, 2010 at 11:32 pm #

    The package you want to install is linux-backports-modules-alsa-lucid-generic (not ‘lucid’ instead of the the kernel version). Otherwise you will have to manually update the backports package whenever a new kernel package is released (which is pretty often these days).

  3. Joel
    July 5, 2011 at 2:59 pm #

    People,

    I used to have the same problem with the audio and I could fix it.

    Details:

    Laptop model: Sony VAIO VPCEE43EL (but it should work with all the VAIO series).
    Ubuntu version: Ubuntu 10.10 & Ubuntu 11.04 (I tried with both).

    How to fix it:

    (1) Go to the speaker icon and select Sound Preferences.
    (2) Make sure there’s no program using the sound under Application tab.
    (3) Go to Hardware Tab and select Analog Stereo Output from the drop dawn list.
    (4) Go to Output Tab and under Connector select Analog Speakers.
    (5) Now, go to Hardware Tap again and select Test Speakers. It should work.

    Extra recommendations:

    (A) Probably it’s going to be a good idea to restart the computer.
    (B) I recommend to test sound with headphones to make sure that we’re not talking about a different problem.

    Good luck!

    Joel

  4. Rohit
    July 17, 2011 at 10:54 am #

    sound is not working in sony vpceb36fg in ubuntu10.04

Leave a Reply