Is there any solution pxa2xx_spi_pci?

sudo dmesg | grep -i "error"

kernel: pxa2xx_spi_pci 0000:00:15.4: probe with driver pxa2xx_spi_pci failed with error -22

Macbook air 13 intel i5 4260u, Graphic HD 5000 (2014)
ZorinOS 18 Core

Is this related to an Issue or why do You show that? If You have a specific Issue, it would be good to describe it.

when I give the command journalctl -p err, it gives me these messages, I don't know what it is related to.

-- Boot 79ccb68ce6c74b778a89407906594897 --
nov 09 11:03:57 bacana-MacBookAir kernel: pxa2xx_spi_pci 0000:00:15.4: probe with driver pxa2xx_spi_pci failed with error -22
nov 09 11:03:59 bacana-MacBookAir bluetoothd[720]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.
nov 09 11:03:59 bacana-MacBookAir bluetoothd[720]: sap-server: Operation not permitted (1)
nov 09 11:03:59 bacana-MacBookAir bluetoothd[720]: Failed to set mode: Failed (0x03)
nov 09 11:04:09 bacana-MacBookAir kernel: UBSAN: array-index-out-of-bounds in src/wl/sys/wl_cfg80211_hybrid.c:2398:26
nov 09 11:04:09 bacana-MacBookAir kernel: index 1 is out of range for type 'uint8 [1]'
nov 09 11:04:10 bacana-MacBookAir wpa_supplicant[929]: bgscan simple: Failed to enable signal strength monitoring
nov 09 11:04:10 bacana-MacBookAir kernel: UBSAN: array-index-out-of-bounds in src/wl/sys/wl_linux.c:1939:4
nov 09 11:04:10 bacana-MacBookAir kernel: index 2 is out of range for type 'ether_addr [1]'
nov 09 11:04:13 bacana-MacBookAir gdm-password][1616]: gkr-pam: unable to locate daemon control file
nov 09 11:04:13 bacana-MacBookAir gdm3[1127]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
nov 09 11:04:14 bacana-MacBookAir systemd[1659]: Failed to start app-gnome-gnome\x2dkeyring\x2dpkcs11-1839.scope - Application launched by gnome-session-binary.
nov 09 11:04:14 bacana-MacBookAir systemd[1659]: Failed to start app-gnome-gnome\x2dkeyring\x2dsecrets-1836.scope - Application launched by gnome-session-binary.
nov 09 11:04:14 bacana-MacBookAir systemd[1659]: Failed to start app-gnome-gnome\x2dkeyring\x2dssh-1833.scope - Application launched by gnome-session-binary.
nov 09 11:04:16 bacana-MacBookAir systemd[1659]: Failed to start app-gnome-snap\x2duserd\x2dautostart-2094.scope - Application launched by gnome-session-binary.
nov 09 11:04:19 bacana-MacBookAir gdm3[1127]: Gdm: on_display_removed: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed

When You don't have an Issue with the System of some kind, I would it see as a minor Thing what You can ignore. But You can wait for other Users here and what they think about that.

So, you don't know why these warnings are in the system? I thought it might help with these little problems. Can you tell me if the PRO version has any tool I can fix?

That what You show are Logs. System Logs. There can be Stuff like that but that doesn't mean that there is automatically a Problem.

A Macbook Air would not have any SPI attachments on PCI slots. So this would not apply to you.

If checking error logs, you will always see errors because the kernel of any O.S., Mac, Linux or Windows, runs by checking if present, using fallback if not, and logging the failure to find the non-present node, module, hardware, etc.

If you are not having issues, good.
But this is the only error I see that would cause concern.
The proprietary driver is giving a memory safety error.
If you experience problems with wifi, you might try

sudo apt remove bcmwl-kernel-source

sudo apt install firmware-b43-installer

Or using the open source driver.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.