simplifier le modbios sous linux
- 
							
							
							
							
@chris-chain 
 Ethos à l’air par mal, tu à déjà test?
- 
							
							
							
							
Pour Linux AMD driver blockchain Full installation: 
 Ubuntu 16.04 sshd
 ROCm GPU Server Driver Installation Guide for Linux 
 https://rocm.github.io/html.ROCmInstall- Verify You Have ROCm Capable GPU Installed int the System
 lspci | grep -i AMD - #Install new ROCm Kernel:
 wget -qO - http://repo.radeon.com/rocm/apt/debian/rocm.gpg.key | sudo apt-key add - 
 sudo sh -c ‘echo deb [arch=amd64] http://repo.radeon.com/rocm/apt/debian/ xenial main > /etc/apt/sources.list.d/rocm.list’sudo apt-get update 
 sudo apt-get install rocm git htop wireless-tools screen wpasupplicant openvpn- 
Download amdgpu-pro-17.30 latest, unarchive and edit amdgpu-pro-install, under the --compute function remove amdgpu-pro-dkms 
 http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Driver-for-Linux-Release-Notes.aspx
- 
sudo ./amdgpu-pro-install --compute “to install only opencl and libdrm” 
- 
find ROCm boot menuentry ID 
 sudo grep menuentry /boot/grub/grub.cfg
- 
Add custom grub option Mining 
 sudo vi /etc/default/grub
 Mining optionGRUB_CMDLINE_LINUX=“amdgpu.vm_fragment_size=9” - 
add user to video group 
 sudo usermod -a -G video $LOGNAME
- 
sudo update-grub 
- 
sudo reboot 
- 
verify if ROCm kernel is set 
 sudo uname -r
 4.11.0-kfd-compute-rocm-rel-1.6-180 
- 
							
							
							
							
@impassenet 
 Que du bonheur, la console !
 Je suis du métier, mais je n’ai jamais pris le temps de m’intéresser à Minux ! J’ai pas le temps! lol.
- 
							
							
							
							
							
							
@impassenet 
 comment tu modifies la ligne GRUB_CMDLINE_LINUX=“amdgpu.vm_fragment_size=9”j’y arrive pas : 
 sudo su
 edit /etc/default/grub
 j’arrive dans le fichier mais la syntaxe est complètement différente et j’ai pas d’info command
- 
							
							
							
							
@bloodymary comment ça? 
 Moi j’ai juste rajouté la ligne “GRUB_CMDLINE_LINUX=“amdgpu.vm_fragment_size=9”” à la fin du fichier: /etc/default/grub
- 
							
							
							
							
@impassenet 
 Comment tu as rajouté cette ligne ? Par l’invite de commande ?
- 
							
							
							
							
@bloodymary Oui tu peux faire 
 sudo echo GRUB_CMDLINE_LINUX=“amdgpu.vm_fragment_size=9” >> /etc/default/grub
 puis sudo update-grub
- 
							
							
							
							
							
							
@impassenet 
 Merci
 je n’y arrivai pas parce que je passais avec edit pour ouvrir le fichier
 Hors edit n’est pas adapté, je vais passer par ta méthode ou par nano
 C’est peut être parce que je n’ai pas fait cette modif que je tourne à 24mhs (+28 Windows)
- 
							
							
							
							
							
							
@bloodymary Oui surement ^^ 
 Moi je viens de rajouter une carte vais lancer pour voir si c’est stable.
 ETH - Total Speed: 93.075 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:02
 ETH: GPU0 31.025 Mh/s, GPU1 31.032 Mh/s, GPU2 31.018 Mh/s
- 
							
							
							
							
							
							
@impassenet 
 Tu mines avec des rx 580 8 ou 4 go, avec quel type de memoire?
- 
							
							
							
							
@bloodymary 8G 
 GPU0:02.00.0:Radeon RX 580:113-1E3660U-O51:SK Hynix H5GQ8H24MJR
 GPU1:03.00.0:Radeon RX 580:113-1E3660U-O51:SK Hynix H5GQ8H24MJR
 GPU2:04.00.0:Radeon RX 580:113-1E3660U-O51:SK Hynix H5GQ8H24MJR
 
			
