I just received my Zero Soundcards and attached them to mi Zero W. I managed to install the drivers following the tutorials and play some mp3 files using mpg123. The audio output through the jack works perfectly.
Now I would like to know:
- Can I use the mic on the headphones cable as input? If yes, please let me know how! If not, how to set up for a usb mic?
- I tried to run jackd following viewtopic.php?f=5&t=16 but I can't make it run.
I get:
Code: Select all
pi@raspberrypi:~ $ jackd -dalsa -dhw:0 -r96000
jackdmp 1.9.11
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2014 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 10
self-connect-mode is "Don't restrict self connect requests"
Failed to connect to session bus for device reservation Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
Audio device hw:0 cannot be acquired...
Cannot initialize driver
JackServer::Open failed with -1
Failed to open server
Code: Select all
# Enable audio (loads snd_bcm2835)
#dtparam=audio=on
# Enable UART
enable_uart=1
# enable the AudioInjector.net sound card
dtoverlay=audioinjector-wm8731-audio
# enable jackd
dtoverlay=i2s-mmap
Thanks,
Enrico