Dasharo Compatibility: M.2 WiFi/Bluetooth
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.
WLE001.001 Wireless card detection (Ubuntu 22.04)
Test description
This test aims to verify that the Wi-Fi/Bluetooth card is enumerated correctly and can be detected from the operating system.
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.
- Open a terminal window and execute the following command:
lspci | grep "Network Controller"
Expected result
The output of the command should contain information about mounted on the board network controller.
Example output:
2f:00.0 Network controller: Intel Corporation Wi-Fi 6 AX201 (rev 1a)
WLE001.002 Wireless card detection (Windows 11)
Test description
This test aims to verify that the Wi-Fi/Bluetooth card is enumerated correctly and can be detected from the operating system.
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.
-
Open PowerShell and execute following command:
Get-PnpDevice -PresentOnly | Select-String -Pattern "Wi-Fi"
-
Note the result.
Expected result
The output of the command should contain information about mounted on the board network controller.
Example output:
Intel(R) Wi-Fi 6AX200 160MHz
WLE002.001 Wi-Fi scanning (Ubuntu 22.04)
Test description
This test aims to verify that the Wi-Fi functionality of card is initialized correctly and can be used from within the operating system.
Test configuration data
FIRMWARE
= DasharoOPERATING_SYSTEM
= Ubuntu 22.04
Test setup
- Proceed with the Test cases common documentation section.
- Make sure to have any Wi-Fi signal available.
Test steps
- Power on the DUT.
- Boot into the system.
- Log into the system by using the proper login and password.
- Open a terminal window and execute the following commands as root:
nmcli radio wifi on
nmcli device wifi rescan
# Wait ~5 seconds
nmcli device wifi list
Expected result
The output of the last command should return a list of available Wi-Fi networks, for example:
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
XX:XX:XX:XX:XX:XX DIRECT-ny Infra 6 65 Mbit/s 75 ▂▄▆_ WPA2
* XX:XX:XX:XX:XX:XX 3mdeb_abr_5GHz Infra 48 405 Mbit/s 72 ▂▄▆_ WPA2
XX:XX:XX:XX:XX:XX 3mdeb_abr Infra 11 54 Mbit/s 69 ▂▄▆_ WPA2
XX:XX:XX:XX:XX:XX FunBox2-F9BF_2.4GHz Infra 1 130 Mbit/s 50 ▂▄__ WPA1 WPA2
XX:XX:XX:XX:XX:XX H_Office Infra 2 270 Mbit/s 35 ▂▄__ WPA2
XX:XX:XX:XX:XX:XX DIRECT-xpPhaser 3330 Infra 1 65 Mbit/s 34 ▂▄__ WPA2
XX:XX:XX:XX:XX:XX Orange_Swiatlowod_A79A Infra 108 540 Mbit/s 32 ▂▄__ WPA2
XX:XX:XX:XX:XX:XX DIRECT-KRM288x Series Infra 11 54 Mbit/s 22 ▂___ WPA2
XX:XX:XX:XX:XX:XX Orange_Swiatlowod_A79A Infra 11 130 Mbit/s 20 ▂___ WPA2
XX:XX:XX:XX:XX:XX DIRECT-ejPhaser 3330 Infra 1 65 Mbit/s 17 ▂___ WPA2
XX:XX:XX:XX:XX:XX NED-WIFI Infra 11 270 Mbit/s 17 ▂___ WPA2
WLE002.002 Wi-Fi scanning (Windows 11)
Test description
This test aims to verify that the Wi-Fi functionality of card is initialized correctly and can be used from within the operating system.
Test configuration data
FIRMWARE
= DasharoOPERATING_SYSTEM
= Windows 11
Test setup
- Proceed with the Test cases common documentation section.
- Make sure to have any Wi-Fi signal available
Test steps
- Power on the DUT.
- Boot into the system.
- Log into the system by using the proper login and password.
-
Open PowerShell and execute following command:
netsh wlan show network
-
Note the result.
Expected result
The output of the command should return a list of available Wi-Fi networks.
Output example:
SSID 1 : Orange_Swiatlowod_A79A
Network type : Infrastructure
Authentication : WPA2-Personal
Encryption : CCMP
SSID 2 : DIRECT-Y9Phaser 3330
Network type : Infrastructure
Authentication : WPA2-Personal
Encryption : CCMP
SSID 3 : 3mdeb_abr_5GHz
Network type : Infrastructure
Authentication : WPA2-Personal
Encryption : CCMP
SSID 4 : 3mdeb_abr
Network type : Infrastructure
Authentication : WPA2-Personal
Encryption : CCMP
WLE003.001 Bluetooth scanning (Ubuntu 22.04)
Test description
This test aims to verify that the Bluetooth functionality of card is initialized correctly and can be used from within the operating system.
Test configuration data
FIRMWARE
= DasharoOPERATING_SYSTEM
= Ubuntu 22.04
Test setup
- Proceed with the Test cases common documentation section.
- Enable Bluetooth and make it discoverable in any device nearby DUT.
Test steps
- Power on the DUT.
- Boot into the system.
- Log into the system by using the proper login and password.
- Open a terminal window and execute the following commands:
bluetoothctl
power on
scan on
# Wait ~5 seconds
devices
Expected result
The output of the last command should return a list of detectable Bluetooth devices, for example:
Device XX:XX:XX:XX:XX:XX Device 1
Device XX:XX:XX:XX:XX:XX Wojtek N
Device XX:XX:XX:XX:XX:XX Mi Smart Band 4
Device XX:XX:XX:XX:XX:XX Galaxy Watch4 Classic (PHLM)
Device XX:XX:XX:XX:XX:XX Galaxy Watch4 Classic (PHLM)
Device XX:XX:XX:XX:XX:XX Device 2
Device XX:XX:XX:XX:XX:XX [Signage] Samsung QMR Series
Device XX:XX:XX:XX:XX:XX [Signage] Samsung QMR Series
Device XX:XX:XX:XX:XX:XX Device 3
Device XX:XX:XX:XX:XX:XX Device 4
Device XX:XX:XX:XX:XX:XX Device 5
Device XX:XX:XX:XX:XX:XX Device 6
WLE003.002 Bluetooth scanning (Windows 11)
Test description
This test aims to verify that the Bluetooth functionality of card is initialized correctly and can be used from within the operating system.
Test configuration data
FIRMWARE
= DasharoOPERATING_SYSTEM
= Windows 11
Test setup
- Proceed with the Test cases common documentation section.
- Enable Bluetooth and make it discoverable in any device nearby DUT
Test steps
- Power on the DUT.
- Boot into the system.
- Log into the system by using the proper login and password.
- Enter
Notification Center
in the bottom right part of the screen. - Using right mouse button, click on the Bluetooth icon.
- In shown drop-down menu click
Go to settings
. - Click the
+
icon described asAdd Bluetooth or other device
. - In the
Add a device
menu, clickBluetooth
. - Wait a few moments until DUT scans for nearby Bluetooth devices and note the result.
Expected result
Available Bluetooth devices should appear in the Add a device
window.