Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Problem: alsa volume
#7
(12-11-2018, 12:53 AM)Edward Wrote:
(12-10-2018, 11:22 PM)alexlbz Wrote: whenever I start the moode audio player alsa volume is set to 0% !!!
volume controlled is by software

Huh Huh Huh


Pretty sure Tim is going to fix it, but until then and IF you ever run into this type of problem you can do this

Use this command to find sound card control - Look for 'Master Playback Volume'

$ amixer controls

numid=4,iface=MIXER,name='Master Playback Switch'

numid=3,iface=MIXER,name='Master Playback Volume'

numid=2,iface=MIXER,name='Capture Switch'

numid=1,iface=MIXER,name='Capture Volume'

Then use this to set default volume

$ amixer cset numid=3 100%

To make this 'stick' after each reboot create a script called [something.sh] and put the below in it with YOUR number, save then change permissions with sudo chmod 755 blahblah.sh. The just put the path to that file in your /etc/rc.local file.


#!/bin/bash

amixer cset numid=3 100%

sorry, i don't understand that. that's all new to me!
Reply


Messages In This Thread
alsa volume - by alexlbz - 12-10-2018, 11:22 PM
RE: alsa volume - by Tim Curtis - 12-11-2018, 12:22 AM
RE: alsa volume - by alexlbz - 12-11-2018, 12:33 AM
RE: alsa volume - by Edward - 12-11-2018, 12:53 AM
RE: alsa volume - by alexlbz - 12-11-2018, 06:54 AM
RE: alsa volume - by Tim Curtis - 12-11-2018, 12:59 AM
RE: alsa volume - by Tim Curtis - 12-11-2018, 01:01 AM
RE: alsa volume - by alexlbz - 12-13-2018, 12:36 AM
RE: alsa volume - by Tim Curtis - 12-13-2018, 12:54 AM
RE: alsa volume - by alexlbz - 12-13-2018, 07:04 AM
RE: alsa volume - by Tim Curtis - 12-13-2018, 12:18 PM
RE: alsa volume - by alexlbz - 12-13-2018, 04:47 PM
RE: alsa volume - by alexlbz - 12-13-2018, 07:12 PM
RE: alsa volume - by Tim Curtis - 12-13-2018, 07:48 PM

Forum Jump: