HDSPe AIO and Jack

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


------------------------------------------------------------------------------
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




[Index of Archives]     [ALSA Devel]     [Linux Audio Users]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]

  Powered by Linux