Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-23 Thread Peter P.
David, afaik the disconnect option never got implemented on linux. You might want to get a confirmation from the list though (CCed). Peter * David Kessler [2024-05-23 20:55]: > Sure I did check hdspconf but unlike windows or mac there is no "disconnect" > option to check. Not sure why. > > Le

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-23 Thread Peter P.
* David Kessler [2024-05-23 04:21]: > But what I am really wondering is how to set buffers in alsa config and how > to have access to the "disconnect" option and leave the unit in standalone > mode. Any ideas? Without checking myself, did you look at the hdspconf tool perhaps? best, P

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-22 Thread David Kessler
But what I am really wondering is how to set buffers in alsa config and how to have access to the "disconnect" option and leave the unit in standalone mode. Any ideas? Le 23.05.24 à 02:04, David Kessler a écrit : Hey there! Ok so interface is composed of 52pi PCIe slot and a PCIe to PCI

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-22 Thread David Kessler
Hey there! Ok so interface is composed of 52pi PCIe slot and a PCIe to PCI riser. When connected a digiface the unit is powered from the PI. For now there is no converters plugged-in. With a multiface I've run into power supply issues even with external supply. Tried both powering the unit

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-20 Thread Peter P.
* David Kessler [2024-05-20 12:56]: > Ok everything works well after adding the right firmware to > /lib/firmware/hdsploader! I'am very happy and thank's to the folks pointing > me in the right direction! > > Cheers! Oh by the way, what type and model of PCI extender are you using for the Pi5?

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-20 Thread Peter P.
* David Kessler [2024-05-20 12:56]: > Ok everything works well after adding the right firmware to > /lib/firmware/hdsploader! I'am very happy and thank's to the folks pointing > me in the right direction! > > Cheers! Congrats David! About twenty years ago I was getting the HDSP+Multiface card

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-20 Thread David Kessler
Ok everything works well after adding the right firmware to /lib/firmware/hdsploader! I'am very happy and thank's to the folks pointing me in the right direction! Cheers! Le 20.05.24 à 10:39, David Kessler a écrit : Adding dtoverlay=pcie-32bit-dma too /boot/firmware/config.txt is helping a

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-20 Thread David Kessler
Adding dtoverlay=pcie-32bit-dma too /boot/firmware/config.txt is helping a lot! The card is recognized in alsa! But yet no controls but says it wants to update firmware! I can feel I am close! Le 20.05.24 à 10:11, David Kessler a écrit : As of

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-20 Thread David Kessler
As of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/sound/pci/rme9652/hdsp.c?h=v6.8.10 on line 3768 in | static int snd_hdsp_initialize_memory(struct hdsp *hdsp) { struct snd_dma_buffer *capture_dma, *playback_dma; capture_dma =

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-20 Thread David Kessler
From what I can tell comparing to a working system is that I have all needed kernel modules loaded. the oss are indeed no longer needed. Thank's for pointing me out. Here a paste bin with the info I could gather. https://pastebin.com/dAfDDnkM The missing interrupt I wonder about and still

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-19 Thread Robert M. Riches Jr.
Are you sure those are current? "oss" usually refers to the open-source-sound that predated ALSA around 25 years ago. The modinfo description from kernel 5.10.0 for snd-pcm-oss seems to indicate it's for OSS emulation: "PCM OSS emulation for ALSA." For kernel 5.10.0-29-amd64 from Devuan

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-19 Thread David Kessler
I suspect I am missing some modules. Respecively snd-pcm-oss and snd-seq-oss. I am trying to find clues about where to enable it in menuconfig. It was easier for snd-hdsp (: Hope this will work! I can feel it is close but I am waiting to be disappointed also... Have a nice day! Le 19.05.24

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-19 Thread David Kessler
I am now running a kernel with PCI soundcard hammerfall hdsp enabled and snd-hdsp module loaded. But it's not happy because it has no available buffer... dsp@dsp:~ $sudo dmesg | grep snd [    0.00] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-19 Thread David Kessler
Ok thanks I've came across this webpage also. I'am missing the alsa-driver tarball to do make configure as explained here: https://www.alsa-project.org/wiki/Matrix:Module-hdsp I look further to compile the module into the kernel which make most sense. So is itswapped essentially to save

Re: [Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-19 Thread David Kessler
I am now running ubuntu server 24.0 lts jean@dsp:~$ modinfo soundcore name:   soundcore filename:   (builtin) alias:  char-major-14-* license:    GPL file:   sound/soundcore author: Alan Cox description:    Core sound module parm:  

[Alsa-user] snd_hdsp missing on raspberrypi pi 5

2024-05-19 Thread David Kessler
I am trying to bring to life a hammerfall soundcard on a RPI5. I'ts attached through a PCI interface to PCIe 1x interface to the PI. THe card is powered by eternal supply and is recognized with lspci like everything is normal but snd-hdsp module is missing on that kernel. I have

[Alsa-user] [SOLVED] Re: speaker-test: no correct sound output on LFE and others speakers

2024-05-17 Thread Franco Martelli
On 12/05/24 at 17:17, James Dutton wrote: On Wed, 8 May 2024 at 19:53, Franco Martelli wrote: Hello everyone, Basically I've the same issue described here: https://askubuntu.com/questions/1180389/speaker-test-returns-all-6-channels-to-front-speakers What does this do for you: speaker-test

Re: [Alsa-user] speaker-test: no correct sound output on LFE and others speakers

2024-05-15 Thread Franco Martelli
On 14/05/24 at 22:56, Alan Corey wrote: Hmm, I don't know a lot about it, but if you're running PulseAudio try getting rid of it.  It causes lots of problems but to be fair they only happen sometimes.  Getting Pulse to coexist with Alsa can be tricky. One has to feed into the other in a

Re: [Alsa-user] speaker-test: no correct sound output on LFE and others speakers

2024-05-13 Thread Franco Martelli
On 13/05/24 at 17:48, Alan Corey wrote: My latest eureka moment was from setting /etc/asound.conf to    defaults.pcm.card 1    defaults.ctl.card 1 Accordingly to my /proc/asound/cards: ~$ cat /proc/asound/cards 0 [SB ]: HDA-Intel - HDA ATI SB HDA ATI SB

Re: [Alsa-user] speaker-test: no correct sound output on LFE and others speakers

2024-05-13 Thread Alan Corey
On my machine speaker-test just plays some wav files in /usr/share/sounds/alsa, there's nothing magical. A change in hardware could make them announce the wrong speakers. My latest eureka moment was from setting /etc/asound.conf to defaults.pcm.card 1 defaults.ctl.card 1 For using a USB

Re: [Alsa-user] speaker-test: no correct sound output on LFE and others speakers

2024-05-13 Thread Franco Martelli
On 12/05/24 at 17:17, James Dutton wrote: speaker-test -c6 -twav I got this output on the screen ~$ LC_ALL=C speaker-test -c6 -twav speaker-test 1.2.8 Playback device is default Stream parameters are 48000Hz, S16_LE, 6 channels WAV file(s) Rate set to 48000Hz (requested 48000Hz) Buffer size

Re: [Alsa-user] How to submit a patch

2024-05-12 Thread James Dutton
On Wed, 17 Apr 2024 at 04:32, G S wrote: > > Hello ALSA community. > > I have a newer Lenovo laptop that has a built-in AMD audio co-processor which > requires adding an entry in the lookup table for the acp6x kernel module > (acp6x-mach.c) so the the digital mic is properly detected. > > I

Re: [Alsa-user] speaker-test: no correct sound output on LFE and others speakers

2024-05-12 Thread James Dutton
On Wed, 8 May 2024 at 19:53, Franco Martelli wrote: > > Hello everyone, > > Basically I've the same issue described here: > https://askubuntu.com/questions/1180389/speaker-test-returns-all-6-channels-to-front-speakers > What does this do for you: speaker-test -c6 -twav It should play some voice

[Alsa-user] speaker-test: no correct sound output on LFE and others speakers

2024-05-08 Thread Franco Martelli
Hello everyone, Basically I've the same issue described here: https://askubuntu.com/questions/1180389/speaker-test-returns-all-6-channels-to-front-speakers The speaker-test program is provided by the alsa-utils package. I'm using Debian 12 Bookworm, I've no ~/.asoundrc file. My

[Alsa-user] Preblem RME UFX+ Avlinux MXe

2024-05-05 Thread Mika Kilpi via Alsa-user
Hello, I have tried to get help with this problem through the RME forum and the MXLinux forum. It's a nasty noise in the sound of the RME UFX+ device. Could you please take a look at these links to the forums discussions: https://forum.rme-audio.de/viewtopic.php?id=39385

[Alsa-user] How to submit a patch

2024-04-16 Thread G S
Hello ALSA community. I have a newer Lenovo laptop that has a built-in AMD audio co-processor which requires adding an entry in the lookup table for the acp6x kernel module (acp6x-mach.c) so the the digital mic is properly detected. I found one of the original discussions about the Linux kernel

Re: [Alsa-user] Setting "SpkrRight PA Volume" and "SpkrLeft PA Volume" controls is only possible with text-GUI alsamixer, not command

2024-04-16 Thread Weiwu Zhang
On 11/4/24 15:36, Weiwu Zhang wrote: Use of Numid: After that, I tried using the numeric identifier (numid) for the controls: amixer -c 0 cset numid=105 90%. This time, the command failed with a different error: "amixer: control.c:427: snd_ctl_elem_info: Assertion `ctl && info &&

[Alsa-user] Setting "SpkrRight PA Volume" and "SpkrLeft PA Volume" controls is only possible with text-GUI alsamixer, not command

2024-04-10 Thread Weiwu Zhang
I've encountered a problem while trying to adjust the speaker volumes on my Lenovo X13S laptop, which uses the SC8280XP-LENOVO-X13S sound card. My goal is to increase the volume for the "SpkrRight PA Volume" and "SpkrLeft PA Volume" controls without using GUI tools like alsamixer. I prefer to use

[Alsa-user] Setting "SpkrRight PA Volume" and "SpkrLeft PA Volume" controls is only possible with text-GUI alsamixer, not command

2024-04-10 Thread a
Hello, I've encountered a problem while trying to adjust the speaker volumes on my Lenovo X13S laptop, which uses the SC8280XP-LENOVO-X13S sound card. My goal is to increase the volume for the "SpkrRight PA Volume" and "SpkrLeft PA Volume" controls without using GUI tools like alsamixer. I prefer

[Alsa-user] Managed to break snd-hda-intel with Realtek ALC298

2024-03-20 Thread David Lazar
Hello ALSA folks, TL;DR: I wanted to play sounds on the built-in speakers and headphones at the same time, fiddled with some settings ("alsa mixer paths"), they didn't do what I wanted, reverted the settings, and now no sound comes out of the speakers, nor the headphones: it looks like the analog

Re: [Alsa-user] [External] Re: No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-29 Thread Jeff Chua
On Thu, Feb 29, 2024 at 3:34 PM Takashi Iwai wrote: > > On Thu, 29 Feb 2024 04:39:15 +0100, > Jeff Chua wrote: > > > > On Thu, Feb 29, 2024 at 5:06 AM Jeff Chua wrote: > > > > > > On Wed, Feb 28, 2024 at 3:45 PM Ralf Mardorf > > > wrote: > > > > > > > > Hi, > > > > > > > > if Ubuntu supports

Re: [Alsa-user] [External] Re: No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-28 Thread Jeff Chua
On Thu, Feb 29, 2024 at 5:06 AM Jeff Chua wrote: > > On Wed, Feb 28, 2024 at 3:45 PM Ralf Mardorf > wrote: > > > > Hi, > > > > if Ubuntu supports your computer, they probably offer a patch or > > patches. If so and you build a "vanilla" kernel by just using an Ubuntu > > config, then you build

Re: [Alsa-user] [External] Re: No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-28 Thread Jeff Chua
On Wed, Feb 28, 2024 at 3:45 PM Ralf Mardorf wrote: > > Hi, > > if Ubuntu supports your computer, they probably offer a patch or > patches. If so and you build a "vanilla" kernel by just using an Ubuntu > config, then you build without any additional patch that might be (or > might not be)

Re: [Alsa-user] [External] Re: No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-27 Thread Ralf Mardorf
Hi, if Ubuntu supports your computer, they probably offer a patch or patches. If so and you build a "vanilla" kernel by just using an Ubuntu config, then you build without any additional patch that might be (or might not be) offered by Ubuntu. IIUC a default install of Ubuntu, Redhat or SuSE

Re: [Alsa-user] [External] Re: No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-27 Thread Jeff Chua
It’s not ubuntu not redhat … just vanilla linux with ALSA. My best., Jeff On Mon, Feb 26, 2024 at 2:45 PM Mark Pearson wrote: > > Hi > > On 2024-02-26 01:23, Jeff Chua wrote: > > On Sat, Feb 24, 2024 at 9:06 PM Jeff Chua wrote: > >> On Tue, Feb 20, 2024 at 4:04 PM Paul Menzel wrote: > >>>

Re: [Alsa-user] No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-25 Thread Jeff Chua
On Sat, Feb 24, 2024 at 9:06 PM Jeff Chua wrote: > > On Tue, Feb 20, 2024 at 4:04 PM Paul Menzel wrote: > > > > [CC: Mark from Lenovo] > > > > Am 20.02.24 um 03:57 schrieb Jeff Chua: > > > On Sat, Feb 17, 2024 at 5:05 PM Takashi Iwai wrote: > > >> > > >> On Sat, 17 Feb 2024 09:47:06 +0100, Jeff

Re: [Alsa-user] No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-24 Thread Jeff Chua
On Tue, Feb 20, 2024 at 4:04 PM Paul Menzel wrote: > > [CC: Mark from Lenovo] > > Am 20.02.24 um 03:57 schrieb Jeff Chua: > > On Sat, Feb 17, 2024 at 5:05 PM Takashi Iwai wrote: > >> > >> On Sat, 17 Feb 2024 09:47:06 +0100, Jeff Chua wrote: > Have you tried the recent distro standard kernel

[Alsa-user] snd_usb_audio duplex not possible Re: restricting usb device allowed format/depth

2024-02-22 Thread Ian Malone
It appears the audio format is not the issue, 24bit is possible, but duplex audio is not. It's possible to record if I change device profile (via pavucontrol) to Analogue or Digital Input, but not if duplex is enabled. This can actually even be seen in the pavucontrol level monitor for the device,

[Alsa-user] restricting usb device allowed format/depth

2024-02-21 Thread Ian Malone
Hi, I'm wondering if there's any way to restrict the bit depth/format that a USB audio device advertises to the system (for downstream consumption by pipewire etc.). Short version: an older laptop with USB 2.0 and a 3.5mm-USB adapter that offers S16_LE and S24_3LE formats for microphone, any

Re: [Alsa-user] No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-20 Thread Paul Menzel
[CC: Mark from Lenovo] Am 20.02.24 um 03:57 schrieb Jeff Chua: On Sat, Feb 17, 2024 at 5:05 PM Takashi Iwai wrote: On Sat, 17 Feb 2024 09:47:06 +0100, Jeff Chua wrote: Have you tried the recent distro standard kernel at all? No, but if you can send me a working .config and I'll try to

Re: [Alsa-user] No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-19 Thread Jeff Chua
On Sat, Feb 17, 2024 at 5:05 PM Takashi Iwai wrote: > > On Sat, 17 Feb 2024 09:47:06 +0100, > Jeff Chua wrote: > > > Have you tried the recent distro standard kernel at all? > > > > No, but if you can send me a working .config and I'll try to compile it. > > Take your distro kernel. I don't know

Re: [Alsa-user] No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-17 Thread Takashi Iwai
On Sat, 17 Feb 2024 09:47:06 +0100, Jeff Chua wrote: > > On Sat, Feb 17, 2024 at 4:30 PM Takashi Iwai wrote: > > > > On Sat, 17 Feb 2024 08:56:56 +0100, > > Jeff Chua wrote: > > > > > > On Sat, Feb 17, 2024 at 12:21 PM Jeff Chua > > > wrote: > > > > > > > > On Fri, Feb 16, 2024 at 10:57 PM

Re: [Alsa-user] No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-17 Thread Jeff Chua
On Sat, Feb 17, 2024 at 4:30 PM Takashi Iwai wrote: > > On Sat, 17 Feb 2024 08:56:56 +0100, > Jeff Chua wrote: > > > > On Sat, Feb 17, 2024 at 12:21 PM Jeff Chua > > wrote: > > > > > > On Fri, Feb 16, 2024 at 10:57 PM Takashi Iwai wrote: > > > > > > > > On Fri, 16 Feb 2024 02:10:04 +0100, > >

Re: [Alsa-user] No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-17 Thread Takashi Iwai
On Sat, 17 Feb 2024 08:56:56 +0100, Jeff Chua wrote: > > On Sat, Feb 17, 2024 at 12:21 PM Jeff Chua wrote: > > > > On Fri, Feb 16, 2024 at 10:57 PM Takashi Iwai wrote: > > > > > > On Fri, 16 Feb 2024 02:10:04 +0100, > > > Jeff Chua wrote: > > > > > > > > On Thu, Feb 15, 2024 at 11:37 PM Takashi

Re: [Alsa-user] No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-16 Thread Jeff Chua
On Sat, Feb 17, 2024 at 12:21 PM Jeff Chua wrote: > > On Fri, Feb 16, 2024 at 10:57 PM Takashi Iwai wrote: > > > > On Fri, 16 Feb 2024 02:10:04 +0100, > > Jeff Chua wrote: > > > > > > On Thu, Feb 15, 2024 at 11:37 PM Takashi Iwai wrote: > > > > > > > > On Thu, 15 Feb 2024 12:07:12 +0100, > > >

Re: [Alsa-user] No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-16 Thread Jeff Chua
On Fri, Feb 16, 2024 at 10:57 PM Takashi Iwai wrote: > > On Fri, 16 Feb 2024 02:10:04 +0100, > Jeff Chua wrote: > > > > On Thu, Feb 15, 2024 at 11:37 PM Takashi Iwai wrote: > > > > > > On Thu, 15 Feb 2024 12:07:12 +0100, > > > Jeff Chua wrote: > > > > I've just about everything but still

Re: [Alsa-user] No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-16 Thread Takashi Iwai
On Fri, 16 Feb 2024 02:10:04 +0100, Jeff Chua wrote: > > On Thu, Feb 15, 2024 at 11:37 PM Takashi Iwai wrote: > > > > On Thu, 15 Feb 2024 12:07:12 +0100, > > Jeff Chua wrote: > > > I've just about everything but still couldn't get souns on the Lenovo P1 > > > Gen 6. > > Could you drop

Re: [Alsa-user] No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))

2024-02-15 Thread Takashi Iwai
On Thu, 15 Feb 2024 12:07:12 +0100, Jeff Chua wrote: > > I've just about everything but still couldn't get souns on the Lenovo P1 Gen > 6. > > I've even tried SOF modules in the kernel but not working either. > > I'm just using standard alsa without other sound utils. Alsa has > served me fine

Re: [Alsa-user] Realtek ALC714 - No sound with Dell XPS 9320

2024-01-02 Thread Kai Vehmanen
Hi, On Tue, 12 Dec 2023, Chumi wrote: > I did not succeeded to have the sound on my laptop Dell XPS 9320. The > specifications says that it has speakers. But no sound from the > headphone neither the speakers. [...] > Here is the output from alsa-info.sh : >

[Alsa-user] realtek ALC897 lacks a beep channel is there any way to get one?

2023-12-27 Thread Robin Becker
I have a new Trigkey 7500U machine which is running under Artix. I have good alsa sound from the front panel headphone socket. Alsamixer shows it's running HDA Intel PCH. I have installed the beep command and checking shows that the pcspkr module is loaded. However, I cannot obtain system beeps

[Alsa-user] Realtek ALC714 - No sound with Dell XPS 9320

2023-12-12 Thread Chumi
Hi, I did not succeeded to have the sound on my laptop Dell XPS 9320. The specifications says that it has speakers. But no sound from the headphone neither the speakers. Note : when i enabled pulseaudio, the headphone is ok but not the speakers. Here is the output from alsa-info.sh :

[Alsa-user] using hda-intel I hear no sound

2023-11-09 Thread John Covici
Hi. I am trying to use alsa with the sound card on the motherboard I have which uses the regular hda-intel driver and alsa thinks everything is unmuted, but I don't hear any sound. If I use a usb sound card which I have which is an OPPO HA-2 USB AUDIO 2.0 DAC and I hear everything fine. All

[Alsa-user] incident with a game

2023-11-05 Thread Alan Grimes via Alsa-user
I was playing a game called Beyond a Steel Sky (unreal engine). I tried to adjust the game volume in the game's menu to yield to another process for audio output. This caused the audio to become extremely distorted, driving my tweeters to dangerous levels. I found that I could partially

Re: [Alsa-user] No Audio Output

2023-11-03 Thread Masaru Nomiya
Hello, In the Message; Subject: Re: [Alsa-user] No Audio Output Message-ID : Date & Time: Fri, 3 Nov 2023 16:13:23 + [LP] == Lex Peters has written: LP> The only option I saw in the bios for audio was under LP> Devices/South Bridge/Audio Configuration / Azalia HD Audio [

Re: [Alsa-user] No Audio Output

2023-11-02 Thread Masaru Nomiya
Hello, In the Message; Subject: [Alsa-user] No Audio Output Message-ID : Date & Time: Thu, 2 Nov 2023 22:19:02 + [LP] == Lex Peters has written: LP> Info About System : https://alsa-project.org/db/?f=2051fd37538f31d94f57dec4c87ca6e10eae26e5 LP> I have audio output

[Alsa-user] No Audio Output

2023-11-02 Thread Lex Peters
Info About System : https://alsa-project.org/db/?f=2051fd37538f31d94f57dec4c87ca6e10eae26e5 I have audio output through the HDMI to my monitor. The speaker in the rear and headphone jack in the front have no output and I have tried many things. Any assistance on resolving this is greatly

Re: [Alsa-user] hda intel speaker not working

2023-10-27 Thread Paul Menzel
Dear James, Am 27.10.23 um 18:43 schrieb James Dutton: There is a laptop that fails to output sound from the laptop speakers but works with headphones. After considerable diagnostics I have made some progress: The User followed these steps: 1) Plug the headphones in. 2) speaker-test -c2 -twav

[Alsa-user] hda intel speaker not working

2023-10-27 Thread James Dutton
Hi, There is a laptop that fails to output sound from the laptop speakers but works with headphones. After considerable diagnostics I have made some progress: The User followed these steps: 1) Plug the headphones in. 2) speaker-test -c2 -twav -Dplughw:CARD=1,DEV=0 3) you should hear sound through

[Alsa-user] Redirecting sound to a file

2023-10-10 Thread Amit Chaudhuri
Hi Alsa Experts! I use a software package called Kaleidoscope Lite to analyse bat calls. Part of the fun is using their audio playback feature to replay sounds from a .WAV file at frequencies humans can hear. This typically involves division of (say) a factor of 10 as the bat call is in the range

Re: [Alsa-user] Help: maya44 device inaccessible

2023-10-08 Thread David McNab
As it happens, I'd missed something very obvious. In pavucontrol (the one place I'd failed to look), the device showed up as being auto-configured, which explained why I couldn't open it with ALSA cli tools, or bridge it into JACK. As soon as I disabled the device in pavucontrol, I was able to

[Alsa-user] Help: maya44 device inaccessible

2023-10-08 Thread David McNab
Hi all, I'm hoping for some ideas to get a maya44-based audio device working in ALSA on a Ubuntu 20.04LTS x86-64 audio workstation. The device shows up in 'arecord -l' and 'aplay -l'. But when I try to record from it with arecord, I get: *arecord -D hw:5 -t wav -c 2 -f S16_LE -r 44100

[Alsa-user] Alsa change value to limit maximum volume

2023-10-07 Thread prts
Hi! I am trying to limit the maximum allowed volume without using any softvol (I want to control direct hardware mixer, no dmix). My card is an external usb DAC, stating: `amixer -c Balanced` Simple mixer control 'D10 Balanced',0   Capabilities: pvolume pvolume-joined pswitch pswitch-joined  

[Alsa-user] Controlling the Yamaha Reface series with Linux

2023-09-26 Thread Benjamin McLean
Hi there folks. I have some keyboards that I want to add some custom controls to. They include all four of the Yamaha Reface series as well as a Casio CDP200R and an Alesis Vortex 2 Wireless keytar. I've been working on putting these all together into one big workstation for playing some

[Alsa-user] "alsactl restore" does not load the driver state

2023-08-13 Thread YuGiOhJCJ via Alsa-user
Hello, When I type "alsactl restore", it does not load the driver state. Steps to reproduce: 1. Open a first terminal dedicated to alsa-mixer 2. Open a second terminal where you will type the following commands 3. In the first terminal, press F4, set the audio volume for capture to 40 4. In the

[Alsa-user] Problems with ACER Aspire 3 built-in audio

2023-08-08 Thread Bill Purvis
Hi, I'm a bit of a dummy with alsa. I've recently swapped my laptop for an ACER Aspire 3. I've been using jack2 without problems previously, but when I set it to use the built-in audio I get pop-up which suggest that my sample rates are wrong. Typical example is using audacious to play my CD

Re: [Alsa-user] Loading sofhdadsp vs. loading sofsoundwire [Dell XPS 9320, Ubuntu vs. Alpine]

2023-08-08 Thread Kai Vehmanen
Hi, On Wed, 19 Jul 2023, Nico Schottelius via Alsa-user wrote: > I tried to use sof-v2.5 and after adding the module parameters > > options snd_sof_pci ipc_type=1 > options snd_sof_intel_hda_common sof_use_tplg_nhlt=1 thank you for the report. SOF 2.5 (and SOF2.6 still) is opt-in for this

Re: [Alsa-user] Loading sofhdadsp vs. loading sofsoundwire [Dell XPS 9320, Ubuntu vs. Alpine]

2023-07-19 Thread Nico Schottelius via Alsa-user
Hello^2, I tried to use sof-v2.5 and after adding the module parameters options snd_sof_pci ipc_type=1 options snd_sof_intel_hda_common sof_use_tplg_nhlt=1 and placing sof-2.5 in the avs directory [0] The new error I get is: [ 219.373140] sof-audio-pci-intel-tgl :00:1f.3: DSP detected

Re: [Alsa-user] Loading sofhdadsp vs. loading sofsoundwire [Dell XPS 9320, Ubuntu vs. Alpine]

2023-07-19 Thread Nico Schottelius via Alsa-user
Hello again, I have just upgrade to linux 6.4.3-1-edge and now the error is different, no soundcard is detected anymore by aplay -l. I have attached the alsainfo output and if anyone has a pointer on what is wrong, I'd appreciate a hint in the right direction. Best regards, Nico

[Alsa-user] Loading sofhdadsp vs. loading sofsoundwire [Dell XPS 9320, Ubuntu vs. Alpine]

2023-07-17 Thread Nico Schottelius via Alsa-user
Hello, I have a curious problem on a Dell XPS 9320: When loading Ubuntu with kernel 5.19.0-32 on it, it selects the sof-soundwire subsystem and sound works. When I load Alpine Linux with kernel 6.1.38 on it, it selects the sof-hda-dsp subsystem using snd_soc_skl_hda_dsp and no speaker output

[Alsa-user] Updated hda-analyzer for modern python

2023-07-02 Thread Ernst Sjöstrand
Hi, looking into https://bugzilla.kernel.org/show_bug.cgi?id=216139 I wanted to try hda-analyzer and ended up porting it to more update python etc: https://github.com/ernstp/alsa/commits/gtk3 No luck with the sound still though, I wonder if I need something similar to (but not exactly same) as

Re: [Alsa-user] Troubleshooting ALSA configuration files parsing

2023-04-15 Thread Guillaume Khayat
Dear fellow readers, I found the culprit for my ignored asound.conf. The changes were not ignored, they just did not show under aplay -L. The reason was “defaults.namehint.showall" was set to off in /usr/share/alsa/alsa.conf. I hope this is useful to some other poor sap some day. This took me

[Alsa-user] Looking for the magic alsa config file

2023-04-12 Thread Alan Corey
I ran across it last summer, I think it's from Manjaro or Gentoo. You copy it into place and do an alsactl restore, and suddenly sound sources that were buried in the mud can be heard. it even worked on my Pinebook Pro. I'm trying to listen to streamed baseball through Firefox on a Raspberry Pi

[Alsa-user] ALSA PCM DOP Mode - DAC Support

2023-03-29 Thread Leonard Bocock
I'm developing an ALSA based audio application. The DSD audio file under test is fs64 DSD format 2 channel. The file plays well under ALSA using my native DSD frame packer. It plays well using my DSD to PCM decoder and frame packer. It is not playing using my DOP frame packer. I'm reasonably

[Alsa-user] Troubleshooting ALSA configuration files parsing

2023-03-29 Thread Guillaume Khayat
Dear readers, I'm running my own distro built w/ Yocto and my /etc/asound.conf is seemingly ignored entirely. I have been working at figuring out why for 3 days already and am running out of ideas. I would welcome any help the readers of this list can kindly spare. The hardware platform is a

Re: [Alsa-user] [BUG] Roland VS-100 not working, (possible) regression in snd_usb_audio

2023-03-04 Thread Alberto Zin
> > Hi Takashi, > > What exactly is "broken"? Please elaborate that part. > > The probe of the VS-100 itself seems working with the new kernel, too, > > so cannot judge without much detailed contexts. > > OK, I see now the bugzilla entry, let's track there >

Re: [Alsa-user] [BUG] Roland VS-100 not working, (possible) regression in snd_usb_audio

2023-03-04 Thread Takashi Iwai
On Sat, 04 Mar 2023 06:59:19 +0100, Takashi Iwai wrote: > > On Thu, 23 Feb 2023 14:24:32 +0100, > Alberto Zin wrote: > > > > > > Hello, first post in this list. I'm not sure if this is the right place to > > fill a bug report. > > > > The issue I encountered is on a Roland VS-100, an hi-end

Re: [Alsa-user] [BUG] Roland VS-100 not working, (possible) regression in snd_usb_audio

2023-03-03 Thread Takashi Iwai
On Thu, 23 Feb 2023 14:24:32 +0100, Alberto Zin wrote: > > > Hello, first post in this list. I'm not sure if this is the right place to > fill a bug report. > > The issue I encountered is on a Roland VS-100, an hi-end interface similar to > VS-20: > >

[Alsa-user] Configurable USB Codec Input Audio Amplifier Board Wondom KAB9[774], with CM6206 chip working with weird channel order.

2023-02-27 Thread Winfried Ritsch
Hello, (see https://store.sure-electronics.com/product/AA-KA32473 ) FYI: working with standard USB audio mode, But since it claims to be a "8 x 50W 6.1, 4.2, 4.0 Configurable USB Codec Input Audio Amplifier Board" the modes are not respected, which can be configured via switches on the

[Alsa-user] iec958 passthrough fails with ALC4080

2023-02-26 Thread John Klug
I am trying to use this hardware: 0db0:d1d7 MSI PRO Z790-A WIFI I see these two Alsa entries: iec958:CARD=Audio,DEV=0 USB Audio, USB Audio IEC958 (S/PDIF) Digital Audio Output iec958:CARD=Audio,DEV=1 USB Audio, USB Audio #1 IEC958 (S/PDIF) Digital Audio Output The first produces

[Alsa-user] [BUG] Roland VS-100 not working, (possible) regression in snd_usb_audio

2023-02-23 Thread Alberto Zin
Hello, first post in this list. I'm not sure if this is the right place to fill a bug report. The issue I encountered is on a Roland VS-100, an hi-end interface similar to VS-20: https://www.roland.com/global/products/v-studio_100/ it seems that snd_usb_audio module has broken the compatibility

[Alsa-user] Any work on the AE-9

2023-02-12 Thread Xavante
Hello! I have a Sound Blaster AE-9 and have scoured the internet for drivers since I'm thinking of moving to migrating to Linux completely and leaving the windows life behind. Are there any drivers or work ongoing? Is there anything I could help with? Cheers, Xavante

[Alsa-user] Alsa restore not working

2023-01-31 Thread Davide Gagliardi
Dear list, I am happy to join this mailing list hoping to learn a lot about the ALSA its functionality. I am working on an old Lenovo X1 carbon with an HDA Intel hardware running Debian testing with a linux kernel 5.16.0-6-rt-amd64. I have been working with Debian for quite a while, but since

[Alsa-user] Default capture input

2023-01-26 Thread Pascal Deveaux FR5DH via Alsa-user
Hello, I have a problem with my Realtek ALC236 sound card and I don't know if Alsa is to blame. I use a little program called "vlfrx-tools" to record audio with my laptop's external microphone input. Since a few days Alsa (?) uses the internal microphone instead of the external microphone.

Re: [Alsa-user] ASUSTek USB Audio is not picking up sound (but system audio)

2023-01-25 Thread garuda
Hi Takashi, Jaroslav, I posted an issue on the ALSA-user mailing list (see original e-mail below). Feedback was to turn to you two directly, thus am kindly asking you to take a look at it, if you can find the time. Thank you in advance dapari On 17.01.23 10:30 AM, gar...@dapari.me wrote:

Re: [Alsa-user] ASUSTek USB Audio is not picking up sound (but system audio)

2023-01-24 Thread Paul Menzel
Dear Dapari, Am 17.01.23 um 10:30 schrieb gar...@dapari.me: I encountered a weird issue with the onboard audio of my new ASUS X670E-A mainboard. A headset (with separate connectors for in-/output) is connected directly to the backplate of the mainboard. Sound output is working fine, however

Re: [Alsa-user] ASUSTek USB Audio is not picking up sound (but system audio)

2023-01-24 Thread garuda
Anyone at least any suggestion on how to move forward on this? Is my assumption correct, that it might be a driver issue? Who should I turn to? On 17.01.23 10:30 AM, gar...@dapari.me wrote: Hi everyone, I encountered a weird issue with the onboard audio of my new ASUS X670E-A mainboard. A

Re: [Alsa-user] Audio Issues on Linux

2023-01-18 Thread Bill Purvis
On 18/01/2023 10:02, marty172527 wrote: Recently I bought a new laptop, and after installing Linux Mint on it, audio has less bass than I thought was possible for an audible sound. Refer to https://alsa-project.org/db/?f=c068be0e6925b3c684e6d6cc05142687143fa55 . Please, help me. Music is my

Re: [Alsa-user] Audio Issues on Linux

2023-01-18 Thread Patrick May
Hello Your link loads to a blank page. Based on your description, it's probably a hardware issue, like a cheap rubbish DAC in the audio hardware, rather than a problem that alsa can fix. Your best bet is to get a better laptop or get an external audio interface for it. Regards, - PM On Wed,

[Alsa-user] Audio Issues on Linux

2023-01-18 Thread marty172527
Recently I bought a new laptop, and after installing Linux Mint on it, audio has less bass than I thought was possible for an audible sound. Refer to https://alsa-project.org/db/?f=c068be0e6925b3c684e6d6cc05142687143fa55 . Please, help me. Music is my life.

[Alsa-user] ASUSTek USB Audio is not picking up sound (but system audio)

2023-01-17 Thread garuda
Hi everyone, I encountered a weird issue with the onboard audio of my new ASUS X670E-A mainboard. A headset (with separate connectors for in-/output) is connected directly to the backplate of the mainboard. Sound output is working fine, however no audio input is registered. Instead, when

[Alsa-user] AES params with dmix

2022-12-28 Thread Caner Altinbasak via Alsa-user
Hi! I am trying to set up hdmi pass through with dmix plugin. dmix plugin can only be connected to hw plugin. I tried the following and it didn't work: pcm.hdmi1_dmix { @args [ AES0 AES1 AES2 AES3 ] @args.AES0 { type integer default 0 } @args.AES1 { type

[Alsa-user] aloop using physical sound card as synchronisation source

2022-12-21 Thread Axel Holzinger
Hello list, studying the emails on the LKML and the patchhes to aloop.c Timo Wischer and Andrew Gabbasov added the possibility to use the audio clock of a dedicated physical ALSA sound card as synchronisation source for the aloop ALSA loppback devices. Unfortunately the ALSA documentation isn't

[Alsa-user] Add inputs to .asoundrc for Native instruments Audio Kontrol 1

2022-12-01 Thread Tristan Strange
Hi, How do I add the inputs on my Native Instruments Audio Kontrol 1 card to my .asoundrc? The inputs worked prior to me adding an .asoundrc such that I could access all four outputs as one card via Jack. It appears to be missing any configuration settings for the inputs. The .asoundrc I'm

[Alsa-user] account creation.

2022-11-22 Thread Jono
Hi, I tried to create an account at https://alsa-project.org but it asks for some code... > To help protect against automated account creation, please answer the > question that appears below (more info): > Token to prevent spam? Please, ask on mailing lists... Also, where is the best place

[Alsa-user] Controlling feature/effect units in USB (UAC2) audio devices

2022-11-05 Thread Mark Kuckian Cowan via Alsa-user
For USB audio devices ("USB Audio Class 2" / UAC2 in my case): Does ALSA expose an interface for controlling "feature units" or "effect units"? I'm building a UAC2 device. It has a feature unit currently. The "volume" and "mute" controls of the feature unit appear in alsamixer and work

Re: [Alsa-user] Archeology/ future of alsamixergui

2022-10-31 Thread Benno
Am 29.10.22 um 17:53 schrieb Mark Knecht: The latest stable Kubuntu repositories provides alsamixergui which depends on FLTK1.1. Gentoo sort of patched it the same way going even further to 1.3. I installed it and it at least creates a GUI. I have no idea if it functions or has the bug

Re: [Alsa-user] Archeology/ future of alsamixergui

2022-10-29 Thread Mark Knecht
> Starting a new project based upon gtk2 is foolish. Old projects based > upon gtk2 soon or later need to be rewritten or they will go the way of > the dodo. > > I'm not an alsamixergui user, but IMO FLTK was a way better choice than > gtk2 is. > > Regards, > Ralf The latest stable Kubuntu

Re: [Alsa-user] Archeology/ future of alsamixergui

2022-10-29 Thread Ralf Mardorf
On Sat, 2022-10-29 at 11:59 +0100, Patrick May wrote: > I wouldn't call it "discontinued" when so many people and existing & new > projects are still using it. Imo it's a testament to how much gnome > messed things up starting with GTK3. Hi, while gtk2 is still available by almost all, if not

Re: [Alsa-user] Archeology/ future of alsamixergui

2022-10-29 Thread Patrick May
I wouldn't call it "discontinued" when so many people and existing & new projects are still using it. Imo it's a testament to how much gnome messed things up starting with GTK3. On 29/10/2022 09:49, Ralf Mardorf wrote: On Sat, 2022-10-29 at 10:25 +0200, Benno wrote: Luckily found this

Re: [Alsa-user] Archeology/ future of alsamixergui

2022-10-29 Thread Ralf Mardorf
On Sat, 2022-10-29 at 10:25 +0200, Benno wrote: > Luckily found this https://dev1galaxy.org/viewtopic.php?id=5232, > compiled right away and is fully fledged. A seamless integration with > XFCE toolbar. Contacted the author, too. Hi, it does use the discontinued gtk2 ;).

  1   2   3   4   5   6   7   8   9   10   >