Re: Help building custom kernel RPM.

2022-09-03 Thread stan via users
On Sun, 04 Sep 2022 01:58:08 - Sharpened Blade via users wrote: > I am sure it is not the config, unless there is something fedora > specific, because there is an arch linux packagebuild that uses the > the same config additions and works. I diffed menuconfig and got the > same thing to. Does

Re: "Dummy output" instead of sound card options, was working, now gone.

2022-09-03 Thread stan via users
On Sat, 3 Sep 2022 11:19:27 -0400 Ted Roche wrote: > Dell Precision M6800 worked fine for a year. Some recent change has > caused the sound cards to disappear. > > Hitting the volume control buttons on my (Logitech K350 or laptop > built-in) keyboard or digging through the settings of my Gnome

Re: fstab: systemd still uses the old version

2022-09-03 Thread Joe Zeff
On 9/3/22 21:21, Robert Nichols wrote: This is getting annoying. If you haven't already, open a Bugzilla against it. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Co

Re: fstab: systemd still uses the old version

2022-09-03 Thread Robert Nichols
On 8/20/22 6:23 PM, Robert Nichols wrote: On 8/20/22 4:56 PM, Barry wrote: On 20 Aug 2022, at 19:16, Robert Nichols wrote: I have added a line to /etc/fstab: /dev/mapper/imgs   /mnt/imgs   ext4  noauto,noexec,nodev  0 0 I have run "systemctl daemon-reload" After a reboot, the comman

Re: Help building custom kernel RPM.

2022-09-03 Thread Sharpened Blade via users
I am sure it is not the config, unless there is something fedora specific, because there is an arch linux packagebuild that uses the the same config additions and works. I diffed menuconfig and got the same thing to. Does the spec do something to prevent drivers in staging from being built.

Re: Help building custom kernel RPM.

2022-09-03 Thread Roger Heflin
That may or may not be the right CONFIG_* option."make oldconfig" I think will copy the current config and question you on any new options. You could also look at the source code for the modules you want to build (or make menuconfig and enable them and diff the config file) to figure out what

Re: Looking for a GPU that "just works" - Is RX550 a good choice?

2022-09-03 Thread Lester Petrie
On 9/2/2022 7:02 PM, Thomas Cameron via users wrote: On 9/2/22 16:56, Ian Pilcher wrote: On 9/2/22 14:11, Felix Miata wrote: It doesn't have to use only Radeon drivers. Try removing the ATI/Radeon Xorg driver rpm (xorg-x11-drv-ati). That will cause it to fallback to the newer technology, ups

Re: Help building custom kernel RPM.

2022-09-03 Thread Sharpened Blade via users
I added the CONFIG_NAMEOFMODULE=m to local-config. which works for the normal kernel, do I have to do something else, I would prefer to be able to do it without a TUI because I want to script the build process. Should I run `./scripts/config --module nameofmodule` and `make olddefconfig`. __

"Dummy output" instead of sound card options, was working, now gone.

2022-09-03 Thread Ted Roche
Dell Precision M6800 worked fine for a year. Some recent change has caused the sound cards to disappear. Hitting the volume control buttons on my (Logitech K350 or laptop built-in) keyboard or digging through the settings of my Gnome desktop for Sound shows that "Dummy Output" is my only option.

Re: following thunderbird upgrade to 102, it takes over 1h of 100% CPU to start

2022-09-03 Thread Dave Ulrick
On 9/3/22 8:18 AM, Dave Ulrick wrote: On 9/3/22 5:35 AM, Tim via users wrote: On Fri, 2022-09-02 at 10:36 -0500, Dave Ulrick wrote: I see that TB 102 has a DNS-over-HTTPS option under General / Network Connection / Settings but it's disabled. Perhaps turn that function on, exit, off again, and

Re: following thunderbird upgrade to 102, it takes over 1h of 100% CPU to start

2022-09-03 Thread Dave Ulrick
On 9/3/22 5:35 AM, Tim via users wrote: On Fri, 2022-09-02 at 10:36 -0500, Dave Ulrick wrote: I see that TB 102 has a DNS-over-HTTPS option under General / Network Connection / Settings but it's disabled. Perhaps turn that function on, exit, off again, and see if it sets the new setting. There

Re: following thunderbird upgrade to 102, it takes over 1h of 100% CPU to start

2022-09-03 Thread Tim via users
On Fri, 2022-09-02 at 10:36 -0500, Dave Ulrick wrote: > I see that TB 102 has a DNS-over-HTTPS option under General / > Network Connection / Settings but it's disabled. Perhaps turn that function on, exit, off again, and see if it sets the new setting. There could be a conflict between old confi

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