Comment 3 for bug 1964601

Revision history for this message
Dave Jones (waveform) wrote : Re: I have no processor!

I'm attaching the full outputs as a tarball (just in case they're useful) but here's the pertinent bits too:

$ tail -n 13 /proc/cpuinfo
processor : 3
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3

Hardware : BCM2835
Revision : c03131
Serial : 10000000acbea889
Model : Raspberry Pi 400 Rev 1.1

It looks like "Model" would be the most appropriate field to report here. Looking at the upstream bug it's querying a "Model name" field (which appears per-CPU on my PC) but not a "Model" field in the final section (though on my PC there is no final section, just the per-CPU sections).

On glxinfo:

$ glxinfo | grep 'OpenGL renderer'
OpenGL renderer string: V3D 4.2

I'm attaching two cases of the udisksctl output. The first (udisk_sd.log) is from a "typical" installation of Ubuntu Desktop for Pi on an SD card. The second (udisk_usb.log) is from the same Pi booting from a USB-attached SSD (which is a fairly common configuration for booting the desktop).

Should I post these bits upstream too?