Dasharo Compatibility: Thunderbolt 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
Thunderbolt docking station
connected to the Thunderbolt port.
TDA001.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 run the following command:
watch -n1 lsusb
-
Connect(or Disconnect) external headset to the 3.5 mm jack on the docking station and note the result.
Expected result
- After connecting the external headset to the 3.5 mm jack, a new entry in
lsusb
command output should appear. - After disconnecting the external headset from the 3.5 mm jack, a headset
entry in
lsusb
command output should disappear.
TDA001.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 then using the left mouse button clickSound Settings
. - Locate the
All sound device
bar and click on it. - Connect(or Disconnect) external headset to the 3.5 mm jack on the docking station and note the result.
Expected result
- After connecting the external headset to the 3.5 mm jack, new entries
regarding the connected headphones should appear in the
Output devices
andInput devices
sections. - After disconnecting the external headset from the 3.5 mm jack, the entries
for connected headset should disappear from the
Output devices
andInput devices
sections.
TDA002.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.
- 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:
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.
TDA002.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. - After the
Which device did you plug in
menu appearing, select what type of external device has been connected to the laptop (headset). - In the volume menu, click the rightmost part of it and note the reult.
Expected result
Sound should be played from the external speakers.
TDA003.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.
- 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:
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
Expected result
The recorded audio clip is recorded correctly and played back.
TDA003.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.
- 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 then using the left mouse button clickSound Settings
. - Locate the
All sound device
bar and click on it. - Select the
Microphone
position in theInput devices
section. - Click on the
Start Test
bar in theInput settings
section. - Create some noise for the DUT to capture and note the result. For example, say something.
- Click on the
Stop Test
bar.
Expected result
- The
Input volume
bar located in theInput settings
section should raise when some noise is being created. - The result of the test after clicking the
Stop Test
bar should be more than 0% of the total volume.