Regarding the Organelle's Operating System

Hi there. I have a couple questions about the operating system on the Organelle.

What Linux distribution is it based on?

Is it possible to connect it to a network? (It would be really cool to be able to remotely copy patches to it over SSH).

1 Like

The Organelle uses Arch Linux. Networking is possible, there is a little info on using WiFi adapters here

I havenā€™t tried SSH, but sshd is installed so it should be possible. Some kind of web based file transfer would be cool too.

Iā€™m currently trying to get ssh working (to hopefully get some some automatic patch syncing over wifi), but Iā€™m getting a ā€œPermission deniedā€ error when trying to ssh in as root.

So far, Iā€™ve setup the Wifi adaptor (as per the thread linked above)ā€¦ set the root password with the ā€˜passwdā€™ command and adding the ā€œPermitRootLogin yesā€ line to /etc/ssh/sshd_configā€¦ but still no luck.

Iā€™m not really a linux person, so Iā€™m just stabbing in the dark here. Iā€™m wondering if thereā€™s something obvious Iā€™ve missedā€¦

Has anyone managed to get ssh working?

Was eventually able to get Wifi Patch Syncing (using rsync) working, thought Iā€™d record what I did here in case someone finds this thread in the futureā€¦

  1. Remount the system drive as read-write (/root/scripts/remount-rw.sh)
  2. Setup Wifi according to the above thread (there is a script in that thread that I added to .bash_profile, so that wifi is connected every time the organelle powers on).
  3. Set the root password with passwd
  4. Edit /etc/sshd_config to add the ā€œPermitRootLogin yesā€
  5. Update the pacman database
  6. Install rsync using pacman
  7. Reboot

Organelle boots back up with wifi, sshd and rsync workinā€¦ and youā€™ll never have to fiddle with that tiny USB drive again :wink:

Thanks for sharing these details. The WiFi is really convenient when you have it up and running. With SSH it is possible to also use an FTP program like Cyberduck on your computer to move files. I found this useful especially for dragging .wav files onto the Organelle. Iā€™ve been thinking about a patch that would just connect when you ran it.

1 Like

Awesome. I have considered getting the Organelle to pull down patch updates from Google Drive. That way I can just drag the files into Google Drive as they are updated while Iā€™m at work. Then when I boot it up, it would automatically include those.