I have installed Ubuntu 18.04 and when listening music it has bad sound quality, much worse than in Windows. Is it possible to get the same sound quality?
$ lshw -C multimedia
*-multimedia
description: Audio device
product: Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series High Definition Audio Controller
vendor: Intel Corporation
physical id: 1b
bus info: pci@0000:00:1b.0
version: 35
width: 64 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list
configuration: driver=snd_hda_intel latency=0
resources: IRQ:124 memory:a1510000-a1513fff
sudo lshw -c multimedia
. – vidarlo Mar 24 '19 at 17:47alsamixer
. Check that your audio chip manufacturer is recognised correctly. Also ensure PCM is turned up to 100%, master up to 96%. If listening through headphones I have those at about 75% . Closealsamixer
. I then adjust sound volume from the sound icon on the top bar. – Paul Benson Mar 24 '19 at 19:49