[SOLVED] Nothing is working except for test tones through 3.55 jack

I can get sound from the 3.55 headphone jack. Gain controls do nothing.

No sound through the 1/4 jack. Gain control does nothing.

this was fine

curl https://blokas.io/pisound/install-pisound.sh | sh

with

sudo pisound-config

I loaded pure data, supercollider, and audacity

audacity and pure data play test tones through the 6.55 headphone jack but nothing through 1/4 jack

pi@raspberrypi:~ $ amidi -l
Dir Device Name
IO hw:1,0 pisound MIDI PS-3WAQMBH

pi@raspberrypi:~ $ arecord -l
**** List of CAPTURE Hardware Devices ****
card 1: pisound [pisound], device 0: PS-3WAQMBH snd-soc-dummy-dai-0 []
Subdevices: 1/1
Subdevice #0: subdevice #0

pi@raspberrypi:~ $ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
Subdevices: 7/8
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3
Subdevice #4: subdevice #4
Subdevice #5: subdevice #5
Subdevice #6: subdevice #6
Subdevice #7: subdevice #7
card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: pisound [pisound], device 0: PS-3WAQMBH snd-soc-dummy-dai-0 []
Subdevices: 1/1
Subdevice #0: subdevice #0

what’s next? (pressing the button doesn’t do anything as far as I can tell)

another small difficulty is the front of the acrylic case (to plug in power and cover 1/4 jacks simply doesn’t fit. if I put it on then there’s no way to reach the power jack. but the rest of the case appears to be installed properly …

HELP!! … what next?

Hi, what kind of power supply are you using? A supply able to supply more than 2 amps is recommended.

Also you must make sure that the software you’re running is using Pisound as the audio card in their settings. If you’re hearing audio via the 3.5mm jack on the Raspberry Pi itself, that means the wrong audio card is being used.

You may try testing audio by running the following command:

speaker-test -c2 -r48000 -Dhw:1,0

About the acrylic case - make sure the protective film is removed from both sides of the pieces. Also the case comes with 4 longer length and 4 shorter length extenders. The longer ones should be mounted on the top side of the Pisound, the shorter ones on the bottom of Raspberry Pi.

all is good now giedrius … thanks for your help!