We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b6b30 commit 23ff9dbCopy full SHA for 23ff9db
dasharo-compatibility/acpi-driver.robot
@@ -65,6 +65,13 @@ ACPI001.201 ACPI driver test (Ubuntu)
65
END
66
Detect Or Install Package dkms
67
${out}= Execute Command In Terminal modprobe dasharo-acpi
68
+ IF "modprobe: ERROR: could not insert 'dasharo_acpi'" in """${out}"""
69
+ Log To Console Rebuilding dasharo-acpi DKMS module due to modprobe failure
70
+ Execute Command In Terminal sudo dkms remove dasharo-acpi/0.9.1 --all
71
+ Execute Command In Terminal sudo dkms build dasharo-acpi/0.9.1
72
+ Execute Command In Terminal sudo dkms install dasharo-acpi/0.9.1
73
+ ${out}= Execute Command In Terminal modprobe dasharo-acpi
74
+ END
75
Should Be Empty ${out}
76
Detect Or Install Package lm-sensors
77
${out}= Execute Command In Terminal sensors
0 commit comments