Received: from mx0.riseup.net (mx0.riseup.net [198.252.153.6]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id F11AC225D0D for <~alpine/users@lists.alpinelinux.org>; Wed, 17 Jan 2024 17:46:49 +0000 (UTC) Received: from fews01-sea.riseup.net (fews01-sea-pn.riseup.net [10.0.1.109]) (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 mx0.riseup.net (Postfix) with ESMTPS id 4TFYGb5rcFz9vhD for <~alpine/users@lists.alpinelinux.org>; Wed, 17 Jan 2024 17:46:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1705513607; bh=LqYwwLceyuvB+1HvyqTmyn4345PA0zn841DMXqgiIxk=; h=Subject:From:To:Date:In-Reply-To:References:From; b=MnQXzclU5IhHvFz8qAKPKCbFNP7aN4TrONCncUEK+5nPoY4Nmpj4qEUA0+3P7S4s8 pswtEqHHVObB9SHuS+wLv5b/pjywloKBuTxmh+klS2OtzI+2TTsffmALdCa7ST7iWa DOLV7qjObPY9YghxPgRPZexPSM6gO661nOSiuuzY= X-Riseup-User-ID: 8EDD3A78CE8F6BF1097596BD35431BD9A719765F96952A99973390B2CAB8F5AB Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews01-sea.riseup.net (Postfix) with ESMTPSA id 4TFYGb1QMnzJmtk for <~alpine/users@lists.alpinelinux.org>; Wed, 17 Jan 2024 17:46:41 +0000 (UTC) Message-ID: <08997a5f96a940a796844db1312f0f957bc15a7c.camel@riseup.net> Subject: Re: RasPi5 audio From: Ralf Mardorf To: ~alpine/users@lists.alpinelinux.org Date: Wed, 17 Jan 2024 18:46:36 +0100 In-Reply-To: <0585dc4f195ab3c95d215521627cd629@whidbey.com> References: <913738413a1720203eb1797b77d083d314162c1d.camel@riseup.net> <0585dc4f195ab3c95d215521627cd629@whidbey.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 On Wed, 2024-01-17 at 09:21 -0800, ken.dickey@whidbey.com wrote: > RasPi5:Alpine:/boot >>> aplay -l > aplay: device_list:277: no soundcards found... >=20 > I am using HDMI display, but perhaps I don't understand the semantics of= =20 > "connect to the HDMI device". Hi, I only wanted to ensure that your HDMI display is attached. It might depend on the kernel or something else, usually, but not always, the "ALSA device" to use shows the connected HDMI display. Here it's an EIZO EV2450: $ aplay -l | grep "device 3" card 3: PCH [HDA Intel PCH], device 3: HDMI 0 [EV2450] If it shows [HDMI 0], [HDMI 1] ... you might need to test each of it by ~/.asoundrc . Unfortunately you suffer from a more serious issue. If you run lsmod | grep snd and it shows the required modules and if you run lspci | grep -i audio and it shows or shows not the computer's audio device, then you need to take a look at log files. Hm? On Alpine journalctl -p err won't help ;). I don't like systemd, but I'm used to it. Maybe running dmseg with root privileges works? dmesg | grep -i audio If snd modules are missing, this might be the culprit, but it's more likely something else. I wonder if lspci | grep -i audio shows an audio device that is supported by the kernel. Regards, Ralf