Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id CC247225D2C for <~alpine/users@lists.alpinelinux.org>; Wed, 17 Jan 2024 17:14:03 +0000 (UTC) Received: from fews02-sea.riseup.net (fews02-sea-pn.riseup.net [10.0.1.112]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx1.riseup.net (Postfix) with ESMTPS id 4TFXXZ39RjzDqxG for <~alpine/users@lists.alpinelinux.org>; Wed, 17 Jan 2024 17:13:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1705511641; bh=52BOlrE+RQE7EIAb2L6YLplvny3+6G//039w0BaRf1w=; h=Subject:From:To:Date:In-Reply-To:References:From; b=Mlj3juKDE9K1KuuN+oO45ZFAMBXlECBfmuh0jFqUCfP9HGnfNRYfsMIRov8lLvVHT 8bAIQZmgABsx9iWQUQKXEmQut65V/PLxIXhpvFl+E6x1JdSb2EiSRwH3kQ7nfYe7jv KG6wBHO1LQEOvI9Q1wZ9zsSip4RTjpgetsV5h3To= X-Riseup-User-ID: CC648086D9966A9F7DD76E7808EDC58793DCF9B9E1D6B9B70673B9F48AC34A8F Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews02-sea.riseup.net (Postfix) with ESMTPSA id 4TFXXY5mhdzFvD4 for <~alpine/users@lists.alpinelinux.org>; Wed, 17 Jan 2024 17:13:49 +0000 (UTC) Message-ID: <913738413a1720203eb1797b77d083d314162c1d.camel@riseup.net> Subject: Re: RasPi5 audio From: Ralf Mardorf To: ~alpine/users@lists.alpinelinux.org Date: Wed, 17 Jan 2024 18:13:43 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 On Wed, 2024-01-17 at 08:40 -0800, ken.dickey@whidbey.com wrote: > Two issues: > =C2=A0=C2=A0 [1] No audio (HDMI audio works on RasPi4) Hi, please connect to the HDMI device and post the output of aplay -l It should be possible to select the HDMI device when starting a user session by ~/.asoundrc =C2=B9. In my case it does look that strange, since I've got an unusual alsa-base.conf . However, depending on the computer's audio device the number of the "ALSA device" might change. > =C2=A0=C2=A0 [2] Screen draws offscreen at the edges I can't comment on this. I would expect something like this, when using a CRT in combination with a wrong xorg "Modeline". Regards, Ralf =C2=B9 This is on Arch Linux, but aplay -l and .asoundrc should wor= k with almost all, if not all distros as well. You can ignore /etc/modprobe.d/alsa-base.conf , I only wanted to show, why aplay mentions card 0 and card 3, but no card 1 and card 2. Those are placeholders for backwards compatibility with scripts I used with another machine. =20 =E2=80=A2 rocketmouse@archlinux ~=20 $ aplay -l **** List of PLAYBACK Hardware Devices **** card 0: HDSPMx579bcc [RME AIO_579bcc], device 0: RME AIO [RME AIO] Subdevices: 1/1 Subdevice #0: subdevice #0 card 3: PCH [HDA Intel PCH], device 0: ALC897 Analog [ALC897 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 card 3: PCH [HDA Intel PCH], device 1: ALC897 Digital [ALC897 Digital] Subdevices: 1/1 Subdevice #0: subdevice #0 card 3: PCH [HDA Intel PCH], device 3: HDMI 0 [EV2450] Subdevices: 1/1 Subdevice #0: subdevice #0 card 3: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1] Subdevices: 1/1 Subdevice #0: subdevice #0 card 3: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2] Subdevices: 1/1 Subdevice #0: subdevice #0 card 3: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3] Subdevices: 1/1 Subdevice #0: subdevice #0 =E2=80=A2 rocketmouse@archlinux ~=20 $=20 =E2=80=A2 rocketmouse@archlinux ~=20 $=20 =E2=80=A2 rocketmouse@archlinux ~=20 $ cat /etc/modprobe.d/alsa-base.conf # ALSA module ordering options snd slots=3Dsnd_hdspm,snd_ice1712,snd_ice1712 =E2=80=A2 rocketmouse@archlinux ~=20 $=20 =E2=80=A2 rocketmouse@archlinux ~=20 $=20 =E2=80=A2 rocketmouse@archlinux ~=20 $ cat .asoundrc defaults.pcm.card 3 defaults.pcm.device 3