EDIT: OK I FIXED IT , replaced the crystal. Ignore the rest of this message, tho Iâm leaving it here for reference.
OK, crystal is the right way round and the joints on that and the DAC look decent. Tried a couple of different PSUs, they are over 2A so should be OK i think?
I
get ânot connected to scâ so canât try thatâŠ
run dmesg to look for explicit errors from the sound card driver (as in this post above)
When I try that I get a few errors, firstly spi-bcm2835 3f204000.spi: could not get clk: -517 - clk is clock I presume? and makes me think it might be a problem with the crystal after all? will have yet another look at the soldering
then also
snd-rpi-monome soc:sound: ASoC: CPU DAI (null) not registered - will retry
snd-rpi-monome soc:sound: snd_soc_register_card() failed (-517)
and some
bcm2835-i2s 3f203000.i2s: I2S SYNC error!
+
DMA transfer could not be terminated
errors
try running sclang in the terminal (you may catch earlier errors this way)
Did that and got:
compiling class library...
Found 716 primitives.
Compiling directory '/usr/share/SuperCollider/SCClassLibrary'
Compiling directory '/usr/share/SuperCollider/Extensions'
Compiling directory '/home/we/.local/share/SuperCollider/Extensions'
Compiling directory '/home/we/norns/sc/core'
Compiling directory '/home/we/norns/sc/engines'
Compiling directory '/home/we/norns/sc/ugens'
Compiling directory '/home/we/dust'
numentries = 1049693 / 12504774 = 0.084
4351 method selectors, 2874 classes
method table size 7837404 bytes, big table size 50019096
Number of Symbols 12510
Byte Code Size 344897
compiled 373 files in 1.85 seconds
Info: 4 methods are currently overwritten by extensions. To see which, execute:
MethodOverride.printAll
compile done
localhost : setting clientID to 0.
internal : setting clientID to 0.
Class tree inited in 0.93 seconds
-------------------------------------------------
Crone startup
OSC rx port: 57120
OSC tx port: 8888
server port: 57122
server port: 9999
--------------------------------------------------
*** Welcome to SuperCollider 3.10.0. *** For help type ctrl-c ctrl-h (Emacs) or :SChelp (vim) or ctrl-U (sced/gedit).
Booting server 'localhost' on address 127.0.0.1:57110.
sc3> Found 0 LADSPA plugins
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
terminate called without an active exception
could not initialize audio.
Server 'localhost' exited with exit code 0.
Not sure what any of that means :-S