Re: nvidia driver disabled ion F36 upgrade?

2022-05-17 Thread John Pilkington

On 15/05/2022 15:21, Barry wrote:




On 14 May 2022, at 09:15, Barry Scott  wrote:

I have been using the nvidia driver from rpmfusion on f35 without problem.

Just upgraded to F36 and its using nouveau.

There is a nvidia-fallback service that ran and did the modprobe nouveau.
(Nice that this is here as a fallback)

Anyone know why the rpmfusion driver is not automatically loaded after
the upgrade?


If I had read the rpmfusion common issues then I would have learned that
I needed to do a depmod -ae to get things working. Thanks to Leigh who
Appointed me to the docs.

All the code and modules had been built for the kernel, but  depmod does
not happen for some upgrades.

Barry



Barry

I just had a similar experience upgrading from F34 to F35 using the dnf 
plugin.  The rpmfusion nvidia-470xx driver packages (for GT710 cards) 
were upgraded and installed, but nouveau was active after the reboot, 
and the low screen resolution could not be reset.  Both systems are ok 
now, in X11, but one needed reinstallation of the packages quoted for 
'Legacy GeForce 600/700' at https://rpmfusion.org/Howto/NVIDIA.


John P
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: nvidia driver disabled ion F36 upgrade?

2022-05-15 Thread Barry


> On 14 May 2022, at 09:15, Barry Scott  wrote:
> 
> I have been using the nvidia driver from rpmfusion on f35 without problem.
> 
> Just upgraded to F36 and its using nouveau.
> 
> There is a nvidia-fallback service that ran and did the modprobe nouveau.
> (Nice that this is here as a fallback)
> 
> Anyone know why the rpmfusion driver is not automatically loaded after
> the upgrade?

If I had read the rpmfusion common issues then I would have learned that
I needed to do a depmod -ae to get things working. Thanks to Leigh who
Appointed me to the docs.

All the code and modules had been built for the kernel, but  depmod does
not happen for some upgrades.

Barry

> 
> Barry
> 
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: nvidia driver disabled ion F36 upgrade?

2022-05-15 Thread Samuel Sieb

On 5/14/22 23:39, Joe Zeff wrote:

On 5/15/22 00:17, Samuel Sieb wrote:


The akmod still has to compile against the current kernel.  If the 
module source isn't compatible with the new kernel, the compile will 
fail.


If the akmod won't work against the newest kernel, that will be fixed 
before the kernel is released, because that would be a major show-stopper.


Well, that's up to NVidia.  Fedora isn't going to delay a kernel release 
just because a proprietary external kernel module hasn't been updated.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: nvidia driver disabled ion F36 upgrade?

2022-05-15 Thread Joe Zeff

On 5/15/22 00:17, Samuel Sieb wrote:


The akmod still has to compile against the current kernel.  If the 
module source isn't compatible with the new kernel, the compile will fail.


If the akmod won't work against the newest kernel, that will be fixed 
before the kernel is released, because that would be a major show-stopper.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: nvidia driver disabled ion F36 upgrade?

2022-05-15 Thread Samuel Sieb

On 5/14/22 22:05, Joe Zeff wrote:

On 5/14/22 22:08, Samuel Sieb wrote:


Maybe the new kernel isn't supported yet.


That's only a problem with the kmod, and it's the reason for the akmond.


The akmod still has to compile against the current kernel.  If the 
module source isn't compatible with the new kernel, the compile will fail.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: nvidia driver disabled ion F36 upgrade?

2022-05-14 Thread Joe Zeff

On 5/14/22 22:08, Samuel Sieb wrote:


Maybe the new kernel isn't supported yet.


That's only a problem with the kmod, and it's the reason for the akmond.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: nvidia driver disabled ion F36 upgrade?

2022-05-14 Thread Samuel Sieb

On 5/14/22 01:15, Barry Scott wrote:

I have been using the nvidia driver from rpmfusion on f35 without problem.

Just upgraded to F36 and its using nouveau.

There is a nvidia-fallback service that ran and did the modprobe nouveau.
(Nice that this is here as a fallback)

Anyone know why the rpmfusion driver is not automatically loaded after
the upgrade?


Maybe the new kernel isn't supported yet.  Try running "akmods" and see 
what happens.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


nvidia driver disabled ion F36 upgrade?

2022-05-14 Thread Barry Scott
I have been using the nvidia driver from rpmfusion on f35 without problem.

Just upgraded to F36 and its using nouveau.

There is a nvidia-fallback service that ran and did the modprobe nouveau.
(Nice that this is here as a fallback)

Anyone know why the rpmfusion driver is not automatically loaded after
the upgrade?

Barry
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure