리눅스 버전 정보:
uname -a
Linux debian 5.10.0-22-amd64 #1 SMP Debian 5.10.178-3 (2023-04-22) x86_64 GNU/Linux
광산은 시작할 때 항상 다음 메시지를 표시합니다.
sudo dmesg | grep "irq 7"
[ 2.649135] irq 7: nobody cared (try booting with the "irqpoll" option)
irq 7
내 운영 체제 정보:
cat /proc/interrupts | head -n 5
CPU0 CPU1 CPU2 CPU3
0: 35 0 0 0 IO-APIC 2-edge timer
1: 0 4226 0 0 IO-APIC 1-edge i8042
7: 0 0 100000 0 IO-APIC 7-fasteoi pinctrl_amd
8: 0 0 1 0 IO-APIC 8-edge rtc0
내 CPU 정보:
lscpu | grep "Model name"
Model name: AMD Athlon 3000G with Radeon Vega Graphics
grub.cfg에 irqpoll을 작성해도 문제가 해결되지 않습니다.
sudo grep 'irqpoll' /boot/grub/grub.cfg
linux /boot/vmlinuz-5.10.0-22-amd64 root=UUID=55aaf5c1-acd2-4bb2-9536-f2900c96d6b2 ro single iommu=pt irqpoll