Changes

Jump to navigation Jump to search
195 bytes added ,  22:25, 22 January 2019
===Add location of CUDA drivers to the PATH===
Add drivers to environment path:
nano ~/.profile
 
With the file opened in the nano editor, scroll down and add at the bottom:
 
export PATH=/usr/local/cuda-10.0/bin${PATH:+:${PATH}}
 
Type ''Ctrl+O'' ENTER to save and ''Ctrl+X'' to exit
===Set configuration===
APT::Periodic::Unattended-Upgrade "0";
Type ''Ctrl+O'' ENTER to save and ''Ctrl+X'' to exit
==Setting up the miner==
==Troubleshoot==
===PCI Bus Error===
If you encounter PCIe BusError Bus Error messages:
sudo nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=noaer"
Type ''Ctrl+O'' ENTER to save and ''Ctrl+X'' to exit and update grub:
sudo update-grub
Now reboot

Navigation menu