Changes between Version 83 and Version 84 of Old/Tutorials/k0SDR/Tutorial00
- Timestamp:
- Nov 30, 2007, 5:49:41 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Tutorials/k0SDR/Tutorial00
v83 v84 158 158 }}} 159 159 160 or configure nasd.conf like a sane person and run it from init.d. 160 or configure nasd.conf like a sane person and run it from init.d. Make sure sshd is running as well. 161 161 162 162 2. Install nas clients on node. NOTE: You must be using the gnuradio-svn image for this to work. 163 163 164 164 {{{ 165 node$ apt-get update 166 node$ apt-get upgrade 165 167 node$ apt-get install nas-bin 166 168 }}} 167 169 168 Set system variable AUDIOSERVER 170 If you're using a console in the ORBIT control room, you may find you can reach the console from the node on port 22, but not on port 8000. In this case start an ssh tunnel and set the AUDIOSERVER shell environment variable as follows. 171 {{{ 172 node$ ssh -fN -L 8000:localhost:8000 <user>@<control room console> 173 node$ export AUDIOSERVER=localhost:0 174 }}} 169 175 170 {{{ 171 root@node1-1:~$ export AUDIOSERVER=<sound making machine>:0 172 }}} 173 and run auinfo (client) on the node. There should be an output describing all potential audio outputs on the local machine running nasd. You can also try "auplay FILE" to actually play sounds remotely. 176 (<user> is probably 'native' and <control room console> is probably '10.50.0.61'.) 177 178 Now run auinfo (client) on the node. There should be an output describing all potential audio outputs on the local machine running nasd. You can also try "auplay FILE" to actually play sounds remotely. 174 179 175 180 4. Modify the gnuradio audio scripts to use NAS libraries.