This file is indexed.

/usr/share/doc/libtse3-dev/Trouble.html is in libtse3-dev 0.3.1-4.3ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<html>

  <head>
    <title>Troubleshooting</title>
  </head>
  
<body bgcolor=#ffffff text=#000000>
<table width=100% cellspacing=0 cellpadding=1 border=0 bgcolor=#000000><tr><td>
<table width=100% cellspacing=0 cellpadding=1 border=0><tr><td valign=center bgcolor=#c8d559>
<table width=100% cellspacing=0 cellpadding=0 border=0><tr>
<td align=left width=30%><b>&nbsp;TSE3 documentation<b></td>
<td align=center width=30%>Version 0.3.1</td>
<td align=right width=30%>
  <a href="index.html"><b>Index</b></a>
  <a href="api/index.html">API</a>&nbsp;
  <a href="Version.html">Version</a>&nbsp;
  <a href="Structure.html">Structure</a>&nbsp;
</td>
</tr></table>
</td></tr></table>
</td></tr></table>

    <h1>Troubleshooting</h1>

    <p>
    Below are listed some commonly found problems. If you can't get TSE3
    working then look here. If you don't find the answer, then just ask!

    <hr>

    <dl>

      <dt><b>I can't get any output</b></dt>
      <dd>When you run <code>tse3play</code> do you get any errors? If so then
          look for a description below.
          <p>
          If not, do you have your soundcard installed correctly? You can
          run <code>tse3play</code> with the <code>--verbose</code> parameter
          to get some diagnostics about the setup of your soundcard. If no
          soundcard is listed then try reinstalling it.<br>
          If you do have a soundcard installed and setup properly, is it's
          volume raised, and have you got your speaker cable in the correct
          socket?
          <p>
          Does the soundcard support both MIDI and audio output - the
          <code>--verbose</code> output will tell you which output TSE3
          uses by default; trying forcing it to another port with
          <code>--force-port</code>.</dd>

      <dt><b>I get the message "Opening FM patch file failed"</b></dt>
      <dd>You have an FM soundcard and so TSE3 tries to load the FM patches
          file on your computer to put sounds into your soundcard. The
          files are commonly found in <code>/etc/midi</code>, however on
          your system the files are not here.<br>
          The files TSE3 is looking for are: <code>std.o3</code>,
          <code>std.sb</code>, <code>drums.o3</code> and <code>drums.sb</code>.
          If you locate this file, try running <code>tse3play</code> with
          the <code>--patches-dir</code> parameter.</dd>

      <dt><b>I get the message "Opening GUS patch file failed"</b></dt>
      <dd>You have a GUS soundcard and so TSE3 tries to load the GUS patches
          files on your compueter to put sounds into your soundcard. The
          files are commonly found in <code>/etc/midi</code>, however on your
          system the files are not here.<br>
          The files TSE3 is looking for are <code>*.pat</code>, which
          includes, for example, <code>acpiano.pat</code> and
          <code>epiano1.pat</code>.
          If you locate this file, try running <code>tse3play</code> with
          the <code>--patches-dir</code> parameter.</dd>

    </dl>

<body bgcolor=#ffffff text=#000000>
<table width=100% cellspacing=0 cellpadding=1 border=0 bgcolor=#000000><tr><td>
<table width=100% cellspacing=0 cellpadding=1 border=0><tr><td valign=center bgcolor=#c8d559>
<table width=100% cellspacing=0 cellpadding=0 border=0><tr>
<td align=left width=30%>&nbsp;&copy; Pete Goodliffe, 2001-2003</td>
<td align=center width=30%><a href="Copyright.html">Copyright</a></td>
<td align=right width=30%><a href="Psalm150.html">Psalm 150</a>&nbsp;</td>
</tr></table>
</td></tr></table>
</td></tr></table>
    
  </body>

</html>