there appears to be a problem with the >= 4.11 linux kernel on the B3, which is preventing the sata kernel drivers starting up properly. From dmesg:
Code: Select all
[ 0.828904] sata_mv f1080000.sata: version 1.28
[ 0.828922] sata_mv f1080000.sata: can't request region for resource
[mem 0xf1080000-0xf1084fff]
[ 0.837773] sata_mv: probe of f1080000.sata failed with error -16
If you are running arch on your B3, and this has not yet affected you, I recommend pinning your current kernel in place now, so it is not affected by any subsequent pacman -Syu. Issue:
Code: Select all
[root@archb3 ~]# nano -w /etc/pacman.conf
Code: Select all
IgnorePkg = linux-kirkwood-dt linux-api-headers
I'm going to do a kernel bisect on this to find the offending commit, but I won't have time for that for a week or so.
Best, sakaki