/usr/share/faumachine/experiments/test-sound/generate is in faumachine-data 20110812-1.2.
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 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 | #
# $Id: generate,v 1.1 2009-02-17 12:37:34 potyra Exp $
#
#
floppy_insert floppy.img
#
power_on
#
# Wait for DOS prompt.
# Type "diagnose" to start diagnose tool.
#
wait_asc A: 5min
type "diagnose\0d"
#
#
#
wait_asc Diagnostic Utility for 16-bit Audio Card 5min
wait_asc ENTER: Continue 1min
type "\0d"
#
#
#
wait_asc In the subsequent sections, this utility will verify 1min
wait_asc ENTER: Continue 1min
type "\0d"
#
# Use preselected "220H (Default)"
#
wait_asc Select the Base I/O Address of your audio card. 1min
type "\0d"
#
# Wait for intermediate step.
#
wait_asc Base I/O Address set at 220H successfully 1min
#
# Wait for "Select the MPU-401 MIDI Port of your audio card.
# Type <Return> to select pre-selected "330H (Default)".
#
wait_asc Select the MPU-401 MIDI Port of your audio card. 1min
type "\0d"
#
# Wait for intermediate step.
#
wait_asc MPU-401 MIDI Port set at 330H successfully 1min
#
# Wait for "In the subsequent sections, this utility will verify..."
# Type <Return> to continue.
#
wait_asc In the subsequent sections, this utility will verify 1min
type "\0d"
#
# Wait for "Select an IRQ setting that is not in use by..."
# Type <Return> to select pre-selected "IRQ 5".
#
wait_asc Select an IRQ setting that is not in use by 1min
type "\0d"
#
# Wait for intermediate step.
#
wait_asc IRQ set at 5 successfully 1min
#
# Wait for "Select a Low DMA channel that is not in use..."
# Type <Return> to select pre-selected "Channel 1".
#
wait_asc Select a Low DMA channel that is not in use 1min
type "\0d"
#
# Wait for intermediate step.
#
wait_asc Low DMA Channel set at 1 successfully 1min
#
# Wait for "In the next screen, you will be prompted to select..."
# Type <Return>.
#
wait_asc In the next screen, you will be prompted to select 1min
type "\0d"
#
# Wait for "Select a High DMA channel that is not in use..."
# Type <Return> to select pre-selected "Channel 5".
#
wait_asc Select a High DMA channel that is not in use 1min
type "\0d"
#
# Wait for intermediate step.
#
wait_asc High DMA Channel set at 5 successfully 1min
#
# Wait for "In the subsequent sections, this utility..."
# Type <Return> to continue.
#
wait_asc In the subsequent sections, this utility 1min
type "\0d"
#
# Wait for "To test the audio functionality of your audio card,..."
# Type "1" to start 8 bit tests.
#
wait_asc To test the audio functionality of your audio card, 1min
type "1"
#
# Wait for "1. Left Channel"
# Type "1" to start 8 bit left channel test.
#
wait_asc 1. Left Channel 1min
type "1"
#
# Wait for intermediate step.
#
wait_asc Playing 8 bit digitized sound. 1min
#
# Wait for "To test the audio functionality of your audio card,..."
# Type "2" to start 8 bit right channel test.
#
wait_asc To test the audio functionality of your audio card, 1min
type "2"
#
# Wait for intermediate step.
#
wait_asc Playing 8 bit digitized sound. 1min
#
# Wait for "To test the audio functionality of your audio card,..."
# Type "2" to start 8 bit right channel test.
#
wait_asc To test the audio functionality of your audio card, 1min
type "3"
#
# Wait for intermediate step.
#
wait_asc Playing 8 bit digitized sound. 1min
#
# Wait for "To test the audio functionality of your audio card,..."
# Type <ESC> and "2" to start 16 bit tests.
#
wait_asc To test the audio functionality of your audio card, 1min
type "\0f2"
#
# Wait for "1. Left Channel"
# Type "1" to start 16 bit left channel test.
#
wait_asc 1. Left Channel 1min
type "1"
#
# Wait for intermediate step.
#
wait_asc Playing 16 bit digitized sound. 1min
#
# Wait for "To test the audio functionality of your audio card,..."
# Type "2" to start 16 bit right channel test.
#
wait_asc To test the audio functionality of your audio card, 1min
type "2"
#
# Wait for intermediate step.
#
wait_asc Playing 16 bit digitized sound. 1min
#
# Wait for "To test the audio functionality of your audio card,..."
# Type "2" to start 16 bit right channel test.
#
wait_asc To test the audio functionality of your audio card, 1min
type "3"
#
# Wait for intermediate step.
#
wait_asc Playing 16 bit digitized sound. 1min
#
# Wait for "To test the audio functionality of your audio card,..."
# Type <ESC> and "3" to start synthesizer tests.
#
wait_asc To test the audio functionality of your audio card, 1min
type "\0f3"
#
# Wait for intermediate step.
#
wait_asc Playing synthesized music. 1min
#
# Wait for "To test the audio functionality of your audio card,..."
#
wait_asc To test the audio functionality of your audio card, 2min
#
# Just power-off machine to exit test.
#
power_off
|