[SRU] Asus Vivobook S15 hwe-qcom-x1e-meta modsignature doesn't work
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
ubuntu-x1e-settings (Ubuntu) | Status tracked in Questing | |||||
Plucky |
Fix Committed
|
Undecided
|
Unassigned | |||
Questing |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
[ Summary ]
hwe-qcom-x1e-meta should automatically get installed during Ubuntu installation on supported laptops. This works by using modalias signatures in d/hwe-qcom-
The current matching pattern for the Asus Vivobook is:
dmi:bvnASUSTe
This is incorrect, since bvn is the BIOS vendor field which is not actually ASUS. The actual content of /sys/devices/
dmi:bvnInsyde:
This is easily fixed by adjusting the pattern to sth like:
dmi:*
[ User Impact ]
user tries to install Ubuntu 25.04 on an Asus Vivobook. Installer boots and everything looks fine but when they try to boot into the installed system it won't work. This is because the modalias didn't match, the ubuntu-x1e-settings package wasn't automatically installed and now they are missing configuration files without which the system won't boot.
[ Test Plan ]
Someone with access to the hardware can verify the validity of the new pattern with the following script:
for l in $(find /sys -name modalias -print0 | xargs -0 cat); do if [[ $l == dmi:*:svnASUSTe
Once a fix is in proposed, "ubuntu-drivers list" should return hwe-qcom-x1e-meta on the affected machine with proposed enabled.
Testing the -proposed package in the installer might be tricky and not feasible.
Instead, since the fix is already in Questing, I propose we ask someone with access to the hardware to test if the Questing daily image installation works as expected and use that as confirmation that the fix works.
I asked for test feedback on discourse, see https:/
Once the changes are in 25.04 we can also ensure that the installer there works as expected.
[ Regression Potential ]
Close to none. The current pattern doesn't work, a patch would only touch that. In the worst case it will still not work, it can't affect any other devices.
[ References ]
Previous discussion on discourse:
https:/
Related branches
- Mate Kukri (community): Approve
- Zixing Liu (community): Approve
- git-ubuntu import: Pending requested
-
Diff: 25 lines (+7/-1)2 files modifieddebian/changelog (+6/-0)
debian/hwe-qcom-x1e-meta.modaliases (+1/-1)
summary: |
- Asus Vivobook S15 hwe-qcom-x1e-meta modsignature doesn't work + [SRU] Asus Vivobook S15 hwe-qcom-x1e-meta modsignature doesn't work |
Changed in ubuntu-x1e-settings (Ubuntu): | |
status: | New → Triaged |
Changed in ubuntu-x1e-settings (Ubuntu Plucky): | |
status: | New → Fix Committed |
description: | updated |
description: | updated |
description: | updated |
description: | updated |
description: | updated |
This bug was fixed in the package ubuntu-x1e-settings - 25.10.0
---------------
ubuntu-x1e-settings (25.10.0) questing; urgency=medium
* Fix Asus Vivobook modalias pattern (LP: #2107692)
-- Tobias Heider <email address hidden> Mon, 28 Apr 2025 11:30:18 +0200