Dasharo Compatibility: Docking station audio
Test cases common documentation
Test setup
- Proceed with the Generic test setup: firmware.
- Proceed with the Generic test setup: OS installer.
- Proceed with the Generic test setup: OS installation.
- Proceed with the Generic test setup: OS boot from disk.
- The docking station connected to the USB-C port.
DAU001.001 Audio recognition (Ubuntu 22.04)
Test description
This test aims to verify that the external headset is properly recognized after plugging in the 3.5 mm jack into the docking station.
Test configuration data
FIRMWARE
= DasharoOPERATING_SYSTEM
= Ubuntu 22.04
Test setup
- Proceed with the Test cases common documentation section.
Test steps
- Power on the DUT.
- Boot into the system.
- Log into the system by using the proper login and password.
- Plug in a headset jack into the docking station.
- When the
Select Audio Device
menu appears, select what type of external device has been connected to the laptop (headset). - Open a terminal window and execute the following command:
amixer -c 0 contents | grep -A 2 'Front Headphone Jack'
- Disconnect the headset from the laptop.
- Execute the following command again:
amixer -c 0 contents | grep -A 2 'Front Headphone Jack'
Expected result
- The output of the first command should not be empty and contains the line:
: values=on
- The output of the second command should not be empty and contains the line:
: values=off
DAU001.002 Audio recognition (Windows 11)
Test description
This test aims to verify that the external headset is properly recognized after plugging in the 3.5 mm jack into the docking station.
Test configuration data
FIRMWARE
= DasharoOPERATING_SYSTEM
= Windows 11
Test setup
- Proceed with the Test cases common documentation section.
Test steps
- Power on the DUT.
- Boot into the system.
- Log into the system by using the proper login and password.
- Plug in a headset jack into the docking station
- After the
Which device did you plug in
menu appearing, select what type of external device has been connected to the laptop (headset). - Find the
Speakers
icon in the bottom right part of the screen and click it using the right mouse button and then using the left mouse button clickOpen Sound Settings
. - Locate
Input
section and click on theDevice properties
option. - In
Device properties
window select optionAdditional device properties
. - Locate in
General
the section field namedJack Information
. - Close the window
Microphone properties
. - Disconnect a headset from the laptop.
- Select again the
Addtional device properties
option and locate again field namedJack information
.
Expected result
Jack Information
field in the first case should show the positionFront Panel 3.5 mm Jack
.- After disconnecting a headset from the laptop and checking again
option
Addtional device properties
fieldJack Information
should not contain the phraseFront Panel 3.5 mm Jack
.
DAU002.001 Audio playback (Ubuntu 22.04)
Test description
This test aims to verify that the audio subsystem is able to playback audio recordings by using the external headset speakers connected to the docking station.
Test configuration data
FIRMWARE
= DasharoOPERATING_SYSTEM
= Ubuntu 22.04
Test setup
- Proceed with the Test cases common documentation section.
Test steps
- Power on the DUT.
- Boot into the system.
- Log into the system by using the proper login and password.
- Plug in a headset jack into the docking station.
- Open a terminal window and execute the following command:
pactl set-sink-mute alsa_output.pci-0000_00_1f.3.analog-stereo 0
pactl set-sink-volume alsa_output.pci-0000_00_1f.3.analog-stereo 65535
speaker-test
Expected result
Sound should be played from the external speakers.
DAU002.002 Audio playback (Windows 11)
Test description
This test aims to verify that the audio subsystem is able to playback audio recordings by using the external headset speakers connected to the docking station.
Test configuration data
FIRMWARE
= DasharoOPERATING_SYSTEM
= Windows 11
Test setup
- Proceed with the Test cases common documentation section.
Test steps
- Power on the DUT.
- Boot into the system.
- Log into the system by using the proper login and password.
- Plug in a headset jack into the docking station.
- Find the
Speakers
icon in the bottom right part of the screen and click it using the left mouse button to open volume menu. - In the volume menu, click the rightmost part of it and note the reult.
Expected result
Sound should be played from the external speakers.
DAU003.001 Audio capture (Ubuntu 22.04)
Test description
This test aims to verify that the audio subsystem is able to capture audio from external headset connected to the docking station.
Test configuration data
FIRMWARE
= DasharoOPERATING_SYSTEM
= Ubuntu 22.04
Test setup
- Proceed with the Test cases common documentation section.
Test steps
- Power on the DUT.
- Boot into the system.
- Log into the system by using the proper login and password.
- Plug in a headset jack into the docking station.
- Open a terminal window and execute the following command:
arecord -f S16_LE -d 10 -r 16000 /tmp/test-mic.wav
- Make some noise for the headset. For example, say something.
- Execute the following command:
aplay /tmp/test-mic.wav
- Execute the following command:
arecord -f S16_LE -d 10 -r 16000 /tmp/test-mic-1.wav
- Make some noise for the DUT. For example tap a few times in the laptop casing.
- Execute the following command:
aplay /tmp/test-mic.wav
Expected result
- During playback of the first recording, all noise that was made for headset should be clearly heard.
- During playback of the second recording, all noise that was made for DUT should be quiet or not heard.
DAU003.002 Audio capture (Windows 11)
Test description
This test aims to verify that the audio subsystem is able to capture audio from external headset connected to the docking station.
Test configuration data
FIRMWARE
= DasharoOPERATING_SYSTEM
= Windows 11
Test setup
- Proceed with the Test cases common documentation section.
Test steps
- Power on the DUT.
- Boot into the system.
- Log into the system by using the proper login and password.
- Plug in a headset jack into the docking station.
- Find the
Speakers
icon in the bottom right part of the screen and click it using the right mouse button and then using the left mouse button clickOpen Sound Settings
. - Locate the
Test your microphone
section and observe it. - Create some noise for the headset to capture and note the result. For example, say something.
- Create some noise for the DUT. For example tap a few times in the laptop casing.
Expected result
- Audio level bar located in the
Test your microphone
should raise when some noise have been created for the headset. - Audio level bar located in the
Test your microphone
should not raise when some noise have been created for the DUT.