~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to doc/kscd/workman-docs/notes-linux

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
                              Linux install notes
 
3
                                       
 
4
   The devicename for the CD-ROM drive defaults to /dev/sr0; if needed,
 
5
   this can be overridden by a command-line switch. See the manual page.
 
6
   
 
7
   For WorkMan to function you will need a kernel-supported CD-ROM drive
 
8
   which uses the Sun-style ioctls for audio control. Currently, there
 
9
   are three options: I have implemented these functions for SCSI-2
 
10
   CD-ROM drives; the patches for this can be found in a misc. SCSI
 
11
   patches release by Eric Youngdale: look on tsx-11.mit.edu:pub/linux/.
 
12
   These patches are known to work with a Sony CDU-541 drive.
 
13
   
 
14
   The other two options are the Sony CDU-31A and CDU-535/531 drives with
 
15
   their special interfaces. Drivers for these drives, written by Corey
 
16
   Minyard and RONJ.AN@site007.saic.com (Jeppesen, Ronald), respectively,
 
17
   can be found at sunsite.unc.edu and tsx-11.mit.edu.
 
18
   
 
19
   You can also use WorkMan's SCSI passthrough code, enabled by defining
 
20
   LINUX_SCSI_PASSTHROUGH at compile time. This will cause WorkMan to
 
21
   send SCSI-2 audio commands directly to the drive rather than going
 
22
   through the Sun-style audio ioctls.
 
23
   
 
24
   Do _not_ use LINUX_SCSI_PASSTHROUGH if you have an IDE drive -- it
 
25
   won't work!
 
26
   
 
27
   You will need the X libraries and the XView3L3 package (look on
 
28
   sunsite). *IMPORTANT:* the included Makefile.linux should work. *DO
 
29
   NOT* run xmkmf unless you know that you have the OpenWindows .tmpl
 
30
   files. As far as I know, they are *NOT* in the XView3L3 package... At
 
31
   least I don't have them. (They are reportedly in the XView3L5 package,
 
32
   but you need to run "imake -DUseInstalled -I/usr/X386/lib/X11/config
 
33
   -I/usr/openwin/lib/config" instead of xmkmf.)
 
34
   
 
35
   If you want to use the online help, you'll need to pick a key to act
 
36
   as the XView "Help" key, since PC keyboards don't tend to have Help
 
37
   keys. F1 is a typical choice. Tell the X server about it with xmodmap,
 
38
   like:
 
39
   
 
40
     xmodmap -e "keysym F1 = Help"
 
41
     
 
42
   You'll also have to install the workman.info file in the right place
 
43
   as described in the Makefile.
 
44
   
 
45
   WorkMan was ported to Linux by Chris Newbold
 
46
   <newbie@inmet.camb.inmet.com>, who seems to have disappeared from the
 
47
   net; if anyone knows where he is (and he is still interested in
 
48
   helping out with WorkMan on Linux) please [1]let me know.
 
49
   
 
50
   Also let me know if you have anything to add to these install
 
51
   instructions; I don't have a Linux system so none of the above is
 
52
   firsthand information.
 
53
   
 
54
     _________________________________________________________________
 
55
                                      
 
56
   [2]To the install page
 
57
   
 
58
      Last update: 15 Jun 1995
 
59
 
 
60
References
 
61
 
 
62
   1. mailto:koreth@hyperion.com
 
63
   2. file://localhost/home/woodstock/koreth/wm/workman/HTML/install.html