10 Jun 2018, 08:47

@olivierdroid92 prends un editeur de texte qui gère unix (genre Notepad++), ajoute dans le custom.sh:

!/bin/bash
USB3_IRQ=cat /proc/interrupts | grep "xhci-hcd:usb3" | awk -F : '{print $1}'
USB5_IRQ=cat /proc/interrupts | grep "xhci-hcd:usb5" | awk -F : '{print $1}'
echo 5 > /proc/irq/${USB3_IRQ}/smp_affinity_list
echo 6 > /proc/irq/${USB5_IRQ}/smp_affinity_list

if [ -f /sys/class/net/eth0/queues/rx-0/rps_cpus ]; then
echo f > /sys/class/net/eth0/queues/rx-0/rps_cpus
fi

puis en SSH tu passes la dernière commande :

chmod u+x /recalbox/share/system/custom.sh

reboot, join your hands and pray