Thanks installing M-audio micro is getting complicated and make me crazy, so I am doing make a fresh install raspibian and change
soundcard using E-MU 0202, now raspberry can detect E-MU
Code: Select all
[**** List of PLAYBACK Hardware Devices ****
card 0: USB [E-MU 0202 | USB], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
Subdevices: 8/8
Subdevice #0: subdevice #0
/code]
I following AutoStatic step on
http://wiki.linuxaudio.org/wiki/raspber ... repository. I try follow instruction,
please correct me if I making mistake?
1) make Setting the default soundcard
[#options snd-usb-audio index=-2/code]
2)
add repository
wget -O -
http://rpi.autostatic.com/autostatic.gpg.key| sudo apt-key add -
sudo wget -O /etc/apt/sources.list.d/autostatic-audio-raspbian.list
http://rpi.autostatic.com/autostatic-au ... pbian.list
sudo apt-get update
3)
Patching Jack but I dont know to do that? would you give me how to patching Jack?
4) installing package jack 2
sudo apt-get --no-install-recommends install jackd2
5)
running Jack
sudo mount -o remount,size=128M /dev/shm
echo -n performance \
| sudo tee /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
6)
using external sound card
how to configuration jack command with E-Mu 0202 ? I am also still confuse.
Code: Select all
jackd -P70 -p16 -t2000 -dalsa -dhw:E-MU 0202 -p128 -n3 -r44100 -s &
[1] 2970
pi@raspberrypi ~ $ jackdmp 1.9.9
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
JACK server starting in realtime mode with priority 70
Cannot lock down 13589216 byte memory area (Cannot allocate memory)
creating alsa driver ... hw:E-MU|hw:E-MU|128|3|44100|0|0|nomon|swmeter|soft-mode|32bit
control open "hw:E-MU" (No such device)
ALSA lib pcm_hw.c

(_snd_pcm_hw_open) Invalid value for card
ALSA lib pcm_hw.c

(_snd_pcm_hw_open) Invalid value for card
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 open server
Thanks a lot guys and please help Me.........