Changes between Version 5 and Version 6 of SageInstallation
- Timestamp:
- 02/01/12 11:41:22 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SageInstallation
v5 v6 49 49 * run sudo ldconfig 50 50 1. Install openssh-server (sudo apt-get install openssh-server) 51 1. Disable SSH strict host key checking (in /etc/ssh/ssh_config line !StrictHostKeyChecking no) 52 1. Setup static IP addresses for interfaces used to communicate between wall and access machine (using /etc/network/interfaces file) 51 53 52 54 === Access machine === … … 54 56 Previous steps are all required on both tile an access machines. On access machine, however, there is some more action to perform. 55 57 56 1. To operate the wall using Wiimote you need to install also these libraries:58 1. To operate the wall using Wiimote you need to have a Bluetooth adapter and these libraries installed in the system: 57 59 * wiiuse v.0.12 (http://downloads.sourceforge.net/project/wiiuse/wiiuse/v0.12/wiiuse_v0.12_src.tar.gz) 58 60 * wiiusecpp v.0.12 (http://www.missioncognition.net/downloads/wiiusecpp_v0.12_src.tar.gz) [[BR]] 59 61 More information about wiiusecpp can be found at http://www.missioncognition.net/software/wiiusecpp.html . 60 1. anything 62 1. Setup SSH login to all tile computers using rsa key (without password) 63 1. 64 65 === Tile machines === 66 67 Also on tile machine there is one thing that you need to do after finishing the environmet setup, which is Xorg server setup. More information can be found in XorgSetup article. 68 61 69 == Usage == 70 71 == Additional software ==