Hi Ben :) I might be mistaken. Perhaps I'm the only one experiencing this issues. On Wed, 2013-05-22 at 18:03 +1000, Ben Briedis wrote: > I might try the RME HDSP 9632 in that case, as I haven't seen any bad > reports for it on Linux. [snip, since it's from a PM] I talked to the support, I need to search the mails, to get the name of the one who replied. However, it might be that my card is broken in a very strange kind, or I've got an exotic revision or some black magic happens, some of my friends are gypsies ;D. Flo seems to be the one who has written the Linux driver, unfortunately he does filter my mails, so there might be some misunderstandings. I've written to my dealer and to RME, in German http://lists.linuxaudio.org/pipermail/linux-audio-user/2013-May/093035.html and after that I received a mail Flo has written to me, while I was writing to RME. He is pissed off, his opinion is, that it would coast the others users money and time, when I e.g. discourage you to buy the AIO. So perhaps you'll wait until I got a reply from RME and my dealer and until I got a replacement AIO (warranty). However, this didn't came through the alsa list: -------- Forwarded Message -------- From: Ralf Mardorf <ralf.mardorf@xxxxxxxxxxxxx> To: jack-devel <jack-devel@xxxxxxxxxxxxxxxxxxx> Cc: alsa-user <alsa-user@xxxxxxxxxxxxxxxxxxxxx> Subject: HDSPe AIO and Jack Date: Wed, 22 May 2013 07:22:20 +0200 Hi :) it seems to be that I've got a misconfigured jackd, since Flo claims the following at alsa-user: "Of course sample rates >48kHz are supported" - http://www.mail-archive.com/alsa-user@xxxxxxxxxxxxxxxxxxxxx/msg29636.html This is the setup [1] on Arch Linux 64-bit architecture. As you can see, jackd does start at 48KHz [2]. As you can see [3] - [5] jackd doesn't start at higher sample rates. The card can be used with higher sample rates on Windows. What am I doing wrong? Regards, Ralf PS and OT: If somebody does use this card with all 8 ADAT channels, it would be nice to send me a hdspmixer file off list, that does enable this. I never get it working for more than the first 2 ADAT channels when using TotalMix, aka hdspconf on Linux. I'm able to do it on Windows. Note, I'm not a Windows user ;), I installed it some days ago to check the card. [1] [rocketmouse@archlinux ~]$ service rtirq status PID CLS RTPRIO NI PRI %CPU STAT COMMAND 36 FF 90 - 130 0.0 S irq/8-rtc0 169 FF 85 - 125 0.0 S irq/18-snd_hdsp 83 FF 75 - 115 0.0 S irq/19-ehci_hcd 87 FF 75 - 115 0.0 S irq/16-ohci_hcd 89 FF 74 - 114 0.2 S irq/17-ohci_hcd 91 FF 73 - 113 0.0 S irq/17-ohci_hcd 34 FF 70 - 110 0.0 S irq/1-i8042 24 FF 50 - 90 0.0 S irq/9-acpi 53 FF 50 - 90 0.0 S irq/42-radeon 70 FF 50 - 90 0.0 S irq/14-pata_ati 71 FF 50 - 90 0.0 S irq/15-pata_ati 77 FF 50 - 90 0.0 S irq/22-ahci 164 FF 50 - 90 0.0 S irq/7-parport0 474 FF 50 - 90 0.0 S irq/43-enp3s0 3 FF 1 - 41 0.1 S ksoftirqd/0 13 FF 1 - 41 0.1 S ksoftirqd/1 [rocketmouse@archlinux ~]$ grep 18: /proc/interrupts 18: 0 4 IO-APIC-fasteoi snd_hdspm [rocketmouse@archlinux ~]$ uname -r 3.8.11-rt8-1-rt [2] [rocketmouse@archlinux ~]$ jackd -dalsa -dhw:0 -r48000 -p256 -n2 jackdmp 1.9.9.5 Copyright 2001-2005 Paul Davis and others. Copyright 2004-2012 Grame. jackdmp comes with ABSOLUTELY NO WARRANTY This is free software, and you are welcome to redistribute it under certain conditions; see the file COPYING for details no message buffer overruns no message buffer overruns no message buffer overruns JACK server starting in realtime mode with priority 10 audio_reservation_init Acquire audio card Audio0 creating alsa driver ... hw:0|hw:0|256|2|48000|0|0|nomon|swmeter|-|32bit configuring for 48000Hz, period = 256 frames (5.3 ms), buffer = 2 periods ALSA: final selected sample format for capture: 32bit integer little-endian ALSA: use 64 periods for capture ALSA: final selected sample format for playback: 32bit integer little-endian ALSA: use 64 periods for playback [3] [rocketmouse@archlinux ~]$ jackd -dalsa -dhw:0 -r192000 -p256 -n2 jackdmp 1.9.9.5 Copyright 2001-2005 Paul Davis and others. Copyright 2004-2012 Grame. jackdmp comes with ABSOLUTELY NO WARRANTY This is free software, and you are welcome to redistribute it under certain conditions; see the file COPYING for details no message buffer overruns no message buffer overruns no message buffer overruns JACK server starting in realtime mode with priority 10 audio_reservation_init Acquire audio card Audio0 creating alsa driver ... hw:0|hw:0|256|2|192000|0|0|nomon|swmeter|-| 32bit configuring for 192000Hz, period = 256 frames (1.3 ms), buffer = 2 periods ALSA: final selected sample format for capture: 32bit integer little-endian ALSA: use 64 periods for capture ALSA: cannot set hardware parameters for capture ALSA: cannot configure capture channel Cannot initialize driver JackServer::Open failed with -1 Failed to open server [4] [rocketmouse@archlinux ~]$ jackd -dalsa -dhw:0 -r192000 -p1024 -n2 jackdmp 1.9.9.5 Copyright 2001-2005 Paul Davis and others. Copyright 2004-2012 Grame. jackdmp comes with ABSOLUTELY NO WARRANTY This is free software, and you are welcome to redistribute it under certain conditions; see the file COPYING for details no message buffer overruns no message buffer overruns no message buffer overruns JACK server starting in realtime mode with priority 10 audio_reservation_init Acquire audio card Audio0 creating alsa driver ... hw:0|hw:0|1024|2|192000|0|0|nomon|swmeter|-| 32bit configuring for 192000Hz, period = 1024 frames (5.3 ms), buffer = 2 periods ALSA: final selected sample format for capture: 32bit integer little-endian ALSA: use 16 periods for capture ALSA: cannot set hardware parameters for capture ALSA: cannot configure capture channel Cannot initialize driver JackServer::Open failed with -1 Failed to open server [5] [rocketmouse@archlinux ~]$ jackd -dalsa -dhw:0 -r96000 -p1024 -n2 jackdmp 1.9.9.5 Copyright 2001-2005 Paul Davis and others. Copyright 2004-2012 Grame. jackdmp comes with ABSOLUTELY NO WARRANTY This is free software, and you are welcome to redistribute it under certain conditions; see the file COPYING for details no message buffer overruns no message buffer overruns no message buffer overruns JACK server starting in realtime mode with priority 10 audio_reservation_init Acquire audio card Audio0 creating alsa driver ... hw:0|hw:0|1024|2|96000|0|0|nomon|swmeter|-| 32bit configuring for 96000Hz, period = 1024 frames (10.7 ms), buffer = 2 periods ALSA: final selected sample format for capture: 32bit integer little-endian ALSA: use 16 periods for capture ALSA: cannot set hardware parameters for capture ALSA: cannot configure capture channel Cannot initialize driver JackServer::Open failed with -1 Failed to open server -------- Forwarded Message -------- From: Ralf Mardorf <ralf.mardorf@xxxxxxxxxxxxx> To: jack-devel@xxxxxxxxxxxxxxxxxxx Cc: alsa-user <alsa-user@xxxxxxxxxxxxxxxxxxxxx> Subject: Typo: [Jack-Devel] HDSPe AIO and Jack Date: Wed, 22 May 2013 07:30:33 +0200 On Wed, 2013-05-22 at 07:22 +0200, Ralf Mardorf wrote: > TotalMix, aka hdspconf JFTR, this is a typo, it should be "hdspmixer". ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may _______________________________________________ Alsa-user mailing list Alsa-user@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-user