Solving choppy and distorted sound while playing back video on Ubuntu 12.04 LTS (Precise Pangolin)
|
|
Since installing Ubuntu 12.04 LTS on my Core I5 computer, I’ve noticed that I’ve problem with Video/Audio playback on my computer.
It turns out that it only affects computer with Intel-based sound chip. To confirm that you have Intel based audio chip, you need to run this command:
sudo lshw -c multimedia
If Intel chip is present, then you should see something like this at the bottom of the output:
configuration: driver=snd_hda_intel latency=32
resources: irq:16 memory:fe024000-fe027fff
To fix it, you need to add “options snd-had-intel model=generic” at the end of /etc/modprob.d/alsa-base.conf file.
This should fix the problem with choppy/laggy sound while playing video.
Tags: choppy, flash, multimedia, sound, ubuntu, video
Keep updated with the latest posts, be a part of over 1,000 subscribers! :
Subscribe to your email
You might also want to read...
- Ubuntu 12.04 LTS Precise Pangolin Latest New Features
- How to install Unity 6.x backports to Ubuntu 12.04 LTS (Precise)
- LiVES – Linux Video Editing made easy
- How to Rip MP3 using Sound Juicer (Ubuntu Tips)
- No Official pre-press Ubuntu 13.04 CD/DVD will be distributed by Canonical
- Ubuntu Release, Maintenance and Support Schedule
- Ubuntu 6.06 LTS (Dapper) vs Ubuntu Edgy Eft


September 6th, 2012 at 9:16 am
Thanks very much for the tip.
I could not figure out what had happened to my system.
Added the “options” line and problem solved.
Thanks again.
March 10th, 2013 at 6:36 pm
worked like a charm, but it needs a reboot (or reinitialize the .conf).\
Thanks!
March 14th, 2013 at 3:54 am
integrated speakers do not work with this command, only the external, so this is not the real resolution of the problem