You are not logged in.

#1 2020-11-10 14:56:41

860lacov
Member
Registered: 2020-05-02
Posts: 476

How can I find GPU Bios version?

I tried with lspci and inxi from aur.
Maybe there is a bios version but I can't fin it.

Offline

#2 2020-11-13 15:20:50

paulkerry
Member
From: Sheffield, UK
Registered: 2014-10-02
Posts: 611

Re: How can I find GPU Bios version?

Some basic information about your hardware would have been a useful starting point!

nvidia-smi -q | grep BIOS 

appears to work for all nvidia cards I've tried.

Alternatively for newish nvidia cards...

cat /proc/driver/nvidia/gpus/0000\:0a\:00.0/information

but the same command doesn't work for me on systems with older nvidia cards (I get "??.??.??.??.??")


Cheers
Paul.

Offline

#3 2020-11-18 18:47:42

h2-1
Member
Registered: 2014-08-15
Posts: 12

Re: How can I find GPU Bios version?

cat /proc/driver/nvidia/gpus/*/information

I just checked this using a bunch of inxi datasets, and yes, it's only available for nvidia, not amd, not intel, yes, the * part of the path can be various things since it's related to the actual bus location I believe.

This is potentially useful information for inxi, even though I believe it's only present with nvidia non free drivers.


:: Check out inxi github :: inxi forums ::

Offline

#4 2020-11-18 22:53:04

merlock
Member
Registered: 2018-10-30
Posts: 258

Re: How can I find GPU Bios version?

I wonder if this is relevant:

dmesg|grep -i amd
...
[    4.386818] amdgpu: ATOM BIOS: 115-C994PI0-102
...
[    4.752085] [drm] Initialized amdgpu 3.39.0 20150101 for 0000:01:00.0 on minor 0

Eenie meenie, chili beanie, the spirits are about to speak -- Bullwinkle J. Moose
It's a big club...and you ain't in it -- George Carlin
Registered Linux user #149839
perl -e 'print$i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10); '

Offline

Board footer

Powered by FluxBB