HI. On Mon, 15 Jul 2019 08:33:04 -0400 Robert Moskowitz wrote: > Installing: > kernel x86_64 5.1.17-300.fc30 updates 15 k ... > Removing: > kernel x86_64 5.1.12-300.fc30 @updates 0 ... > Removing dependent packages: > kmod-wl-5.1.12-300.fc30.x86_64 x86_64 6.30.223.271-26.fc30 > @@commandline 7.2 M > # uname -r > 5.1.16-300.fc30.x86_64 > # rpm -q kmod-wl > package kmod-wl is not installed This is normal: the name of a kernel kmod RPMs module is ITS_BASE_NAME-$(uname -r) In this case try: rpm -q kmod-wl-5.1.17-300.fc30.x86_64 akmods should have compiled it. You may also call: dnf list installed kernel kmod-\* and verify that a kmod-wl exist for all your kernels. Example for my machine and the nvidia driver: dnf list installed kernel kmod-\* Installed Packages kernel.x86_64 5.0.14-200.fc29 @so-updates kernel.x86_64 5.0.16-300.fc30 @so-updates kernel.x86_64 5.1.16-300.fc30 @so-updates kmod-libs.x86_64 25-5.fc30 @so-fedora kmod-nvidia.x86_64 3:430.26-1.fc30 @so-rpmfusion-nonfree-updates kmod-nvidia-5.0.14-200.fc29.x86_64.x86_64 3:418.74-1.fc30 @@commandline kmod-nvidia-5.0.16-300.fc30.x86_64.x86_64 3:418.74-1.fc30 @@commandline kmod-nvidia-5.1.16-300.fc30.x86_64.x86_64 3:430.26-1.fc30 @@commandline -- francis _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx