Re: Help building custom kernel RPM.

2022-09-03 Thread edmond pilon
I have to rebuild every new kernel because of the simple-drm module issue. I modify my config with the file /rpmbuild/SOURCES/kernel-local kernel-local : # This file is intentionally left empty in the stock kernel. Its a nicety # added for those wanting to do custom rebuilds with altered config o

Re: unclean kernel remove

2021-11-27 Thread edmond pilon
I have this issue for a long time. After erasing each kernel , i have to delete /lib/modules directory manually. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of

Re: Rawhide kernel crash

2021-11-08 Thread edmond pilon
CONFIG_SYSFB_SIMPLEFB=y CONFIG_DRM_SIMPLEDRM=m # CONFIG_FB_SIMPLE is not set Fix the issue. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.

Re: Rawhide kernel crash

2021-11-07 Thread edmond pilon
Thanks for your investigations. I will do like you , build a custom kernel. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org

Re: Rawhide kernel crash

2021-11-06 Thread edmond pilon
You are right. Thanks. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: http

Re: Rawhide kernel crash

2021-11-06 Thread edmond pilon
Thanks for your reply. I have a GTX 1080 and 495.44 drivers. The crash happens just after the same warning as you. I'm running the 5.15 rc6 kernel without issue. The boot problems started since 5.15 rc7 upgrade , and the only differences between this versions are : - Enable CONFIG_FAIL_

Rawhide kernel crash

2021-11-06 Thread edmond pilon
Has anyone tried the last kernel-5.15.0-60.fc36. I have crashes at boot with this kernel since rc7 , with nvidia rpmfusion drivers . I think it's because of this fedora patch : fedora: Disable fbdev drivers and use simpledrm instead . I sent a bug report but still no answer . __

Re: The 5.14 kernel in rawhide seems to be unstable, having lockups and failed boots, didn't occur with 5.13

2021-07-11 Thread edmond pilon
I noticed that all rawhide kernels are built with debugging mode and may produce issues (slow-down or freeze) . Only rc releases seems to be nodebug. I'm using kernel 5.13 fc35 release , downloaded in koji repo ,and waiting for 5.14 rc1 for update, probably in kernel-nodebug repo. Hoping to h

Re: The 5.14 kernel in rawhide seems to be unstable, having lockups and failed boots, didn't occur with 5.13

2021-07-10 Thread edmond pilon
Rawhide kernels are generaly built in debugging mode, so you m See : https://fedoraproject.org/wiki/KernelDebugStrategy I'm using rawhide too but with kernel nodebug mode See :https://dl.fedoraproject.org/pub/alt/rawhide-kernel-nodebug/x86_64/ You can also try to find kernels nodebug in koji bu

Re: Fedora 34 Change: Route all Audio to PipeWire (System-Wide Change)

2020-11-23 Thread edmond pilon
I have installed pipewire-pulseaudio, pipewire-libjack pipewire-alsa ( pipewire 3.16 rawhide ). Pulseaudio is removed but nevertheless i have no issue actually. Sounds and software (pavucontrol ..etc) are working. Only one of my mixers (plasma-pa) is removed because of a pulseaudio dep

Re: Need help with dnf excludes

2020-10-19 Thread edmond pilon
I don't use excludepkgs but only exclude to stop kernel upgrade in rawhide. exclude=kernel* I've no issue. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of