Results 1 to 4 of 4

Thread: GPU has falled off the bus

  1. #1
    currentshaft is offline Oops! My Coffee Cup is empty.
    Join Date
    May 2024
    Beans
    Hidden!

    Question GPU has falled off the bus

    bus
    Last edited by currentshaft; 1 Week Ago at 03:53 PM. Reason: additional context

  2. #2
    Join Date
    Sep 2009
    Location
    Pennsylvania
    Beans
    4,037
    Distro
    Xubuntu

    Re: GPU has falled off the bus

    Do you know what GPU is in there? What, if any, drivers did you install for the GPU and where did you get them from? What kernel are you running?

  3. #3
    currentshaft is offline Oops! My Coffee Cup is empty.
    Join Date
    May 2024
    Beans
    Hidden!

    Re: GPU has falled off the bus

    dsd
    Last edited by currentshaft; 1 Week Ago at 04:01 AM.

  4. #4
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: GPU has falled off the bus

    If it's not a server the drivers help immensely
    Code:
    sudo dmesg -T | grep NVRM
    [Wed Jun 12 07:58:43 2024] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  555.52.04  Tue Jun  4 13:54:58 UTC 2024
    And with the "coolbits" added to your driver install, enables fan control and various power levels.
    ie:
    Code:
    nvidia-xconfig -a --cool-bits=<your-value-here> --allow-empty-initial-configuration
    EDIT: Also please have read: https://wiki.archlinux.org/title/NVIDIA/Tips_and_tricks
    Code:
    nvidia-smi -q -d TEMPERATURE
    
    ==============NVSMI LOG==============
    
    Timestamp                                 : Wed Jun 12 11:29:39 2024
    Driver Version                            : 555.52.04
    CUDA Version                              : 12.5
    
    Attached GPUs                             : 1
    GPU 00000000:01:00.0
        Temperature
            GPU Current Temp                  : 35 C
            GPU T.Limit Temp                  : N/A
            GPU Shutdown Temp                 : 100 C
            GPU Slowdown Temp                 : 97 C
            GPU Max Operating Temp            : 105 C
            GPU Target Temperature            : 87 C
            Memory Current Temp               : N/A
            Memory Max Operating Temp         : N/A
    Last edited by #&thj^%; June 12th, 2024 at 06:31 PM. Reason: add to

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •