Hi,
I'm trying to get two soundcards to work. One MOTU UltraLite with FFADO and a USB Edirol PCR-1. No Luck with either.
What should I do to configure the Edirol? (Maybe the easier one?) The core installation of planet-ccrma is enough? I tried to start up JACK but the system does not recognize the soundcard. (Fedora 13 64-bit with planet-ccrma).
Thanks! Bernardo
I get this from jack (using the planet-ccrma kernel fedora 13 64bit):
JACK server starting in realtime mode with priority 60 creating alsa driver ... hw:0|hw:0|256|3|44100|0|0|nomon|swmeter|-|32bit Using ALSA driver USB-Audio running on card 0 - EDIROL PCR-1 at usb-0000:00:1a.0-1.2.1, full speed ALSA: Cannot open PCM device alsa_pcm for playback. Falling back to capture-only mode Cannot initialize driver JackServer::Open() failed with -1 Failed to start server 22:24:33.653 JACK was stopped with exit status=255. 22:24:33.653 Post-shutdown script... 22:24:33.653 killall jackd jackd: nenhum processo abortado 22:24:34.075 Post-shutdown script terminated with exit status=256. 22:24:35.750 Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info. Cannot connect to server socket err = Arquivo ou diretório não encontrado Cannot connect to server socket jack server is not running or cannot be started
I think alsa is aware of the card:
[bbarros@localhost ~]$ cat /proc/asound/cards 0 [PCR1 ]: USB-Audio - PCR-1 EDIROL PCR-1 at usb-0000:00:1a.0-1.2.1, full speed 1 [Intel ]: HDA-Intel - HDA Intel HDA Intel at 0xf2620000 irq 39 2 [NVidia ]: HDA-Intel - HDA NVidia HDA NVidia at 0xcdefc000 irq 16 29 [ThinkPadEC ]: ThinkPad EC - ThinkPad Console Audio Control ThinkPad Console Audio Control at EC reg 0x30, fw 6MHT35WW-1.10
What shoyuld I try?
2010/7/26, Bernardo Barros bernardobarros2@gmail.com:
I get this from jack (using the planet-ccrma kernel fedora 13 64bit):
JACK server starting in realtime mode with priority 60 creating alsa driver ... hw:0|hw:0|256|3|44100|0|0|nomon|swmeter|-|32bit Using ALSA driver USB-Audio running on card 0 - EDIROL PCR-1 at usb-0000:00:1a.0-1.2.1, full speed ALSA: Cannot open PCM device alsa_pcm for playback. Falling back to capture-only mode Cannot initialize driver JackServer::Open() failed with -1 Failed to start server 22:24:33.653 JACK was stopped with exit status=255. 22:24:33.653 Post-shutdown script... 22:24:33.653 killall jackd jackd: nenhum processo abortado 22:24:34.075 Post-shutdown script terminated with exit status=256. 22:24:35.750 Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info. Cannot connect to server socket err = Arquivo ou diretório não encontrado Cannot connect to server socket jack server is not running or cannot be started
On Mon, 2010-07-26 at 23:42 -0300, Bernardo Barros wrote:
I think alsa is aware of the card:
[bbarros@localhost ~]$ cat /proc/asound/cards 0 [PCR1 ]: USB-Audio - PCR-1 EDIROL PCR-1 at usb-0000:00:1a.0-1.2.1, full speed 1 [Intel ]: HDA-Intel - HDA Intel HDA Intel at 0xf2620000 irq 39 2 [NVidia ]: HDA-Intel - HDA NVidia HDA NVidia at 0xcdefc000 irq 16 29 [ThinkPadEC ]: ThinkPad EC - ThinkPad Console Audio Control ThinkPad Console Audio Control at EC reg 0x30, fw 6MHT35WW-1.10
What shoyuld I try?
What do you see if you do: cat /proc/asound/devices
I'd try to start jackd from a terminal with:
jackd -R -d alsa -d PCR1
What happens? And with:
jackd -R -d alsa -d PCR1 -r 48000 -n 3
-- Fernando
2010/7/26, Bernardo Barros bernardobarros2@gmail.com:
I get this from jack (using the planet-ccrma kernel fedora 13 64bit):
JACK server starting in realtime mode with priority 60 creating alsa driver ... hw:0|hw:0|256|3|44100|0|0|nomon|swmeter|-|32bit Using ALSA driver USB-Audio running on card 0 - EDIROL PCR-1 at usb-0000:00:1a.0-1.2.1, full speed ALSA: Cannot open PCM device alsa_pcm for playback. Falling back to capture-only mode Cannot initialize driver JackServer::Open() failed with -1 Failed to start server 22:24:33.653 JACK was stopped with exit status=255. 22:24:33.653 Post-shutdown script... 22:24:33.653 killall jackd jackd: nenhum processo abortado 22:24:34.075 Post-shutdown script terminated with exit status=256. 22:24:35.750 Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info. Cannot connect to server socket err = Arquivo ou diretório não encontrado Cannot connect to server socket jack server is not running or cannot be started
I get error..
[root@localhost bbarros]# cat /proc/asound/devices 2: : timer 3: [29] : control 4: : sequencer 5: [ 0- 0]: raw midi 6: [ 0] : control 7: [ 1- 0]: digital audio playback 8: [ 1- 0]: digital audio capture 9: [ 1- 0]: hardware dependent 10: [ 1] : control 11: [ 2- 3]: hardware dependent 12: [ 2- 2]: hardware dependent 13: [ 2- 1]: hardware dependent 14: [ 2- 0]: hardware dependent 15: [ 2] : control [root@localhost bbarros]# jackd -R -d alsa -d PCR1 jackdmp 1.9.5 Copyright 2001-2005 Paul Davis and others. Copyright 2004-2009 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 JACK server starting in realtime mode with priority 60 creating alsa driver ... PCR1|PCR1|1024|2|48000|0|0|nomon|swmeter|-|32bit ALSA lib control.c:902:(snd_ctl_open_noupdate) Invalid CTL PCR1 control open "PCR1" (No such file or directory) Cannot initialize driver JackServer::Open() failed with -1 Failed to start server [root@localhost bbarros]# jackd -R -d alsa -d PCR1 -r 48000 -n 3 jackdmp 1.9.5 Copyright 2001-2005 Paul Davis and others. Copyright 2004-2009 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 JACK server starting in realtime mode with priority 60 creating alsa driver ... PCR1|PCR1|1024|3|48000|0|0|nomon|swmeter|-|32bit ALSA lib control.c:902:(snd_ctl_open_noupdate) Invalid CTL PCR1 control open "PCR1" (No such file or directory) Cannot initialize driver JackServer::Open() failed with -1 Failed to start server
2010/7/27, Fernando Lopez-Lezcano nando@ccrma.stanford.edu:
On Mon, 2010-07-26 at 23:42 -0300, Bernardo Barros wrote:
I think alsa is aware of the card:
[bbarros@localhost ~]$ cat /proc/asound/cards 0 [PCR1 ]: USB-Audio - PCR-1 EDIROL PCR-1 at usb-0000:00:1a.0-1.2.1, full speed 1 [Intel ]: HDA-Intel - HDA Intel HDA Intel at 0xf2620000 irq 39 2 [NVidia ]: HDA-Intel - HDA NVidia HDA NVidia at 0xcdefc000 irq 16 29 [ThinkPadEC ]: ThinkPad EC - ThinkPad Console Audio Control ThinkPad Console Audio Control at EC reg 0x30, fw 6MHT35WW-1.10
What shoyuld I try?
What do you see if you do: cat /proc/asound/devices
I'd try to start jackd from a terminal with:
jackd -R -d alsa -d PCR1
What happens? And with:
jackd -R -d alsa -d PCR1 -r 48000 -n 3
-- Fernando
2010/7/26, Bernardo Barros bernardobarros2@gmail.com:
I get this from jack (using the planet-ccrma kernel fedora 13 64bit):
JACK server starting in realtime mode with priority 60 creating alsa driver ... hw:0|hw:0|256|3|44100|0|0|nomon|swmeter|-|32bit Using ALSA driver USB-Audio running on card 0 - EDIROL PCR-1 at usb-0000:00:1a.0-1.2.1, full speed ALSA: Cannot open PCM device alsa_pcm for playback. Falling back to capture-only mode Cannot initialize driver JackServer::Open() failed with -1 Failed to start server 22:24:33.653 JACK was stopped with exit status=255. 22:24:33.653 Post-shutdown script... 22:24:33.653 killall jackd jackd: nenhum processo abortado 22:24:34.075 Post-shutdown script terminated with exit status=256. 22:24:35.750 Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info. Cannot connect to server socket err = Arquivo ou diretório não encontrado Cannot connect to server socket jack server is not running or cannot be started