From owner-freebsd-questions@freebsd.org Tue Feb 4 08:49:44 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AA26E24057B for ; Tue, 4 Feb 2020 08:49:44 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (net-2-44-121-52.cust.vodafonedsl.it [2.44.121.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mailserver.netfence.it", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Bdfv5DQwz4rmN for ; Tue, 4 Feb 2020 08:49:43 +0000 (UTC) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18]) (authenticated bits=0) by soth.netfence.it (8.15.2/8.15.2) with ESMTPSA id 0148ncjO043782 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO) for ; Tue, 4 Feb 2020 09:49:40 +0100 (CET) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.netfence.it: Host alamar.local.netfence.it [10.1.2.18] claimed to be alamar.ventu From: Andrea Venturoli Subject: Sound troubles on 12.1 To: freebsd-questions@freebsd.org Message-ID: <424ab8bd-4df6-444c-12a5-781a3e098d52@netfence.it> Date: Tue, 4 Feb 2020 09:49:38 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 48Bdfv5DQwz4rmN X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=netfence.it; spf=pass (mx1.freebsd.org: domain of ml@netfence.it designates 2.44.121.52 as permitted sender) smtp.mailfrom=ml@netfence.it X-Spamd-Result: default: False [-4.32 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:2.44.121.52]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; HAS_XAW(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_DN_NONE(0.00)[]; DMARC_POLICY_ALLOW(-0.50)[netfence.it,none]; IP_SCORE(-1.52)[ip: (-7.65), ipnet: 2.44.0.0/16(-3.82), asn: 30722(3.86), country: IT(0.03)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:30722, ipnet:2.44.0.0/16, country:IT]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2020 08:49:44 -0000 Hello. On my PC I have two soundcards and they always worked perfectly up to 11.3. Lately I upgraded to 12.1 and now one of them plays bad: sound is slowed and crackling as if the output could not work up to speed. Relevant part of dmesg: > FreeBSD 12.1-RELEASE-p2 #2 r357334M: Sun Feb 2 10:23:26 CET 2020 > ... > hdac0: mem 0xfe7e8000-0xfe7ebfff irq 19 at device 5.1 on pci1 > ... > hdac1: mem 0xfe5f4000-0xfe5f7fff irq 16 at device 20.2 on pci0 > ... > emu10kx0: port 0xdc00-0xdc1f irq 20 at device 5.0 on pci4 > pcm0: on emu10kx0 > pcm0: > pcm1: on emu10kx0 > ... > hdacc0: at cad 0 on hdac0 > hdaa0: at nid 1 on hdacc0 > pcm2: at nid 3 on hdaa0 > hdacc1: at cad 0 on hdac1 > hdaa1: at nid 1 on hdacc1 > pcm3: at nid 20,22,21,23 and 24,26 on hdaa1 > pcm4: at nid 27 and 25 on hdaa1 > pcm5: at nid 30 on hdaa1 > pcm6: at nid 17 on hdaa1 Issuing "mplayer -ao oss:/dev/dsp0 Track_03.WAV" works perfectly, with output from the "front" SBLive jack. Issuing "mplayer -ao oss:/dev/dsp1 Track_03.WAV" outputs sound from the motherboard, but, as I said, it's garbled! Any hint? Also, I think I was able to output from the "rear" SBLive jack, but there's no /devdsp2! I do not really need that, but it might be an alternative if I cannot get the embedded card to work. bye & Thanks av.