Comment 5 for bug 1994498

Revision history for this message
Ivan Hu (ivan.hu) wrote :

Thanks for your analysis log,

Could you try to get the source of FWTS, build and test to see if the issue can be reproduced under ubuntu 22.04?

Source code:
$git clone git://kernel.ubuntu.com/hwe/fwts.git
Configure:
$sudo apt-get build-dep fwts
$autoreconf -ivf
$./configure
Compile: $make
Install: $sudo make install