* Added HFS+ to udevil's allowed types. * Added mediainfo to meet photorec-sort requirements * Removed git * Switched out Chromium for Midori * Size reduction test * hw-diags now tests USB drives (except ARCH drives) * mount-all-volumes no longer opens the file browser Bugfix: mount-backup-shares should now work.
11 lines
237 B
Bash
11 lines
237 B
Bash
#!/bin/bash
|
|
#
|
|
## WK HW diagnostics - Audio (Stereo)
|
|
|
|
# Unmute and set volume
|
|
amixer -q set "Master" 80% unmute
|
|
amixer -q set "PCM" 90% unmute
|
|
|
|
speaker-test -c 2 -l 1 -t pink
|
|
# speaker-test -c 2 -l 1 -t sine
|
|
speaker-test -c 2 -l 1 -t wav
|