Britec Tech Support Forum

Full Version: Low Sound In Linux Peppermint
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Does anyone know how to resolve very low sound in Linux Peppermint? If you need to remote in to tweak or fix let me know.
I think Peppermint OS comes with Pulse Audio

you can tweak volume in Pulse Audio setting
I checked volume and its still running low.
you have to open Terminal command to do it

what will happen sometimes GUI don,t work that will for controlling volume


mixer -D pulse sset Master 5%+
Decrease volume by 5%

amixer -D pulse sset Master 5%-
Set volume to 50%

amixer -D pulse sset Master 50%


Terminal command to set audio volume
Its not going up, can you teamviewer in Compton and take a look at sound settings?
Open up a Terminal and type
Quote:cat /proc/asound/cards

paste the output please.
cat /proc/asound/cards

 0 [PCH            ]: HDA-Intel - HDA Intel PCH
                      HDA Intel PCH at 0xfb410000 irq 88
 1 [Headset        ]: USB-Audio - Turtle Beach PX21 Headset
                      Turtle Beach Turtle Beach PX21 Headset at usb-0000:00:14.0-1, full speed
 2 [NVidia         ]: HDA-Intel - HDA NVidia
                      HDA NVidia at 0xfb080000 irq 44
 3 [Snowball       ]: USB-Audio - Blue Snowball
                      BLUE MICROPHONE Blue Snowball at usb-0000:09:00.0-1.2, full speed
 4 [C920           ]: USB-Audio - HD Pro Webcam C920
                      HD Pro Webcam C920 at usb-0000:09:00.0-1.4, high speed
Ok now I need to see what cards are available, type
Quote:ls -ld /proc/asound/card* | grep ^d
dr-xr-xr-x 6 root root 0 Jan  9 21:33 /proc/asound/card0

dr-xr-xr-x 4 root root 0 Jan  9 21:33 /proc/asound/card1
dr-xr-xr-x 6 root root 0 Jan  9 21:33 /proc/asound/card2
dr-xr-xr-x 3 root root 0 Jan  9 21:33 /proc/asound/card3
dr-xr-xr-x 3 root root 0 Jan  9 21:33 /proc/asound/card4
type
Quote:alsmixer

This should (assuming its installed) give a UI option in the terminal to adjust each device db level.



You can also use
Quote:cat /proc/asound/devices

This will show each device connected to that sound card.
Pages: 1 2 3 4