You are not logged in.
Pages: 1
I tried with lspci and inxi from aur.
Maybe there is a bios version but I can't fin it.
Offline
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
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
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
Pages: 1