I have the 8GB X2L with an Inland 1TB SSD and the Radxa A8 wireless module and the heatsink. It’s powered by a 65W laptop power supply.
I’ve tried Linux Mint 21.3 (xfce) with the 5.15 kernel initially, then upgraded to the 6.5 kernel to get the A8 to work. However, after a bit of time, it would reboot.
I then tried Fedora 39 (xfce) with 6.8.6 kernel. However, the behavior is the same. The system will be up and running for a bit of time, and then reboot without warning.
Here is an example of the reboots by searching for the start of a reboot:
# grep ': microcode:' /var/log/messages | grep Current
Apr 19 11:29:55 excalibur kernel: microcode: Current revision: 0x00000022
Apr 19 11:40:41 excalibur kernel: microcode: Current revision: 0x00000022
Apr 19 12:08:24 excalibur kernel: microcode: Current revision: 0x00000022
Apr 19 12:35:19 excalibur kernel: microcode: Current revision: 0x00000022
Apr 19 13:02:36 excalibur kernel: microcode: Current revision: 0x00000022
Apr 19 13:29:49 excalibur kernel: microcode: Current revision: 0x00000022
While the system is up, everything is stable. I’m connected via Wifi and am able to perform system updates, install software. But I can walk away with the system completely idle and come back to find that it rebooted.
$ uptime
13:38:52 up 9 min, 1 user, load average: 0.36, 0.25, 0.13
$ sensors
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +43.0°C (high = +105.0°C, crit = +105.0°C)
Core 0: +41.0°C (high = +105.0°C, crit = +105.0°C)
Core 1: +41.0°C (high = +105.0°C, crit = +105.0°C)
Core 2: +41.0°C (high = +105.0°C, crit = +105.0°C)
Core 3: +41.0°C (high = +105.0°C, crit = +105.0°C)
acpitz-acpi-0
Adapter: ACPI interface
temp1: +42.0°C
nvme-pci-0100
Adapter: PCI adapter
Composite: +39.9°C (low = -5.2°C, high = +82.8°C)
(crit = +84.8°C)
Sensor 1: +39.9°C (low = -273.1°C, high = +65261.8°C)
Any ideas on what I can check next to find out what’s wrong?
Thanks,
Anthony