To find which GPU corresponds to GPU listed in your hardware table on worker's profile, you can use mfind
command. Command mfind
will put fans of GPU you are trying to find to 100% for few seconds, so you will hear which GPU is louder than the others.
mfind 0
will try to find the GPU 0 (first GPU) as displayed in your hardware table.mfind 3
will try to find the GPU 3 (fourth GPU) as displayed in your hardware table.mfind 03.00.0
will try to find the GPU with BUS ID 03.00.0 as displayed in your hardware table.If your rig is not responding to mfind
command, it is probably becase drivers are crashed. In this case, you might want to first remove ClockTune profile and reboot the rig to run on stock values, then repeat the procedure for finding your GPUs with mgpu
command.