← Back to team overview

kubuntu-council team mailing list archive

[Merge] ~alexghiti/ubuntu-manual-tests:int/alex/fix_licheerv_wifi into ubuntu-manual-tests:main

 

Alexandre Ghiti has proposed merging ~alexghiti/ubuntu-manual-tests:int/alex/fix_licheerv_wifi into ubuntu-manual-tests:main.

Requested reviews:
  Ubuntu Testcase Admins (ubuntu-testcase)

For more details, see:
https://code.launchpad.net/~alexghiti/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/431828
-- 
Your team Ubuntu Testcase Admins is requested to review the proposed merge of ~alexghiti/ubuntu-manual-tests:int/alex/fix_licheerv_wifi into ubuntu-manual-tests:main.
diff --git a/testcases/image/1756_Install LicheeRV b/testcases/image/1756_Install LicheeRV
index 69b71cb..1f23e4b 100755
--- a/testcases/image/1756_Install LicheeRV
+++ b/testcases/image/1756_Install LicheeRV
@@ -21,9 +21,41 @@ The scope of this test is to ensure that riscv64+licheerv image boots from SD ca
         <dd>Set new password</dd>
         <dd>Confirm the new password</dd>
     <dt>Perform Wifi testing</dt>
+        <dd>Make sure licheerv-rtl8723ds-dkms is installed, otherwise, install it: </dd>
+        <dd>$ sudo apt install licheerv-rtl8723ds-dkms </dd>
+        <dd>It will take quite some time to build, the output of the above command should look like this:.</dd>
+        <dd>Preparing to unpack licheerv-rtl8723ds-dkms </dd>
+        <dd>Module licheerv-rtl8723ds-1.0 for kernel 5.17.0-1003-allwinner </dd>
+        <dd>Unpacking licheerv-rtl8723ds-dkms (1.0-0ubuntu1) ... </dd>
+        <dd>Setting up licheerv-rtl8723ds-dkms (1.0-0ubuntu1) ... </dd>
+        <dd>Loading new licheerv-rtl8723ds-1.0 DKMS files... </dd>
+        <dd>Building for 5.17.0-1003-allwinner </dd>
+        <dd>Building initial module for 5.17.0-1003-allwinner </dd>
+        <dd>Done.</dd>
+        <dd>8723ds.ko:</dd>
+        <dd>Running module version sanity check.</dd>
+        <dd> - Original module</dd>
+        <dd>   - No original module exists within this kernel</dd>
+        <dd> - Installation</dd>
+        <dd>   - Installing to /lib/modules/5.17.0-1003-allwinner/updates/dkms/</dd>
+        <dd>depmod........................</dd>
         <dd>You should see a wlan0 interface by typing:</dd>
         <dd>$ ip a </dd>
-        <dd>Try to connect to local network by using the following netplan configuration file</dd>
+        <dd>1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group defaul0</dd>
+        <dd>    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00</dd>
+        <dd>    inet 127.0.0.1/8 scope host lo</dd>
+        <dd>       valid_lft forever preferred_lft forever</dd>
+        <dd>    inet6 ::1/128 scope host</dd>
+        <dd>       valid_lft forever preferred_lft forever</dd>
+        <dd>2: usb0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOW0</dd>
+        <dd>    link/ether ae:12:05:64:8e:2c brd ff:ff:ff:ff:ff:ff</dd>
+        <dd>3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group def0</dd>
+        <dd>    link/ether 34:20:03:2a:0d:0c brd ff:ff:ff:ff:ff:ff</dd>
+        <dd>    inet 192.168.1.28/24 metric 600 brd 192.168.1.255 scope global dynamic wlan0</dd>
+        <dd>       valid_lft 86393sec preferred_lft 86393sec</dd>
+        <dd>    inet6 fe80::3620:3ff:fe2a:d0c/64 scope link</dd>
+        <dd>       valid_lft forever preferred_lft forever</dd>
+        <dd>Try to connect to local network by using the following netplan configuration file to store at /etc/netplan/wifi.yaml</dd>
         <dd> network:</dd>
         <dd>  version: 2</dd>
         <dd>  renderer: networkd</dd>

Follow ups