George N. White III writes:
« HTML content follows »
On Tue, Sep 20, 2022 at 8:57 PM Roger Heflin <URL:mailto:rogerheflin@gmail.comrogerheflin@gmail.com> wrote:
Someone also reported nosound after 5.19.8 so it sounds like a lot of the modules either weren't built (at all or correct) or were not included in the install rpms.
a "find /lib/modules/kernelversion -name "*ko*" -ls | wc -l against it might tell you if the count is significantly different.
% find /lib/modules/5.19.8-200.fc36.x86_64 -name "*ko*" -ls | wc -l 4097 % find /lib/modules/5.19.9-200.fc36.x86_64 -name "*ko*" -ls | wc -l 1878
Cannot reproduce here:
[root@traveler modules]# find 5.19.9-200.fc36.x86_64/ -name '*ko*' -ls | wc - l 3970 [root@traveler modules]# find 5.19.8-200.fc36.x86_64 -name '*ko*' -ls | wc -l 4097
Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: kernel x86_64 5.19.9-200.fc36 updates-released-local 262 k kernel-core x86_64 5.19.9-200.fc36 updates-released-local 50 M kernel-modules x86_64 5.19.9-200.fc36 updates-released-local 58 M Removing: kernel x86_64 5.19.6-200.fc36 @updates-released-local 0 kernel-core x86_64 5.19.6-200.fc36 @updates-released-local 92 M kernel-modules x86_64 5.19.6-200.fc36 @updates-released-local 57 M Removing dependent packages: kernel-modules-extra x86_64 5.19.6-200.fc36 @updates-released-local 3.4 M
The kernel-modules-extra has a few hundred packages only, and there isn't one for 5.19.9.