| Line 30: |
Line 30: |
| | == Wifi Configuration == | | == Wifi Configuration == |
| | | | |
| − | When you are logged in with ssh, you can configure the wifi access by editing this file:
| + | Wifi credentials can be set via the web config tool: System - Wifi - Add Network. Wifi must be enabled in the Zynthian Gui: press the Back button until you are in the Admin menu. Then select 'Start WIFI'. |
| − | | |
| − | $ sudo vi /etc/wpa_suppplicant/wpa_supplicant.conf
| |
| − | | |
| − | Note that this file is protected and you have to edit as root user (sudo).
| |
| − | | |
| − | After editing the WPA settings, you can restart the network interface using a command like this:
| |
| − | | |
| − | $ sudo ifdown wlan0
| |
| − | $ sudo ifup wlan0
| |
| | | | |
| | ==Audio Configuration== | | ==Audio Configuration== |
| Line 70: |
Line 61: |
| | $ ssh -Y root@zynthian.local | | $ ssh -Y root@zynthian.local |
| | | | |
| | + | or use vnc: |
| | + | |
| | + | SSH into the zynthian box and enter: |
| | + | |
| | + | # apt-get install vnc4server blackbox |
| | + | # pico ~/.vncrc |
| | + | |
| | + | and enter this line to set the desktop size: |
| | + | |
| | + | $geometry = “2048x1600”; |
| | + | |
| | + | start the vnc server: |
| | + | |
| | + | # vnc4server |
| | + | |
| | + | Connect to the vnc server using (e.g.) windows TightVNC viewer. |
| | + | |
| | + | or use Putty: |
| | + | works on Windows and also is available in Linux and makes a handy alternative to command line ssh. |
| | + | |
| | + | [[File:Putty-on-zynth.png]] |
| | + | |
| | + | |
| | + | You should set the X11 Windows options: |
| | + | |
| | + | [[File:Putty-on-zynth-X11.png]] |
| | | | |
| − | Currently only ZynAddSubFX has a supported native GUI. Other GUI software can be installed to control other synths, also virtual MIDI keyboard software can be used - for testing. | + | Currently only ZynAddSubFX has a supported native GUI. The ZynAddSubFX will be launched automatically when a ZynAddSubFX patch is selected. Other GUI software can be installed to control other synths, also virtual MIDI keyboard software can be used - for testing. |
| | | | |
| | | | |