X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail.toastin.space (mail.toastin.space [207.246.93.162]) by lists.alpinelinux.org (Postfix) with ESMTP id 440B05C5BBF for ; Fri, 16 Nov 2018 14:13:34 +0000 (GMT) Received: from mail.toastin.space (localhost [127.0.0.1]) by mail.toastin.space (OpenSMTPD) with ESMTP id 50e14977; Fri, 16 Nov 2018 09:13:34 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=toastin.space; h=subject :to:references:cc:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=ml; bh=av9LcCaleJ4ALi YNywAYlQ+A2p4=; b=kHyYt29geLkm2UM5kVQpJ3tpCbFlVgzc1nReim5Sp3vKx7 r1g5YZbFVqJHG0mtUZrTMto8NInaGVfRufqt4OQIylGDlHpaTrQJUo3Ca3tvjzp0 Kmmp/x/QMHbaskT7NmCGQfZM069ELFJh+0KqmoSv7FLN5ifELpi/4KbuCGZ+t52b fUvV134UE1xhkmS3oqS91VBMhc5HxTmtvSaO8nisgzQZptSBWPyZbTvUaD27/8bn DDC9Zy1miljgu0lhV8reddUgmrU0NgpLEDrKHX+A1J5Obqqf/5LIIfjm58SO1/9Q DOhKMinMcs+Vq3VZvmw3Pydr6hKuh0obv0y0a/gg== DomainKey-Signature: a=rsa-sha1; c=nofws; d=toastin.space; h=subject:to :references:cc:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; q=dns; s=ml; b=V2WP/Czl YbAct3usl1Lny4upeJv8Ur7P8HuMBU4vDfbpr0hZkoAlc/VrrRH3GzGENKSZsjE3 KVjdQdzp3td0v2RvlIeZp3OsCr+ZJBxF7/EkIorTXCZv0HBSDoVZ33pQArBPU/Vl VsMUSI+Xm2c3Di1HkZlDTFJ+O5M2Q0zJFgo5Zo4THLe4+FNIK/3g9mzQFQyI6bj3 JzJTGdIQZSfJTFhxmAWYJghXlRQfdY4kwZPZxzqqW3G7r0sksHHaMoFniE5UekiX n4YoL3fZZ4KaFdG5q7OuOUONJRZjLiktOwO1+D3hAU10OwRMtLBmA/aRS+3iKgDP bNoAIRRCScvtBA== Received: from [192.168.0.21] (192-222-169-215.qc.cable.ebox.net [192.222.169.215]) by mail.toastin.space (OpenSMTPD) with ESMTPSA id fa7d1511 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Fri, 16 Nov 2018 09:13:34 -0500 (EST) Subject: Re: [alpine-user] Alpine Linu Audio To: Pietro Leone Pola Falletti di Villafalletto References: <693c8f60-c2b9-ad3b-35c1-4aed82cce4bb@diff.org> Cc: alpine-user@lists.alpinelinux.org From: Chloe Kudryavtsev Message-ID: Date: Fri, 16 Nov 2018 09:13:33 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 In-Reply-To: <693c8f60-c2b9-ad3b-35c1-4aed82cce4bb@diff.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 11/15/18 9:07 AM, Pietro Leone Pola Falletti di Villafalletto wrote: > the issue is that snd module is not loaded and even if I load it by hand > asamixer does not work. In dev/snd I see only /dev/snd/timer.Sounds like your hardware isn't being autodetected. Or the correct module is missing. snd on its own does not do much, the one you're interested in looks more like snd_hardware_identifier. In the case of the rpi3, I believe it's supposed to use snd_bcm2835. Looking at the linux-rpi kernel (which I hope you're using), it uses defconfig, and does not patch that module off. It is my understanding that defconfig as of 4.10 *should* have it modularized by default. It also does not appear to be split into a subpackage. As such, I would try loading snd_bcm2835. If this helps, use the modules initscript to force-load it on boot. If the module is missing, you can compile it out-of-tree, or make your own kernel configuration (or patch the linux-rpi aport to explicitly include it). --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---