You are not logged in.

#1 2016-08-20 21:11:42

Nyamuk
Member
Registered: 2016-08-14
Posts: 17

[SOLVED] Something wrong with sound

from first install and yesterday, sound is working good
i don't know what happen, my sound suddenly not working (not muted in alsamixer)
i just don't know what happen, last night all is fine.
i check my terminal, i didn't change much, just install gparted from pacman (im not sure this is the cause)
i use external speaker for sound. i test speaker on my phone, it's work, so problem is in the laptop

Last edited by Nyamuk (2016-08-20 22:20:38)

Offline

#2 2016-08-20 21:19:01

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: [SOLVED] Something wrong with sound

Please post the output of:

aplay -l
amixer

Offline

#3 2016-08-20 21:25:34

Nyamuk
Member
Registered: 2016-08-14
Posts: 17

Re: [SOLVED] Something wrong with sound

output from
aplay -l

[nyamuk@nyamuk ~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
[nyamuk@nyamuk ~]$ 

output from
amixer

Simple mixer control 'Master',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 87
  Mono: Playback 87 [100%] [0.00dB] [off]
Simple mixer control 'Headphone',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 87
  Mono:
  Front Left: Playback 87 [100%] [0.00dB] [off]
  Front Right: Playback 87 [100%] [0.00dB] [off]
Simple mixer control 'Speaker',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 87
  Mono:
  Front Left: Playback 87 [100%] [0.00dB] [off]
  Front Right: Playback 87 [100%] [0.00dB] [off]
Simple mixer control 'PCM',0
  Capabilities: pvolume
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 255
  Mono:
  Front Left: Playback 255 [100%] [0.00dB]
  Front Right: Playback 255 [100%] [0.00dB]
Simple mixer control 'Mic',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 31 [100%] [12.00dB] [off]
  Front Right: Playback 31 [100%] [12.00dB] [off]
Simple mixer control 'Mic Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 3 [100%] [36.00dB]
  Front Right: 3 [100%] [36.00dB]
Simple mixer control 'IEC958',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 31
  Front Left: Capture 19 [61%] [12.00dB] [on]
  Front Right: Capture 19 [61%] [12.00dB] [on]
Simple mixer control 'Auto-Mute Mode',0
  Capabilities: enum
  Items: 'Disabled' 'Enabled'
 Item0: 'Enabled'
Simple mixer control 'Digital',0
  Capabilities: cvolume
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 120
  Front Left: Capture 60 [50%] [0.00dB]
  Front Right: Capture 60 [50%] [0.00dB]
Simple mixer control 'Internal Mic Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 3 [100%] [36.00dB]
  Front Right: 3 [100%] [36.00dB]
Simple mixer control 'Loopback Mixing',0
  Capabilities: enum
  Items: 'Disabled' 'Enabled'
  Item0: 'Enabled'

Offline

#4 2016-08-20 21:27:41

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: [SOLVED] Something wrong with sound

Nyamuk wrote:

output from
amixer

Simple mixer control 'Master',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 87
  Mono: Playback 87 [100%] [0.00dB] [off]

Try:

amixer set -c0 Master unmute

Offline

#5 2016-08-20 21:55:00

Nyamuk
Member
Registered: 2016-08-14
Posts: 17

Re: [SOLVED] Something wrong with sound

Try:

amixer set -c0 Master unmute
Simple mixer control 'Master',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 87
  Mono: Playback 87 [100%] [0.00dB] [off]

still not work

Last edited by Nyamuk (2016-08-20 21:58:28)

Offline

#6 2016-08-20 21:58:35

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: [SOLVED] Something wrong with sound

Nyamuk wrote:
  Mono: Playback 87 [100%] [0.00dB] [off]

The "[off]" indicates that the Master channel was muted when you ran the `amixer` command (contrary to your statement in the OP).

After running `amixer set -c0 Master unmute`, does the "[off]" in the output of `amixer` change to "[on]"?

If not, please describe your audio set up in more detail.

Offline

#7 2016-08-20 22:03:25

Nyamuk
Member
Registered: 2016-08-14
Posts: 17

Re: [SOLVED] Something wrong with sound

[nyamuk@nyamuk ~]$ amixer set -c0 Master unmute
Simple mixer control 'Master',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 87
  Mono: Playback 87 [100%] [0.00dB] [on]
[nyamuk@nyamuk ~]$

it change to on, btw im sure this is not because muted,
i open alsamixer and terminal, and see GUI alsamixer, im sure this not muted

Offline

#8 2016-08-20 22:23:37

Nyamuk
Member
Registered: 2016-08-14
Posts: 17

Re: [SOLVED] Something wrong with sound

i don't know what happen

because sound not work, i want try to use my phone to be my external speaker

i install sound wire (need pulseaudio, and pavucontrol)

then connect to my phone, it's connected but no sound (i guest this sound wire is fake)

i try to open alsamixer again
the interface is different, before i install pulseaudio
there is 4 bar to control volume, master, headphone, microphones etc

but now just 1 volume control "master"
i try to unmute, then it's fine

Offline

Board footer

Powered by FluxBB