Audio 3.5mm Jack not working - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98) +--- Forum: General Discussion on ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=99) +--- Thread: Audio 3.5mm Jack not working (/showthread.php?tid=9794) |
Audio 3.5mm Jack not working - clement - 05-05-2020 Hello, I installed LibreElec on my new ROCKPRO64. I have a hi-fi stereo which I want to plug on the audio jack 3.5mm. It doesn't work, meaning I don't have any sound. I don't know from were the problem comes from and I don't know how to investigate. I post in general forum because I don't know if it's an hardware or Linux issue. Thanks in advance for your help RE: Audio 3.5mm Jack not working - LMM - 05-17-2020 (05-05-2020, 03:09 PM)clement Wrote: Hello, Hi, I am not using LibreElec but Debian. But in order to enable the jack plug, I have first to enable the headphone mixer : Code: amixer set 'Right Headphone Mixer Right DAC' on best regards. LMM RE: Audio 3.5mm Jack not working - clement - 05-23-2020 Hi, Sorry for the late answer, I didn't get notification by email. Code: # amixer set 'Right Headphone Mixer Right DAC' on I have no idea how to adjust parameters. If I understood properly, I can use Code: # amixer scontrols Code: # amixer info RE: Audio 3.5mm Jack not working - LMM - 05-23-2020 (05-23-2020, 02:26 AM)clement Wrote: Hi, for me, amixer returns : Code: Card default 'rockchiprk3399'/'rockchip,rk3399' You can probably use alsamixer command or Code: amixer -c 0 set Headphone playback 100% unmute RE: Audio 3.5mm Jack not working - clement - 05-24-2020 Unfortunately, Code: # amixer -c 0 set Headphone playback 100% unmute RE: Audio 3.5mm Jack not working - LMM - 05-24-2020 (05-24-2020, 01:25 AM)clement Wrote: Unfortunately, what do you have with: Code: cat /proc/asound/cards (05-24-2020, 02:02 AM)LMM Wrote:and(05-24-2020, 01:25 AM)clement Wrote: Unfortunately, Code: amixer -c 0 scontrols RE: Audio 3.5mm Jack not working - clement - 05-24-2020 It's odd: Code: # cat /proc/asound/cards Code: LibreELEC:~ # amixer -c 0 scontrols RE: Audio 3.5mm Jack not working - LMM - 05-24-2020 (05-24-2020, 02:23 AM)clement Wrote: It's odd: May be a problem specific to LibeELEC kernel (sound card module not loaded ? Some things to try to search the config : Code: aplay -l # list the cards you will find many information in /proc/asound (kernel version, ...) you could try to install a new version of libreElec (if it is not updated) Sorry, I am don't know very well libreELEC, I rather use ubuntu or debian. I am curious to know where the pb comes from. Try the chat room, you may have quick answers. RE: Audio 3.5mm Jack not working - clement - 05-24-2020 I have the last version of LibreElec. There is no update since I installed it. I also rather Ubuntu, however, video performance were terrible and each attempt to fix it lead to a broken system, and Kodi does pretty much everything I want. The audio controller seems to be seen by the OS Code: # aplay -l No sound module loaded, but I don't know how the kernel is build, maybe the driver was not compiled as module Code: LibreELEC:~ # lsmod | grep snd alsamixer was not installed. I installed it and tried to change sound card but alsamixer crashed Code: # alsamixer RE: Audio 3.5mm Jack not working - clement - 05-24-2020 I tried to rebuild LibreElec to check driver support on Linux kernel. Code: $ grep ES8316 LibreELEC.tv/build.LibreELEC-RK3399.arm-9.2-devel/linux-aa8bacf821e5c8ae6dd8cae8d64011c741659945/.config Code: lsmod | grep snd |