Hi Zorin Forum,
I am running Zorin 16 on a MacBook Pro (14,1 version). I use a 3rd party driver for Bluetooth:
The most recent auto-update to 5.0.11-40 requires me to recompile and install the driver (which worked previous to upgrade). However, the driver installation now fails with the following message:
➜ bluetooth-5.11.0 git:(master) ✗ make
make -C /lib/modules/5.11.0-40-generic/build M=/home/jay/tmp/5.11.0-40/macbook12-bluetooth-driver/build/bluetooth-5.11.0 modules
make[1]: Entering directory '/usr/src/linux-headers-5.11.0-40-generic'
CC [M] /home/jay/tmp/5.11.0-40/macbook12-bluetooth-driver/build/bluetooth-5.11.0/hci_ldisc.o
CC [M] /home/jay/tmp/5.11.0-40/macbook12-bluetooth-driver/build/bluetooth-5.11.0/hci_serdev.o
CC [M] /home/jay/tmp/5.11.0-40/macbook12-bluetooth-driver/build/bluetooth-5.11.0/hci_h4.o
CC [M] /home/jay/tmp/5.11.0-40/macbook12-bluetooth-driver/build/bluetooth-5.11.0/hci_bcsp.o
CC [M] /home/jay/tmp/5.11.0-40/macbook12-bluetooth-driver/build/bluetooth-5.11.0/hci_ll.o
CC [M] /home/jay/tmp/5.11.0-40/macbook12-bluetooth-driver/build/bluetooth-5.11.0/hci_ath.o
CC [M] /home/jay/tmp/5.11.0-40/macbook12-bluetooth-driver/build/bluetooth-5.11.0/hci_h5.o
CC [M] /home/jay/tmp/5.11.0-40/macbook12-bluetooth-driver/build/bluetooth-5.11.0/hci_intel.o
CC [M] /home/jay/tmp/5.11.0-40/macbook12-bluetooth-driver/build/bluetooth-5.11.0/hci_bcm.o
CC [M] /home/jay/tmp/5.11.0-40/macbook12-bluetooth-driver/build/bluetooth-5.11.0/hci_qca.o
CC [M] /home/jay/tmp/5.11.0-40/macbook12-bluetooth-driver/build/bluetooth-5.11.0/hci_ag6xx.o
CC [M] /home/jay/tmp/5.11.0-40/macbook12-bluetooth-driver/build/bluetooth-5.11.0/hci_mrvl.o
LD [M] /home/jay/tmp/5.11.0-40/macbook12-bluetooth-driver/build/bluetooth-5.11.0/hci_uart.o
MODPOST /home/jay/tmp/5.11.0-40/macbook12-bluetooth-driver/build/bluetooth-5.11.0/Module.symvers
CC [M] /home/jay/tmp/5.11.0-40/macbook12-bluetooth-driver/build/bluetooth-5.11.0/hci_uart.mod.o
LD [M] /home/jay/tmp/5.11.0-40/macbook12-bluetooth-driver/build/bluetooth-5.11.0/hci_uart.ko
BTF [M] /home/jay/tmp/5.11.0-40/macbook12-bluetooth-driver/build/bluetooth-5.11.0/hci_uart.ko
Skipping BTF generation for /home/jay/tmp/5.11.0-40/macbook12-bluetooth-driver/build/bluetooth-5.11.0/hci_uart.ko due to unavailability of vmlinux
make[1]: Leaving directory '/usr/src/linux-headers-5.11.0-40-generic'
strip --strip-debug hci_uart.ko
➜ bluetooth-5.11.0 git:(master) ✗
Forgive my newbness but this seems to have something to do with driver signing and the fact my MacBook Pro uses secure boot??
Any Thoughts! TIA!