Hi all,
New to Zorin. I've read some of the previous posts about MBPs and Audio. I'm not holding out much hope as seems to be an issue with a few Linux distro's and Apple.
So usual debugs with Pulse / Alsa, but no joy. My bluetooth headphones work, but it is crackly / has breaks.
Would be great to get this machine working. Any help is appreciated!
See if you can get anywhere with the potential solution posted here, but it might mean waiting for Zorin 18 as apparently Ubuntu 24.04 has no issues because it uses Pipewire instead of Pulse Audio:
Hello,
swarfendor437, the drivers mentioned in the link that you shared on your post do work for me on Zorin 17.3 (Ubuntu 22.04) on my MBP 2027 (MBP 14,1). But I have not tried bluetooth headphones.
There is also more information on getting linux to work on MBP 2016/2017 on this page: GitHub - Dunedan/mbp-2016-linux: State of Linux on the MacBook Pro 2016 & 2017
Have you tried the solution/s posted there? You could give PCLOS Debian KDE Plasma a spin, that uses Pipewire from the get go it does not include a browser, you choose which one you want from the browser chooser. It boots into live (Try) mode like Zorin.
To determine the Bluetooth chipset installed on your MacBook Pro 2017 using a Linux system, you can use the lspci and hciconfig commands. Here are the steps:
Using lspci :
Open a terminal.
Run the following command to list all PCI devices, including the Bluetooth controller:
sudo lspci -nn | grep Network
This command will display the network controller, which often includes the Bluetooth chipset. Look for the device ID and description to identify the Bluetooth chipset.
Using hciconfig :
Open a terminal.
Run the following command to list Bluetooth devices:
sudo hciconfig -a
This command will provide detailed information about the Bluetooth devices, including the chipset model and other relevant details.
For example, the output of lspci might look like this:
03:00.0 Network controller : Broadcom Inc. and subsidiaries BCM4350 802.11ac Wireless Network Adapter [14e4:43a0] (rev 03)
In this case, the Bluetooth chipset is part of the Broadcom BCM4350.
The BCM4350 chip includes Bluetooth functionality, but it may not work properly on a Mac running Ubuntu 22.04 due to firmware issues or driver compatibility. Users have reported difficulties with Bluetooth on this chip, especially when running Ubuntu on Mac hardware. To resolve Bluetooth issues, you can try running the following commands in the terminal:
sudo rfkill unblock all
sudo hciconfig hci0 down
sudo rmmod btusb
sudo modprobe btusb
sudo hciconfig hci0 up
This solution worked for some users.234 Additionally, ensure that the necessary firmware is installed and up-to-date. If the issue persists, consider reinstalling the Bluetooth-related packages or checking if the Bluetooth module is loaded correctly .
I'm going to use a dongle. This is a hobby machine I'm trying to dust off. I'm using a Bluetooth dongle for now, and its working fine, but not ideal.
I'm hoping Zorin 18 has these issues resolved.
The actual Zorin UX makes it a really nice distro. I think there are loads of people with old tech gathering dust, and may well try Zorin if we get these sort of issues resolved