Re: nvidia driver is not loaded after f35 to f36 upgrade

2022-06-02 Thread Henrik Nordström
tis 2022-05-17 klockan 07:53 -0400 skrev Nicolas Chauvet:
> 
> One needs to reproduce under a virtual machine (even with no nvidia
> hw). to see what's happen exactly. One thing I suspect is that
> end-users are rebooting too ealier (or maybe system-upgrade did).

Quite likely. I have a vague memory of seeing issues when rebooting
after a kernel upgrade while akmod still was rebuilding and installing
the nvidia modules.

Regards
Henrik
___
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org


Re: nvidia driver is not loaded after f35 to f36 upgrade

2022-05-17 Thread Barry


> On 17 May 2022, at 12:54, Nicolas Chauvet  wrote:
> 
> Le dim. 15 mai 2022 à 17:19, Barry  a écrit :
>> 
>> 
>> 
>> On 15 May 2022, at 15:28, Sérgio Basto  wrote:
>> 
>> 
>> On Sun, 2022-05-15 at 09:53 +0100, Barry Scott wrote:
>> 
>> 
>> On 14/05/2022 10:47, Barry Scott wrote:
>> 
>> I had a working f35 with the rpmfusion nvidia drivers.
>> 
>> After upgade to f36 the nvidia-fallback.service reports that the nvidia
>> driver is missing and mod probes nouveau.
>> 
>> I tried installing xorg-x11-drv-nvidia-cuda, no change.
>> 
>> I tried akmod --force but it says there is nothing to do.
>> 
>> modinfo reports:
>> 
>> $ modinfo -F version nvidia
>> modinfo: ERROR: Module nvidia not found.
>> 
>> I tried systemctl mask nvidia-fallback and then ssh in to the system
>> to do the modprobe manually. It also repoort module nvidia not found.
>> 
>> I see these files:
>> 
>> $ find /lib/modules/5.17.6-300.fc36.x86_64 -name '*nvidia*'
>> /lib/modules/5.17.6-300.fc36.x86_64/kernel/drivers/i2c/busses/i2c-nvidia-gpu.ko.xz
>> /lib/modules/5.17.6-300.fc36.x86_64/kernel/drivers/net/ethernet/nvidia
>> /lib/modules/5.17.6-300.fc36.x86_64/kernel/drivers/platform/x86/nvidia-wmi-ec-backlight.ko.xz
>> /lib/modules/5.17.6-300.fc36.x86_64/kernel/drivers/usb/typec/altmodes/typec_nvidia.ko.xz
>> /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia
>> /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-drm.ko.xz
>> /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-modeset.ko.xz
>> /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-peermem.ko.xz
>> /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-uvm.ko.xz
>> /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia.ko.xz
>> 
>> $ uname -r
>> 5.17.6-300.fc36.x86_64
>> 
>> What do I need to change to make this work?
>> 
>> Barry
>> 
>> 
>> As Leigh guessed I had not read the release notes/common issues.
>> 
>> It says  I need to run depmon -ae to fix this.
>> 
>> Its been so long since rpmfusion has not just-worked for me I'd forgotten to 
>> look at the common issues.
>> 
>> 
>> Hi,
>> Thank you for the compliment , btw I guess it is an issue in 
>> dnf-plugin-system-upgrade
>>   that starts in F35 ...
>> 
>> 
>> Did the nvidia modules that where built by akmod get inherited by the
>> f36 kernel? Should they have been rebuilt against the f36 headers and
>> kernel? That is even if it’s the same kernel version in both f35 and f36.
> 
> fc35 kernel isn't exactaly the same as the fc36, even if they share
> mor e or less the same codebase, they will inherit the dist which in
> the fedora 35 vs 36 means they were built with a different gcc
> version. In fedora kernel, the dist is part of the uname of the kernel
> so a 5.18.5 kernel with always be higher in fc36 than in fc35.

That is exactly what I was thinking.

> 
> From what I suspect on this issue is that the kmod for the updated
> kernel actually get's built during the upgrade most of the time, but
> the post installation snipet is interrupted, so the kmod isn't
> registered as appropriate. (with depmod)
> 
> One needs to reproduce under a virtual machine (even with no nvidia
> hw). to see what's happen exactly. One thing I suspect is that
> end-users are rebooting too ealier (or maybe system-upgrade did).

In my case I used system-upgrade and left it to get on with the upgrade.

Barry

> 
> (I'm currently in vacation, so I won't be able to look at for the next 2 
> weeks).
> ___
> rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
> To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org
___
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org


Re: nvidia driver is not loaded after f35 to f36 upgrade

2022-05-17 Thread Nicolas Chauvet
Le dim. 15 mai 2022 à 17:19, Barry  a écrit :
>
>
>
> On 15 May 2022, at 15:28, Sérgio Basto  wrote:
>
> 
> On Sun, 2022-05-15 at 09:53 +0100, Barry Scott wrote:
>
>
> On 14/05/2022 10:47, Barry Scott wrote:
>
> I had a working f35 with the rpmfusion nvidia drivers.
>
> After upgade to f36 the nvidia-fallback.service reports that the nvidia
> driver is missing and mod probes nouveau.
>
> I tried installing xorg-x11-drv-nvidia-cuda, no change.
>
> I tried akmod --force but it says there is nothing to do.
>
> modinfo reports:
>
> $ modinfo -F version nvidia
> modinfo: ERROR: Module nvidia not found.
>
> I tried systemctl mask nvidia-fallback and then ssh in to the system
> to do the modprobe manually. It also repoort module nvidia not found.
>
> I see these files:
>
> $ find /lib/modules/5.17.6-300.fc36.x86_64 -name '*nvidia*'
> /lib/modules/5.17.6-300.fc36.x86_64/kernel/drivers/i2c/busses/i2c-nvidia-gpu.ko.xz
> /lib/modules/5.17.6-300.fc36.x86_64/kernel/drivers/net/ethernet/nvidia
> /lib/modules/5.17.6-300.fc36.x86_64/kernel/drivers/platform/x86/nvidia-wmi-ec-backlight.ko.xz
> /lib/modules/5.17.6-300.fc36.x86_64/kernel/drivers/usb/typec/altmodes/typec_nvidia.ko.xz
> /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia
> /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-drm.ko.xz
> /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-modeset.ko.xz
> /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-peermem.ko.xz
> /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-uvm.ko.xz
> /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia.ko.xz
>
> $ uname -r
> 5.17.6-300.fc36.x86_64
>
> What do I need to change to make this work?
>
> Barry
>
>
> As Leigh guessed I had not read the release notes/common issues.
>
> It says  I need to run depmon -ae to fix this.
>
> Its been so long since rpmfusion has not just-worked for me I'd forgotten to 
> look at the common issues.
>
>
> Hi,
> Thank you for the compliment , btw I guess it is an issue in 
> dnf-plugin-system-upgrade
>that starts in F35 ...
>
>
> Did the nvidia modules that where built by akmod get inherited by the
> f36 kernel? Should they have been rebuilt against the f36 headers and
> kernel? That is even if it’s the same kernel version in both f35 and f36.

fc35 kernel isn't exactaly the same as the fc36, even if they share
mor e or less the same codebase, they will inherit the dist which in
the fedora 35 vs 36 means they were built with a different gcc
version. In fedora kernel, the dist is part of the uname of the kernel
so a 5.18.5 kernel with always be higher in fc36 than in fc35.

From what I suspect on this issue is that the kmod for the updated
kernel actually get's built during the upgrade most of the time, but
the post installation snipet is interrupted, so the kmod isn't
registered as appropriate. (with depmod)

One needs to reproduce under a virtual machine (even with no nvidia
hw). to see what's happen exactly. One thing I suspect is that
end-users are rebooting too ealier (or maybe system-upgrade did).

(I'm currently in vacation, so I won't be able to look at for the next 2 weeks).
___
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org


Re: nvidia driver is not loaded after f35 to f36 upgrade

2022-05-15 Thread Sérgio Basto
On Sun, 2022-05-15 at 22:18 +0100, Barry wrote:
> 
> 
> > On 15 May 2022, at 15:28, Sérgio Basto  wrote:
> > 
> >  
> > On Sun, 2022-05-15 at 09:53 +0100, Barry Scott wrote:
> > > 
> > > On 14/05/2022 10:47, Barry Scott wrote:
> > >  
> > > > 
> > > > I had a working f35 with the rpmfusion nvidia drivers.
> > > > After upgade to f36 the nvidia-fallback.service reports that
> > > > the nvidia
> > > > driver is missing and mod probes nouveau.
> > > > I tried installing xorg-x11-drv-nvidia-cuda, no change.
> > > > I tried akmod --force but it says there is nothing to do.
> > > > modinfo reports:
> > > > $ modinfo -F version nvidia 
> > > > modinfo: ERROR: Module nvidia not found.
> > > > 
> > > > I tried systemctl mask nvidia-fallback and then ssh in to the
> > > > system
> > > > to do the modprobe manually. It also repoort module nvidia not
> > > > found.
> > > > I see these files:
> > > > $ find /lib/modules/5.17.6-300.fc36.x86_64 -name '*nvidia*'
> > > >  
> > > > /lib/modules/5.17.6-
> > > > 300.fc36.x86_64/kernel/drivers/i2c/busses/i2c-nvidia-gpu.ko.xz 
> > > > /lib/modules/5.17.6-
> > > > 300.fc36.x86_64/kernel/drivers/net/ethernet/nvidia 
> > > > /lib/modules/5.17.6-
> > > > 300.fc36.x86_64/kernel/drivers/platform/x86/nvidia-wmi-ec-
> > > > backlight.ko.xz 
> > > > /lib/modules/5.17.6-
> > > > 300.fc36.x86_64/kernel/drivers/usb/typec/altmodes/typec_nvidia.
> > > > ko.xz 
> > > > /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia 
> > > > /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-
> > > > drm.ko.xz 
> > > > /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-
> > > > modeset.ko.xz 
> > > > /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-
> > > > peermem.ko.xz 
> > > > /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-
> > > > uvm.ko.xz 
> > > > /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia.ko.xz 
> > > > 
> > > > $ uname -r 
> > > > 5.17.6-300.fc36.x86_64 
> > > > 
> > > > What do I need to change to make this work?
> > > > Barry
> > > 
> > > As Leigh guessed I had not read the release notes/common issues.
> > > It says  I need to run depmon -ae to fix this.
> > > Its been so long since rpmfusion has not just-worked for me I'd
> > > forgotten to look at the common issues.
> > 
> > 
> > Hi,
> > Thank you for the compliment , btw I guess it is an issue in dnf-
> > plugin-system-upgrade
> >    that starts in F35 ... 
> 
> Did the nvidia modules that where built by akmod get inherited by the
> f36 kernel? Should they have been rebuilt against the f36 headers and
> kernel? That is even if it’s the same kernel version in both f35 and
> f36

I don't know yet for sure , seems kmods were built but the log file is
not there.
so of course the most safe is remove kmods and build it again or
install a new kernel with new kmods ... 


> Barry
> > > Barry
> > > 
> > > > 
> > > > 
> > > > 
> > > > ___
> > > > rpmfusion-developers mailing list --
> rpmfusion-developers@lists.rpmfusion.org
> > > > To unsubscribe send an email to
> rpmfusion-developers-le...@lists.rpmfusion.org
> > > ___
> > > rpmfusion-developers mailing list --
> > > rpmfusion-developers@lists.rpmfusion.org
> > > To unsubscribe send an email to
> > > rpmfusion-developers-le...@lists.rpmfusion.org
> > 
> > 
> > ___
> > rpmfusion-developers mailing list --
> > rpmfusion-developers@lists.rpmfusion.org
> > To unsubscribe send an email to 
> > rpmfusion-developers-le...@lists.rpmfusion.org

-- 
Sérgio M. B.
___
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org


Re: nvidia driver is not loaded after f35 to f36 upgrade

2022-05-15 Thread Barry


> On 15 May 2022, at 15:28, Sérgio Basto  wrote:
> 
> 
>> 
>> On Sun, 2022-05-15 at 09:53 +0100, Barry Scott wrote:
>> 
>>> On 14/05/2022 10:47, Barry Scott wrote:
>>> 
>>> I had a working f35 with the rpmfusion nvidia drivers.
>>> 
>>> After upgade to f36 the nvidia-fallback.service reports that the nvidia
>>> driver is missing and mod probes nouveau.
>>> 
>>> I tried installing xorg-x11-drv-nvidia-cuda, no change.
>>> 
>>> I tried akmod --force but it says there is nothing to do.
>>> 
>>> modinfo reports:
>>> 
>>> $ modinfo -F version nvidia 
>>> modinfo: ERROR: Module nvidia not found.
>>> 
>>> I tried systemctl mask nvidia-fallback and then ssh in to the system
>>> to do the modprobe manually. It also repoort module nvidia not found.
>>> 
>>> I see these files:
>>> 
>>> $ find /lib/modules/5.17.6-300.fc36.x86_64 -name '*nvidia*'  
>>> /lib/modules/5.17.6-300.fc36.x86_64/kernel/drivers/i2c/busses/i2c-nvidia-gpu.ko.xz
>>>  
>>> /lib/modules/5.17.6-300.fc36.x86_64/kernel/drivers/net/ethernet/nvidia 
>>> /lib/modules/5.17.6-300.fc36.x86_64/kernel/drivers/platform/x86/nvidia-wmi-ec-backlight.ko.xz
>>>  
>>> /lib/modules/5.17.6-300.fc36.x86_64/kernel/drivers/usb/typec/altmodes/typec_nvidia.ko.xz
>>>  
>>> /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia 
>>> /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-drm.ko.xz 
>>> /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-modeset.ko.xz 
>>> /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-peermem.ko.xz 
>>> /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-uvm.ko.xz 
>>> /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia.ko.xz 
>>> 
>>> $ uname -r 
>>> 5.17.6-300.fc36.x86_64 
>>> 
>>> What do I need to change to make this work?
>>> 
>>> Barry
>>> 
>> 
>> As Leigh guessed I had not read the release notes/common issues.
>> 
>> It says  I need to run depmon -ae to fix this.
>> 
>> Its been so long since rpmfusion has not just-worked for me I'd forgotten to 
>> look at the common issues.
>> 
> 
> Hi,
> Thank you for the compliment , btw I guess it is an issue in 
> dnf-plugin-system-upgrade
>that starts in F35 ... 

Did the nvidia modules that where built by akmod get inherited by the
f36 kernel? Should they have been rebuilt against the f36 headers and
kernel? That is even if it’s the same kernel version in both f35 and f36.

Barry
>> Barry
>> 
>> 
>>> 
>>> 
>>> 
>>> ___
>>> rpmfusion-developers mailing list -- 
>>> rpmfusion-developers@lists.rpmfusion.org
>>> To unsubscribe send an email to 
>>> rpmfusion-developers-le...@lists.rpmfusion.org
>> ___
>> rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
>> To unsubscribe send an email to 
>> rpmfusion-developers-le...@lists.rpmfusion.org
> 
> -- 
> Sérgio M. B.
> ___
> rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
> To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org
___
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org


Re: nvidia driver is not loaded after f35 to f36 upgrade

2022-05-15 Thread Sérgio Basto
On Sun, 2022-05-15 at 09:53 +0100, Barry Scott wrote:
> 
> On 14/05/2022 10:47, Barry Scott wrote:
>  
> > 
> > I had a working f35 with the rpmfusion nvidia drivers.
> > After upgade to f36 the nvidia-fallback.service reports that the
> > nvidia
> > driver is missing and mod probes nouveau.
> > I tried installing xorg-x11-drv-nvidia-cuda, no change.
> > I tried akmod --force but it says there is nothing to do.
> > modinfo reports:
> > $ modinfo -F version nvidia 
> > modinfo: ERROR: Module nvidia not found.
> > 
> > I tried systemctl mask nvidia-fallback and then ssh in to the
> > system
> > to do the modprobe manually. It also repoort module nvidia not
> > found.
> > I see these files:
> > $ find /lib/modules/5.17.6-300.fc36.x86_64 -name '*nvidia*'
> >  
> > /lib/modules/5.17.6-300.fc36.x86_64/kernel/drivers/i2c/busses/i2c-
> > nvidia-gpu.ko.xz 
> > /lib/modules/5.17.6-
> > 300.fc36.x86_64/kernel/drivers/net/ethernet/nvidia 
> > /lib/modules/5.17.6-
> > 300.fc36.x86_64/kernel/drivers/platform/x86/nvidia-wmi-ec-
> > backlight.ko.xz 
> > /lib/modules/5.17.6-
> > 300.fc36.x86_64/kernel/drivers/usb/typec/altmodes/typec_nvidia.ko.x
> > z 
> > /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia 
> > /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-drm.ko.xz 
> > /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-
> > modeset.ko.xz 
> > /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-
> > peermem.ko.xz 
> > /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-uvm.ko.xz 
> > /lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia.ko.xz 
> > 
> > $ uname -r 
> > 5.17.6-300.fc36.x86_64 
> > 
> > What do I need to change to make this work?
> > Barry
> 
> As Leigh guessed I had not read the release notes/common issues.
> It says  I need to run depmon -ae to fix this.
> Its been so long since rpmfusion has not just-worked for me I'd
> forgotten to look at the common issues.

Hi,
Thank you for the compliment , btw I guess it is an issue in dnf-
plugin-system-upgrade
   that starts in F35 ... 
> Barry
>  
> > 
> > 
> > 
> > ___
> > rpmfusion-developers mailing list -- 
> > rpmfusion-developers@lists.rpmfusion.org
> > To unsubscribe send an email to 
> > rpmfusion-developers-le...@lists.rpmfusion.org
> ___
> rpmfusion-developers mailing list --
> rpmfusion-developers@lists.rpmfusion.org
> To unsubscribe send an email to
> rpmfusion-developers-le...@lists.rpmfusion.org

-- 
Sérgio M. B.
___
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org


Re: nvidia driver is not loaded after f35 to f36 upgrade

2022-05-15 Thread Barry Scott


On 14/05/2022 10:47, Barry Scott wrote:


I had a working f35 with the rpmfusion nvidia drivers.

After upgade to f36 the nvidia-fallback.service reports that the nvidia
driver is missing and mod probes nouveau.

I tried installing xorg-x11-drv-nvidia-cuda, no change.

I tried akmod --force but it says there is nothing to do.

modinfo reports:

$ modinfo -F version nvidia
modinfo: ERROR: Module nvidia not found.

I tried systemctl mask nvidia-fallback and then ssh in to the system
to do the modprobe manually. It also repoort module nvidia not found.

I see these files:

$ find /lib/modules/5.17.6-300.fc36.x86_64 -name '*nvidia*'
/lib/modules/5.17.6-300.fc36.x86_64/kernel/drivers/i2c/busses/i2c-nvidia-gpu.ko.xz 


/lib/modules/5.17.6-300.fc36.x86_64/kernel/drivers/net/ethernet/nvidia
/lib/modules/5.17.6-300.fc36.x86_64/kernel/drivers/platform/x86/nvidia-wmi-ec-backlight.ko.xz 

/lib/modules/5.17.6-300.fc36.x86_64/kernel/drivers/usb/typec/altmodes/typec_nvidia.ko.xz 


/lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia
/lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-drm.ko.xz
/lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-modeset.ko.xz
/lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-peermem.ko.xz
/lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-uvm.ko.xz
/lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia.ko.xz

$ uname -r
5.17.6-300.fc36.x86_64

What do I need to change to make this work?

Barry



As Leigh guessed I had not read the release notes/common issues.

It says  I need to run depmon -ae to fix this.

Its been so long since rpmfusion has not just-worked for me I'd 
forgotten to look at the common issues.


Barry




___
rpmfusion-developers mailing list --rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email torpmfusion-developers-le...@lists.rpmfusion.org___
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org


Re: nvidia driver is not loaded after f35 to f36 upgrade

2022-05-14 Thread Leigh Scott

Did you even bother to read common issues?


https://rpmfusion.org/CommonBugs


On 14/05/2022 10:47, Barry Scott wrote:


I had a working f35 with the rpmfusion nvidia drivers.

After upgade to f36 the nvidia-fallback.service reports that the nvidia
driver is missing and mod probes nouveau.

I tried installing xorg-x11-drv-nvidia-cuda, no change.

I tried akmod --force but it says there is nothing to do.

modinfo reports:

$ modinfo -F version nvidia
modinfo: ERROR: Module nvidia not found.

I tried systemctl mask nvidia-fallback and then ssh in to the system
to do the modprobe manually. It also repoort module nvidia not found.

I see these files:

$ find /lib/modules/5.17.6-300.fc36.x86_64 -name '*nvidia*'
/lib/modules/5.17.6-300.fc36.x86_64/kernel/drivers/i2c/busses/i2c-nvidia-gpu.ko.xz 


/lib/modules/5.17.6-300.fc36.x86_64/kernel/drivers/net/ethernet/nvidia
/lib/modules/5.17.6-300.fc36.x86_64/kernel/drivers/platform/x86/nvidia-wmi-ec-backlight.ko.xz 

/lib/modules/5.17.6-300.fc36.x86_64/kernel/drivers/usb/typec/altmodes/typec_nvidia.ko.xz 


/lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia
/lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-drm.ko.xz
/lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-modeset.ko.xz
/lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-peermem.ko.xz
/lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia-uvm.ko.xz
/lib/modules/5.17.6-300.fc36.x86_64/extra/nvidia/nvidia.ko.xz

$ uname -r
5.17.6-300.fc36.x86_64

What do I need to change to make this work?

Barry



___
rpmfusion-developers mailing list --rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email torpmfusion-developers-le...@lists.rpmfusion.org___
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org