home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2375 / README < prev    next >
Text File  |  1990-12-28  |  3KB  |  87 lines

  1.  
  2. VTALK is a product from OKI Electric Industry, Japan, 
  3. that allows voice talk between two Sun Sparcstation's
  4. over Ethernet. Each machine must have microphones connected
  5. to the audio port. 
  6.  
  7. This is a modified version that works for SunOS 4.1.
  8.  
  9. Vtalk - How to
  10. --------------
  11.  
  12. How to install: 
  13.  
  14. Copy the file 'vtalk.shar' to the directory where you want to
  15. install it.
  16. Unpack the archive by running through /bin/sh (command: sh vtalk.shar).
  17. This will produce .c and .h files, and a Makefile.
  18. Type 'make'.  This will produce the executables
  19. 'vtalk' and 'vtalkd'.
  20.  
  21. If not done earlier, a service must be allocated to vtalkd in the NIS database 
  22. and /etc/services.
  23. A service number like 2999 will be suitable.  The entry should
  24. look like:
  25.     
  26.     vtalk      2999/tcp
  27.  
  28. This can only be done by the superuser (root), so you should contact
  29. your system administrator to have this done on your system.
  30.  
  31. How to run: 
  32.     
  33. Start vtalkd ('vtalkd &') on every machine that you want voice talk to work on.
  34. This could be done at startup in the .login file.
  35. To initiate a connection, type 'vtalk user@machine'.  The user on that machine
  36. will be informed of the request.  A user accepts a connection by typing 'vtalk'.
  37.  
  38. Here is some info on how to wire the microphone plug (Swedish version) :
  39.  
  40. ***********************************************************************
  41. I/O Connector:
  42.  
  43. This is the view looking at the connector end of an adapter cable. 
  44.  
  45.        6x  7x  8x
  46.        3x  4x  5x 
  47.          1x  2x
  48.  
  49. The connections to these pins are as follows: 
  50.  
  51.        Pin 1   no connect
  52.        Pin 2   no connect
  53.        Pin 3   Michrophone (tip)
  54.        Pin 4   no connect
  55.        Pin 5   no connect 
  56.        Pin 6   Michrophone (sleeve or shield)
  57.        Pin 7   audio out (tip)
  58.        Pin 8   audio out (sleeve or shield) 
  59.  
  60. Pin 7 and 8 is only connected if you want to use an external loudspeaker.
  61. A cheap freestyle booster speaker works fine.
  62. My speaker is called 'GALAX PS-388R', made in China and costs 160 Skr,
  63. (appr US$ 28) here in Sweden. I have connected a 12V AC/DC adaptor to it
  64. so batteries are no problem..
  65. NOTE: If you want the external speaker to work with 'vtalk' you might
  66. need to include some code that switches output to the audio jack,
  67. or use the Sun tool 'gaintool' to manually specify speaker output.
  68.  
  69. Mini-DIN plugs for the SPARC audio connector can be ordered in Sweden
  70. from ELFA, phone 08-7353535,
  71. Article no. 42-193-58
  72.  
  73. A suitable screened michrophone cable between this plug and a phono jack is
  74.         no. 55-801-05, appr 2 metres, or solder the michrophone's own cable
  75. directly to the Mini-DIN plug.
  76.  
  77. If both external speaker and mike is desired, use a stereo audio cable,  
  78.         no. 55-807-82,  and connect this to some adapter box that 
  79. in turn allows connecting both a michrophone and booster speaker.
  80. The choice is yours.
  81. ********************************************************************************
  82.  
  83. Happy talking,
  84.  
  85. gunnar@falcon10.ericsson.se
  86.  
  87.