Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-22 Thread Ed Greshko
On 2020-05-23 04:47, linux guy wrote: > Thanks for the tips, guys.  I'll test them when I have time next week. Don't wait too long.  Some people may forget what was said/done and be forced to review things.  :-) :-) -- The key to getting good answers is to ask good questions. ___

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-22 Thread linux guy
Thanks for the tips, guys. I'll test them when I have time next week. On Fri, May 22, 2020 at 11:55 AM stan via users < users@lists.fedoraproject.org> wrote: > On Thu, 21 May 2020 20:47:18 -0600 > linux guy wrote: > > > Isn't this interesting... > > > > # grub2-editenv list > > saved_entry=c1d3

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-22 Thread stan via users
On Thu, 21 May 2020 20:47:18 -0600 linux guy wrote: > Isn't this interesting... > > # grub2-editenv list > saved_entry=c1d3ebaecd08428ba86f4aba3749efca-5.6.13-300.fc32.x86_64 > boot_success=1 > kernelopts=root=/dev/mapper/fedora_localhost--live-root ro > rd.lvm.lv=fedora/root > rd.lvm.lv=fedora/

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-22 Thread John Pilkington
On 22/05/2020 07:52, linux guy wrote: Good news !  (Sort of...) I rebooted and edited the boot command of my kernel in grub, using e... and then booted it. I added the following to the command line:  rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 This caused the

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-22 Thread Ed Greshko
On 2020-05-22 14:52, linux guy wrote: > Good news !  (Sort of...) > > I rebooted and edited the boot command of my kernel in grub, using e... and > then booted it. > I added the following to the command line:  rd.driver.blacklist=nouveau > modprobe.blacklist=nouveau nvidia-drm.modeset=1 > > This

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread linux guy
Relevant discussion of Nvidia graphics card performance with nouveau versus an nvidia driver: https://www.phoronix.com/scan.php?page=article&item=nouveau-summer-2018&num=3 ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an emai

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread linux guy
Good news ! (Sort of...) I rebooted and edited the boot command of my kernel in grub, using e... and then booted it. I added the following to the command line: rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 This caused the kernel to boot with nvidia instead of nouve

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread linux guy
But they are both 5.6.13-300 ! I have a very poor understanding of lvm stuff. On Thu, May 21, 2020 at 11:21 PM linux guy wrote: > "As you can see, they are different. hd0,gpt2 v.s. hd1,gpt2" > > Good catch. I have no idea what is going on here. > > I miss the old days of /dev/sda1 and grub.

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread linux guy
"As you can see, they are different. hd0,gpt2 v.s. hd1,gpt2" Good catch. I have no idea what is going on here. I miss the old days of /dev/sda1 and grub.conf ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to user

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread Ed Greshko
On 2020-05-22 11:34, linux guy wrote: > I rebooted, same result. > > $ cat /proc/cmdline > BOOT_IMAGE=(hd1,gpt2)/vmlinuz-5.6.13-300.fc32.x86_64 > root=/dev/mapper/fedora_localhost--live-root ro > resume=/dev/mapper/fedora_localhost--live-swap rd.lvm.lv > =fedora_localhost-live/

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread Ed Greshko
On 2020-05-22 11:19, linux guy wrote: > Comments below. > > On Thu, May 21, 2020 at 9:03 PM Ed Greshko > wrote: > > On 2020-05-22 10:47, linux guy wrote: > > Isn't this interesting... > > > > # grub2-editenv list > > saved_entry=c1d3ebaecd08428ba8

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread linux guy
I rebooted, same result. $ cat /proc/cmdline BOOT_IMAGE=(hd1,gpt2)/vmlinuz-5.6.13-300.fc32.x86_64 root=/dev/mapper/fedora_localhost--live-root ro resume=/dev/mapper/fedora_localhost--live-swap rd.lvm.lv=fedora_localhost-live/root rd.lvm.lv=fedora_localhost-live/swap rhgb quiet # grub2-editenv lis

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread linux guy
Comments below. On Thu, May 21, 2020 at 9:03 PM Ed Greshko wrote: > On 2020-05-22 10:47, linux guy wrote: > > Isn't this interesting... > > > > # grub2-editenv list > > saved_entry=c1d3ebaecd08428ba86f4aba3749efca-5.6.13-300.fc32.x86_64 > > boot_success=1 > > kernelopts=root=/dev/mapper/fedora_l

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread Ed Greshko
On 2020-05-22 10:47, linux guy wrote: > Isn't this interesting... > > # grub2-editenv list > saved_entry=c1d3ebaecd08428ba86f4aba3749efca-5.6.13-300.fc32.x86_64 > boot_success=1 > kernelopts=root=/dev/mapper/fedora_localhost--live-root ro rd.lvm.lv > =fedora/root rd.lvm.lv

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread linux guy
Do I need to modprobe nvidia or something ? ___ 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/

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread linux guy
Isn't this interesting... # grub2-editenv list saved_entry=c1d3ebaecd08428ba86f4aba3749efca-5.6.13-300.fc32.x86_64 boot_success=1 kernelopts=root=/dev/mapper/fedora_localhost--live-root ro rd.lvm.lv=fedora/root rd.lvm.lv=fedora/swap rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread Ed Greshko
On 2020-05-22 10:23, linux guy wrote: > $ cat /proc/cmdline > BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.6.13-300.fc32.x86_64 > root=/dev/mapper/fedora_localhost--live-root ro > resume=/dev/mapper/fedora_localhost--live-swap rd.lvm.lv > =fedora_localhost-live/root rd.lvm.lv >

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread linux guy
It seems to stop it from loading. SELinux ? On Thu, May 21, 2020 at 6:20 PM John M. Harris Jr wrote: > On Thursday, May 21, 2020 4:56:02 PM MST linux guy wrote: > > Hello fellow Fedorians. > > > > I have everything set up to run nvidia drivers for my GTX 1060. But my > > machine loads nouveau

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread linux guy
Thanks for the replies. $ lsmod | grep nvidia $ lsmod | grep nouveau nouveau 2338816 32 video 53248 2 asus_wmi,nouveau mxm_wmi16384 1 nouveau i2c_algo_bit 16384 1 nouveau drm_kms_helper241664 1 nouveau ttm 1228

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread Ed Greshko
On 2020-05-22 07:56, linux guy wrote: > How do I force the use of the nvidia driver over nouveau ? So, you're saying lsmod | grep nvidia returns nothing? And, just to check, what is the output of cat /proc/cmdline -- The key to getting good answers is to ask good questions. _

Re: nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread John M. Harris Jr
On Thursday, May 21, 2020 4:56:02 PM MST linux guy wrote: > Hello fellow Fedorians. > > I have everything set up to run nvidia drivers for my GTX 1060. But my > machine loads nouveau instead, due to a tainted kernel message. > > I turned off "Secure Boot" in the BIOS and enabled Compatibility S

nVidia: Loading out of tree module taints kernel problem.

2020-05-21 Thread linux guy
Hello fellow Fedorians. I have everything set up to run nvidia drivers for my GTX 1060. But my machine loads nouveau instead, due to a tainted kernel message. I turned off "Secure Boot" in the BIOS and enabled Compatibility Support Mode - UEFI. How do I force the use of the nvidia driver over