• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
sharadchhetri

sharadchhetri

Tutorials On Linux, Unix & Open Source

  • Home
  • Linux Commands
  • Resources
    • Learn Linux
  • My WordPress plugins

How I fixed audio problem in Ubuntu 16.04 LTS desktop

October 13, 2018 by Sharad Chhetri

In this post I am going to share how I fix audio problem in Ubuntu 16.04 LTS Desktop. A few months ago while listening some video I found the audio suddenly stopped working. It was quite surprising.

The speaker was working fine but headphones were not working after connecting to audio jack.

It is quite obvious that on such audio problem you will check if any mute settings is done . In my case audio settings was not mute.

How I fix the audio problem in my Ubuntu system, here are the steps –

  1. Remove pulseaudio and also-base package
  2. sudo apt-get remove --purge alsa-base pulseaudio
    
  3. Re-intstall pulseaudio and also-base package
  4. sudo apt-get -y install alsa-base pulseaudio
    
  5. Reload alsa
  6. sudo alsa force-reload
    

You may have to restart your system to make audio working. Share your solution in comment section, it will help others too.

Share this:

  • Twitter
  • Facebook
  • More
  • Print
  • Email
  • LinkedIn
  • Reddit
  • Tumblr
  • Pinterest
  • Pocket
  • Telegram
  • WhatsApp
  • Mastodon

Related posts:

  1. How to use grep command to get fixed pattern or exact keyword
  2. Shareaholic Related Content Recommendations issue fixed in v7.0.3.3
  3. Create fixed top navigation menu bar on wordpress theme
  4. Create desktop launcher in Unity Desktop Ubuntu 16.04 LTS
  5. How to install KVM on Ubuntu 16.04 LTS Desktop
  6. How To Upgrade Ubuntu 16.04 To 18.04 LTS Desktop
  7. Fixing Kazam crash on Ubuntu 20.04 LTS Desktop
  8. Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)
  9. sdcard not mounted Ubuntu 14.04 LTS Desktop
  10. Install OpenShot 2.2 on Ubuntu 16.04 LTS Desktop

Filed Under: Ubuntu Tagged With: ubuntu

Primary Sidebar

Our Social Media Presence

  • Facebook
  • GitHub
  • Twitter

Linux Command

What is Linux Internal And External Command

Linux Basic Commands With Examples For Every Beginner

tr command to convert lines to space , tab and vertical tab

smbpasswd command not found on CentOS 7 and RHEL 7

Solution : semanage command not found

Unix / Linux : How to print duplicate lines from file

More Posts from this Category

You Might Like These Articles!

simplecodesyntax wordpress plugin

SimpleCodeSyntax : My Another WordPress Plugin

Install Nginx

How To Install Nginx On Ubuntu 22.04 LTS

Install Latest Git package in Ubuntu Operating System

How To Always Install Latest Git Package In Ubuntu Operating System

Bash script for installing VirtualBox on Ubuntu 22.04 LTS Desktop

Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

libfuse

dlopen(): error loading libfuse.so.2 – Got Error On Ubuntu

Failed to open/create the internal network

VirtualBox Error: Failed to open/create the internal network

Always Useful Tips And Tricks

error could not configure a c compiler Linux

Virtual Machine inaccessible status on VirtualBox 4.3

sed: -e expression #1, char 24: Invalid range end

How to zip the directory in linux with command line

Allow only members of Wheel group to use su command on RHEL/CentOS

How to use grep command to get fixed pattern or exact keyword

How to increase Password Expire date without resetting the password

Explore 90+ Article On "Linux Tips And Tricks"

Copyright © 2023 ยท
The material in this site cannot be republished either online or offline, without our permission.
Proudly Blogging From Bharat.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy