Built Fates.
upside: boots up, audio io works, some scripts work, grid connection works, joy!
issues with un-updated version of norns (skip ahead for update issues):
-can’t connect via wifi (entered network password including lowercase), status stays on activating indefinitely, network shows network name for a minute and then the name disappears, IP address blank
-hotspot just shows status unavailable (or is unresponsive, can’t tell)
-wired connection with ethernet cable seems to work since I can access maiden, and ultimately I’m fine with just a wired connection. No IP addresss is shown and status remains on activating however which is odd. Problem is, in maiden I can’t seem to update or install any new scripts. I get errors like:
“install failed: Get https://github.com/monome/softcut-studies/info/refs?service=git-upload-pack: dial tcp: lookup github.com on 127.0.0.1:53: server misbehaving”
except it says that for all updates or scripts (with a different URL). Also, after getting one or two of these errors, the check mark for installing an update/script or removing a script no longer returns an error, it doesn’t do anything.
issues with update process:
This is probably my ineptitude with computers/command line interfaces. I was able to ssh into fates and enter the password, then pasted:
cd ~/update
wget https://github.com/okyeron/fates/releases/download/v2.2.8/fates200129.tgz
but got this error:
Last login: Mon Jan 6 00:07:30 2020 from 169.254.240.176
127.0.0.1 ~ $ cd ~/update
127.0.0.1 ~/update $ wget https://github.com/okyeron/fates/releases/download/v2.2.8/fates200129.tgz
–2020-01-06 00:11:11-- https://github.com/okyeron/fates/releases/download/v2.2.8/fates200129.tgz
Resolving github.com (github.com)… failed: Temporary failure in name resolution.
wget: unable to resolve host address ‘github.com’
127.0.0.1 ~/update $ packet_write_wait: Connection to 169.254.12.129 port 22: Broken pipe
so I tried to use Cyberduck to SFTP the update to the fates update folder but was unable to connect to the server as fates doesn’t show an IP address for my wired connection and norns.local did not work as an IP address.