From nobody Sat May 06 09:21:19 2023 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QD29h675qz49L39 for ; Sat, 6 May 2023 09:21:28 +0000 (UTC) (envelope-from mail@souji-thenria.net) Received: from alisa.souji-thenria.net (alisa.souji-thenria.net [188.68.37.165]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4QD29h1WHwz3pwl for ; Sat, 6 May 2023 09:21:27 +0000 (UTC) (envelope-from mail@souji-thenria.net) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=souji-thenria.net; s=20220813rsa; t=1683364880; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=uMaytaFwlaPudJXBWI3Su4ULCRbwwsfgKHGf0TUuHkU=; b=Ng4yIf3CDdplXg126W8v+WS0grWG+33K02SIRU+ZUm6yfwkhLkfOEL5UK+/kgVvsHUMsGI b4m0dDzaBtBRlpAPgm/x01+dxTlqSxugxC89ypjFU1Fz++PdKyS0x5UrquPLEpSws5ib9B eHqGyfugw+Zj2ITcydabCUEIoCRKVh9l/QfbIXya6IMbovTxmK4/eDjZybRyHib8W/A0Gl P01m8Rgwg5PGfVrjjkCrnZS/317vMO2drHHEJF2/HxI677aM996U+SVXrXKyY8SogOFF3H t3W4u+4Y/vDiBNaOVnvpbJd7gclRVaFNIhsG9Fq/ICAXdVEPFo2+6KBKJ+tJPg== Received: from [192.168.178.41] (nat-178-19-229-24.net.encoline.de [178.19.229.24]) by alisa.souji-thenria.net (OpenSMTPD) with ESMTPSA id 800260aa (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 6 May 2023 11:21:20 +0200 (CEST) Message-ID: <0ed3c244-71a6-d464-c502-2371d225e39d@souji-thenria.net> Date: Sat, 6 May 2023 11:21:19 +0200 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.9.1 Subject: Re: AKG gear To: David , freebsd-questions@FreeBSD.org References: Content-Language: en-US From: Souji Thenria In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4QD29h1WHwz3pwl X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:197540, ipnet:188.68.32.0/20, country:DE] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On 5/6/23 09:31, David wrote: > Hullo, > > I have an AKG Lyra microphone, which is USB driven, and an AKG K240 > headset, which plugs directly into the bottom of the microphone. > I'm getting sound, so it's not a permissions problem, through the tinny > case speaker, but can't get it through the phones. > The system recognises the equipment accurately, as I can see it during > boot-up, so I assume driver are available, but I have no idea of how to > access it. > Thanks for any time and trouble with this. > Cheers! > Hey, It depends on what sound system you are using. You can change the default device if you use OSS, which is the default on FreeBSD. However, the application playing the sound needs to reopen the sound device, which usually means you need to reopen the application. To show all available devices run the following: cat /dev/sndstat To switch the default device: sysctl hw.snd.default_unit= -- Souji Thenria