~ubuntu-branches/ubuntu/precise/checkbox/precise

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
plugin: manual
name: mouse
requires: device.category == 'MOUSE'
_description:
 Moving the mouse should move the cursor on the screen.
 .
 Is your mouse working properly?

plugin: manual
name: keyboard
command: keyboard_test
requires: device.category == 'KEYBOARD'
_description:
 Select Test to open a text area where to type keys on your keyboard.
 .
 Is your keyboard working properly?

plugin: manual
name: alsa_record_playback_usb
requires:
 device.category == 'AUDIO'
 package.name == 'alsa-base'
command: alsa_record_playback
_description:
 Connect a USB audio device to your system.  Then open the volume control application by left-clicking on the speaker icon in the panel and selecting "Sound Preferences".  Select the "Input" tab and choose your USB device.  Select the "Output" tab and choose your USB device.  When you are done, select Test, then speak into the microphone.  After a few seconds, your speech will be played back to you.
 .
 Did you hear your speech played back?