Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.3
by
doktor83
on 10/07/2018, 11:39:44 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