After a brief scare due to some bad soldering (grrr, I suck at this…) it’s alive (and Alive)! Thanks so much to the team for making this version available. Sadly, the fun will probably have to wait until after the holiday craziness, but I’m looking forward to diving in!
Quick question: I can connect via ethernet but not wifi. Is that because the driver for the built-in wifi hasn’t been sorted yet, or do I have some more troubleshooting to do?
The issue is that “none” shows up when I try to add my wifi network. So it’s not a specific manner of communication with Norns that I’m having a problem (I can connect via SSH or Maiden with ethernet), it’s that I can’t see any wifi networks.
Sorry to ask a noob question but what caps and knob sizes should I get? Do I need skirted or unskirted knobs? I think these knobs from Thonk look OK but not sure which size. Thanks.
with the spacers I’m using a skirt on the top encoder will rub up against the screen. knob choice is definitely dependent on your case design (I recommended a particular knob from thonk for the design I posted above)
when I ssh into norns, I see the following when i run sclang:
sclang errors
-----------------------------------
ERROR: Command line parse failed
-> nil
sc3> JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
ERROR: syntax error, unexpected KEYBINOP, expecting $end
in interpreted text
line 1 char 20:
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
^^^^^^^^^^^^^^^^^^^^
-----------------------------------
ERROR: Command line parse failed
-> nil
sc3> terminate called without an active exception
ERROR: syntax error, unexpected NAME, expecting $end
in interpreted text
line 1 char 16:
terminate called without an active exception
^^^^^^
-----------------------------------
ERROR: Command line parse failed
-> nil
sc3> could not initialize audio.
ERROR: syntax error, unexpected NAME, expecting $end
in interpreted text
line 1 char 9:
could not initialize audio.
^^^
-----------------------------------
ERROR: Command line parse failed
-> nil
sc3> Server 'localhost' exited with exit code 0.
ERROR: syntax error, unexpected SYMBOL, expecting $end
in interpreted text
line 1 char 18:
Server 'localhost' exited with exit code 0.
^^^^^^^^^^^
-----------------------------------
ERROR: Command line parse failed
In case there is something that needs changing in config.lua:
config.lua
local lib = norns..'/lib/?.lua;'
local softcut = norns..'/softcut/?.lua;'
local dust = home..'/dust/code/?.lua;'
package.path = sys..core..params..lib..softcut..dust..package.path
-- print('package.path: ' .. package.path)
_path = {}
_path.home = home
_path.dust = home..'/dust/'
_path.code = _path.dust..'code/'
_path.audio = _path.dust..'audio/'
_path.data = _path.dust..'data/'
trying to run 190212/update.sh manually:
update.sh
127.0.0.1 ~/update/191201 $ ./update.sh
cp: cannot create regular file '/home/we/webdav/webdav': Text file busy
'/home/we/maiden/dist/sources/base.json' -> '/home/we/dust/data/sources/base.json'
'/home/we/maiden/dist/sources/community.json' -> '/home/we/dust/data/sources/community.json'
cp: cannot stat '/home/we/maiden/dist/catalogs/*.json': No such file or directory