[opensuse-arm] Any progress getting sound in Raspberry Pi 4 images?
Is there any progress in getting working sound in Raspberry Pi 4 images; XFCE or KDE? Tumbleweed and/or Leap 15.2? -- fr.gr. member openSUSE Freek de Kruijf -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hi Freek, On Thu, 2020-06-18 at 14:34 +0200, Freek de Kruijf wrote:
Is there any progress in getting working sound in Raspberry Pi 4 images; XFCE or KDE? Tumbleweed and/or Leap 15.2?
Long story short, it's being worked on upstream. HDMI sound through vc4 has already seen some patches[1], but it's still work in progress. I'm working on enabling sound through the Jack connector, but I don't have anything ready yet, nor can estimate when it'll be ready. Regards, Nicolas [1] https://lkml.org/lkml/2020/5/27/972
Op maandag 29 juni 2020 11:09:21 CEST schreef Nicolas Saenz Julienne:
Hi Freek,
On Thu, 2020-06-18 at 14:34 +0200, Freek de Kruijf wrote:
Is there any progress in getting working sound in Raspberry Pi 4 images; XFCE or KDE? Tumbleweed and/or Leap 15.2?
Long story short, it's being worked on upstream.
HDMI sound through vc4 has already seen some patches[1], but it's still work in progress. I'm working on enabling sound through the Jack connector, but I don't have anything ready yet, nor can estimate when it'll be ready.
Regards, Nicolas
Thanks Nicolas. The friend I am assisting uses the Jack connector, so now this system is using Raspbian to have sound. I stick to openSUSE and HDMI, so I am waiting. Will it only be available for Tumbleweed? -- fr.gr. member openSUSE Freek de Kruijf -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Any progress on this issue? Is there an alternative? USB sound device that works? -- fr.gr. member openSUSE Freek de Kruijf
On 07.03.21 18:18, Freek de Kruijf wrote:
Any progress on this issue?
Is there an alternative? USB sound device that works?
Is there an USB sound device that does *not* work? All the simple "usb headset adapters" that I encountered the last 5 years just work, as usb-audio seems to be some kind of standard. So I'd go for a cheap one actually, chances that an expensive, professional device has issues are probably higher. One example, working fine with a raspi-zero-W: Bus 001 Device 002: ID 0d8c:013c C-Media Electronics, Inc. CM108 Audio Controller [ 28.963287] usbcore: registered new interface driver snd-usb-audio Have fun, -- Stefan Seyfried "For a successful technology, reality must take precedence over public relations, for nature cannot be fooled." -- Richard Feynman
On Sun, 2021-03-07 at 18:18 +0100, Freek de Kruijf wrote:
Any progress on this issue?
Is there an alternative? USB sound device that works?
Hi Freek, HDMI sound should work on Tumblweed as long as you add the relevant DT overlay in config.txt, and configure your system properly. There were some fixes missing that broke ALSA's config, but they are all available now. So: - In config.txt: 'dtoverlay=vc4-kms-v3d-pi4' - Make sure to install pulseaudio (if you actually need that, alsa should work OOTB) and login as a non root user. PA doesn't seem to like root sessions. Regards, Nicolas
Hi, Am Montag, 8. März 2021, 10:08:16 CET schrieb Nicolas Saenz Julienne:
On Sun, 2021-03-07 at 18:18 +0100, Freek de Kruijf wrote:
Any progress on this issue?
Is there an alternative? USB sound device that works?
HDMI sound should work on Tumblweed as long as you add the relevant DT overlay in config.txt, and configure your system properly. There were some fixes missing that broke ALSA's config, but they are all available now. So:
- In config.txt: 'dtoverlay=vc4-kms-v3d-pi4' - Make sure to install pulseaudio (if you actually need that, alsa should work OOTB) and login as a non root user. PA doesn't seem to like root sessions.
I'm currently testing Leap 15.3 on a Raspi4, and I can get sound from youtube videos to play via HDMI output. Hoooooooray! However, overlay as descried by Nicolas needs to be added manually, and codecs need to be installed from packman. HTH Axel
On Mon, 2021-03-08 at 11:13 +0100, Axel Braun wrote:
Hi,
Am Montag, 8. März 2021, 10:08:16 CET schrieb Nicolas Saenz Julienne:
On Sun, 2021-03-07 at 18:18 +0100, Freek de Kruijf wrote:
Any progress on this issue?
Is there an alternative? USB sound device that works?
HDMI sound should work on Tumblweed as long as you add the relevant DT overlay in config.txt, and configure your system properly. There were some fixes missing that broke ALSA's config, but they are all available now. So:
- In config.txt: 'dtoverlay=vc4-kms-v3d-pi4' - Make sure to install pulseaudio (if you actually need that, alsa should work OOTB) and login as a non root user. PA doesn't seem to like root sessions.
I'm currently testing Leap 15.3 on a Raspi4, and I can get sound from youtube videos to play via HDMI output. Hoooooooray!
However, overlay as descried by Nicolas needs to be added manually, and codecs need to be installed from packman.
This is definitely worth a release notes entry.
HTH Axel
On Mon, 2021-03-08 at 15:44 +0000, Lubos Kocman wrote:
On Mon, 2021-03-08 at 11:13 +0100, Axel Braun wrote:
Hi,
Am Montag, 8. März 2021, 10:08:16 CET schrieb Nicolas Saenz Julienne:
On Sun, 2021-03-07 at 18:18 +0100, Freek de Kruijf wrote:
Any progress on this issue?
Is there an alternative? USB sound device that works?
HDMI sound should work on Tumblweed as long as you add the relevant DT overlay in config.txt, and configure your system properly. There were some fixes missing that broke ALSA's config, but they are all available now. So:
- In config.txt: 'dtoverlay=vc4-kms-v3d-pi4' - Make sure to install pulseaudio (if you actually need that, alsa should work OOTB) and login as a non root user. PA doesn't seem to like root sessions.
I'm currently testing Leap 15.3 on a Raspi4, and I can get sound from youtube videos to play via HDMI output. Hoooooooray!
However, overlay as descried by Nicolas needs to be added manually,
Note that this will not be necessary soon. I just updated config.txt's package (raspberrypi-firmware) to enable the display controller unanimously. Regards, Nicolas
Op maandag 8 maart 2021 11:13:47 CET schreef Axel Braun:
Hi,
Am Montag, 8. März 2021, 10:08:16 CET schrieb Nicolas Saenz Julienne:
On Sun, 2021-03-07 at 18:18 +0100, Freek de Kruijf wrote:
Any progress on this issue?
Is there an alternative? USB sound device that works?
HDMI sound should work on Tumblweed as long as you add the relevant DT overlay in config.txt, and configure your system properly. There were some
fixes missing that broke ALSA's config, but they are all available now. So: - In config.txt: 'dtoverlay=vc4-kms-v3d-pi4' - Make sure to install pulseaudio (if you actually need that, alsa should
work OOTB) and login as a non root user. PA doesn't seem to like root sessions.
I'm currently testing Leap 15.3 on a Raspi4, and I can get sound from youtube videos to play via HDMI output. Hoooooooray!
However, overlay as descried by Nicolas needs to be added manually, and codecs need to be installed from packman.
HTH Axel
I tested with the newest Tumbleweed XFCE and KDE and did get sound on XFCE, but NOT on KDE. Anyone succeeded on KDE? Setting nomodeset on KDE to get a login screen is still needed. -- fr.gr. member openSUSE Freek de Kruijf
participants (5)
-
Axel Braun
-
Freek de Kruijf
-
Lubos Kocman
-
Nicolas Saenz Julienne
-
Stefan Seyfried