Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.3
by
livada
on 10/07/2018, 16:58:57 UTC
Anyone can share the devcon file config reset for vega, please.

 

.reset.bat

cd %~dp0
timeout /t 10
devcon.exe disable "PCI\VEN_1002&DEV_687F"
timeout /t 10
devcon.exe enable "PCI\VEN_1002&DEV_687F"
timeout /t 10

This works for my Vega FEs
@echo off
cd %~dp0
devcon.exe disable "PCI\VEN_1002&DEV_6863"
timeout /t 3
devcon.exe enable "PCI\VEN_1002&DEV_6863"
timeout /t 3
pause

You dont need reset scripts, why not use the builtin "restart_devices_on_startup" ?
Put in config.txt :

"restart_devices_on_startup" : true


if put in config resets vega permanently (chg coin)
and if you put the script reset only when the computer is turned on
i neeed only one enable/disable and one heavy  with 60 intensitiy when turn on computer. and script work fine.