XFCE manjaro with no sound at all

[victorevans@victorevans ~]$ amixer --card=0

Simple mixer control ‘Mic’,0

Capabilities: cvolume cvolume-joined cswitch cswitch-joined

Capture channels: Mono

Limits: Capture 0 - 4096

Mono: Capture 2816 [69%] [11.00dB] [on]

guys!!! could you explain that to me, like, in command line, a step-by-step to do this??

Passo 1: Se tiver recém-formatado, dê um apt update e depois um upgrade pra atualizar tudo direitin e evitar erros

Passo 2: Clone com o git esse repositório .

Passo 3: Instale o .deb da pasta raiz (firmware-sof-signed_1.7-1_all.deb)

Passo 4: Após isso, vá na pasta kernel e instale cada um dos .deb lá

Passo 5: Volte, e agora vá na pasta tplg e copie todos os arquivos de lá para a pasta raiz (custom-kernel)

Passo 6: Entre como administrador com o sudo su, dê permissão para executar no arquivo make.sh com o chmod +x , e então execute-o ./make.sh

Passo 7: Após o processo ter terminado, reinicie o seu PC, e provavelmente o áudio estará funcionando.

it is the same notebook i have.
please, save me. it is the solution. but idk how to do this steps

you all could see this link and see the exact model.

i’m thinking to swtich to linux mint xfce in order to do this

apparently i need to install this kernel custom-kernel/README.md at main · yangxiaohua2009/custom-kernel · GitHub

but, I could try on manjaro xfce first, if you tell me how, i’m really a noob…

update: my bluetooth headphones works via bluetooth

New ALSA data in previous post is better than before. ALSA is now able to detect the onboard audio codec as playback and capture device

card 1: sofessx8336 [sof-essx8336], device 0: ES8336 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0

amixer --card=0 in post #21 is showing ALSA Mic control for USB webcam

ALSA mixer controls for onboard audio card 1 show Headphone and Speaker controls are both muted

Simple mixer control 'Headphone',0

  Front Left: Playback 3 [100%] [0.00dB] [off]
  Front Right: Playback 3 [100%] [0.00dB] [off]
Simple mixer control 'Speaker',0

  Mono: Playback [off]

use this command to unmute both controls

 amixer -c1 sset Headphone unmute; amixer -c1 sset Speaker unmute

http://alsa-project.org/db/?f=5319510e7d7b1c80816dbbc9f6f8231276704d1c
I did a new upload.

amixer -c1 sset Headphone unmute; amixer -c1 sset Speaker unmute
amixer: Unable to find simple control ‘Headphone’,0

amixer: Unable to find simple control ‘Speaker’,0

Latest ALSA data shows onboard audio now detected as card 0 and USB webcam as card 1

**** List of PLAYBACK Hardware Devices ****
card 0: sofessx8336 [sof-essx8336], device 0: ES8336 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: sofessx8336 [sof-essx8336], device 5: HDMI 1 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: sofessx8336 [sof-essx8336], device 6: HDMI 2 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: sofessx8336 [sof-essx8336], device 7: HDMI 3 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Use this command with card name rather than number to unmute Headphone and Speaker

 amixer -c sofessx8336 sset Headphone unmute; amixer -c sofessx8336 sset Speaker unmute

still no sound. ok, I think i’ll switch to mint and try that solution anyway…

1 Like