Search found 2582 matches

by NedSlider
2020/08/06 18:54:18
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: Issue with kmod-nvidia installation
Replies: 10
Views: 2588

Re: Issue with kmod-nvidia installation

TrevorH is correct, you can use any version of nvidia-detect - it just hasn't been updated yet to detect the new devices for which support was added to the very latest version of nvidia drivers. Some of your issues above are caused by mixing repos. Elrepo and the negativo17 - Multimedia repositories...
by NedSlider
2020/03/30 22:59:33
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: Can't install nvidia-detect
Replies: 13
Views: 4620

Re: Can't install nvidia-detect

nvidia-detect for el8 is now available from the elrepo-testing repository: https://elrepo.org/linux/testing/el8/x86_64/RPMS/ There is one small bug at present. The programme looks for the Xorg log file in /var/log/ and it's not there by default on el8. It's moved, and is now stored on a per user bas...
by NedSlider
2020/03/26 07:13:38
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: Can't install nvidia-detect
Replies: 13
Views: 4620

Re: Can't install nvidia-detect

Hello please how do I activate the Nvidia driver. I have blacklisted nouvaeu in grub and modproble. Now I get "*display UNCLAIMED" runing lshw -numeric -C display I get: *-display UNCLAIMED description: VGA compatible controller product: GF108M [NVS 5400M] [10DE:DEF] vendor: NVIDIA Corporation [10D...
by NedSlider
2020/03/23 20:12:59
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: Can't install nvidia-detect
Replies: 13
Views: 4620

Re: Can't install nvidia-detect

Hi all, The original RFE for elrepo nvidia drivers on el8 is here: https://elrepo.org/bugs/view.php?id=944 Since the original request, I'd received very little feedback so I didn't initially prioritise it. Since then, I've very kindly received a hardware donation (although I'm still seeking a card t...
by NedSlider
2020/01/18 16:34:19
Forum: 8 /8-Stream / 9-Stream - Hardware Support
Topic: [Solved] Marvel 88E8056 Gigabit NIC in CentOS 8?
Replies: 14
Views: 6623

Re: [Solved] Marvel 88E8056 Gigabit NIC in CentOS 8?

kmod-sky2-1.30-2.el8_1.elrepo.x86_64.rpm has been built and released to the main elrepo repository for el8.1. It should be available on mirror sites shortly.

Please let me know if you have any issues :)
by NedSlider
2020/01/17 19:00:09
Forum: 8 /8-Stream / 9-Stream - Hardware Support
Topic: [Solved] Marvel 88E8056 Gigabit NIC in CentOS 8?
Replies: 14
Views: 6623

Re: [Solved] Marvel 88E8056 Gigabit NIC in CentOS 8?

I will rebuild kmod-sky2 for el8.1 for you and post back here once done
by NedSlider
2019/09/12 12:20:20
Forum: CentOS 7 - General Support
Topic: NVIDIA Graphic Driver install
Replies: 12
Views: 5217

Re: NVIDIA Graphic Driver install

The messages that you see are generated by the yum-plugin-elrepo. They are all about 7_5 and 7_7 kernel modules that are in ELRepo. Those are excluded, because you have only 7_6 kernels; attempt to install mismatching kmods would be an error. My approach is to keep the elrepo disabled by default su...
by NedSlider
2019/05/11 09:12:09
Forum: CentOS 7 - Hardware Support
Topic: SSD and speed
Replies: 5
Views: 5022

Re: SSD and speed

I agree with Trevor, it's impossible to add meaningful input without some numbers. fio will give you some pretty reliable raw numbers as to what your device(s) are capable of and will help identify any underlying issues. Sequential read speeds at a queue depth of 32 will saturate the device/bus and ...
by NedSlider
2019/05/11 08:56:38
Forum: CentOS 7 - Hardware Support
Topic: Installing Nvidia drivers
Replies: 9
Views: 25893

Re: Installing Nvidia drivers

Hi, Yes, the RTX 2070 should be supported by the latest v418.74 driver. Apologies, I was a bit slow updating nvidia-detect. I've just updated and built the latest version (418.74) which should now correctly recognise your device. Updated packages are syncing to the mirror sites and should be availab...
by NedSlider
2018/03/27 21:29:34
Forum: CentOS 7 - Software Support
Topic: [SOLVED] ELRepo Nvidia RPM cleanup
Replies: 6
Views: 3712

Re: ELRepo Nvidia RPM cleanup

The NVIDIA installer installs itself to /usr/bin/nvidia-installer. It takes an --uninstall option to uninstall the driver:

Code: Select all

nvidia-installer --uninstall
That is how you should uninstall drivers installed from the NVIDIA blob.