I’ve got a Macbook Pro A1707
I put Mint Ubuntu on it, had some issues but it was fine. Flashed Mint Debian as an experiment and it’s a lot better, even though it has a lot of the same problems and I can’t get the speaker to start… I still have to adjust the txpower every single time I boot up in order to start the wifi, but the biggest difference is the fan driver.
For some reason on Mint Ubuntu it was more difficult to control when the fan came on and how sensitively it reacted to sensing heat, not really an issue on Mint Debian, it will kick on for any length of time once it senses heat, I can more easily adjust the fans manually as well.
I don’t know if I’d get much money for it if I sold so I’m just trying to use it until it falls apart. I’ll figure out the speakers eventually, I guess. This time it isn’t the speakers, it’s something else, on Mint Ubuntu the speakers just didn’t work until I installed the drivers… on Mint Debian the speakers work but only display sounds from booting up or other computing actions, can’t play sound from music files or video, can’t even plug in headphones. When the speakers on Mint Ubuntu didn’t work before I installed the driver, I could listen with my headphones only. Weird.
Anyway just sharing this experience. The command to adjust the txpower appropraitely is
sudo iwconfig [yours] txpower 10
edit: edited for typos
Does your A1707 have the touch bar? My wife has an A1706 w/touch bar that she wants me to Linux-ify.
I’m solidly in the LMDE camp as well; running LMDE 7 on all of my personal machines. Love it.
on Mint Debian the speakers work but only display sounds from booting up or other computing actions, can’t play sound from music files or video, can’t even plug in headphones
That sounds like a driver issue, maybe with pipewire or whatever it uses. I’m genuinely curious to see what you’ve tried already, seeing as I’m going to be doing this at some point…
If that’s an every time thing, I’d be tempted to compile myself a very simple C program that uses
systemorexeclto run/usr/sbin/iwconfigand my preferred parameters. Then I’d change the owner to root, give it the SUID bit and then put a call to it somewhere in my startup.(As to where on the system I’d put it,
/usr/local/sbinis probably the best choice. Where/when in the startup is slightly more difficult. On a single user machine, it might be OK, or even work best, in the GUI’s Startup Applications, rather than anywhere like/etc/init.d/)If I was really curious, I’d go digging to find anything else that might already be doing that and if not, where the default settings are kept and see if they can be changed, making the above unnecessary.
For the sake of this comment I had a quick dig around and didn’t find anything obvious on my own machine, but then, this isn’t a Mac nor do I use wireless, which might be hampering my efforts.
I’d be tempted to compile myself a very simple C program
I was tempted too. That’s why I did that, and bricked my laptop, and had to do a fresh install.
As to where on the system I’d put it, /usr/local/sbin is probably the best choice.
It wasn’t the best choice.
Where/when in the startup… the GUI’s Startup Applications
Not there.
If I was really curious
I am no longer curious. I can just type this command every time, no big deal. As for the computer, it’s fine for light development work and surfing the net, as long as I don’t need sound. I might use it for torrenting, it works for that OK.
For the sake of this comment I had a quick dig around and didn’t find anything obvious on my own machine, but then, this isn’t a Mac nor do I use wireless, which might be hampering my efforts.
Mac is notoriously difficult to install Linux on, even if it’s Linux Mint. Not sure what I did wrong, but other people have the same model and I’ve seen them get everything to work including the touch bar. I wish they’d share their documentation.
Is it T2 Mac? Did you use T2Linux?
No, it is not a T2 Mac and I didn’t use T2 Linux. However I am thinking of trying t2 just to see if it works better for some reason
At least check the T2Linux wiki. On T2 Macs, certain modules needs to be loaded in specific order for the TouchBar to work. https://wiki.t2linux.org/guides/postinstall/
T2 started in 2018. The A1706/7 were only 2016-2017.
[Many problems]
Well shoot. Now I want to know why that didn’t work. But I don’t fancy having to work my system back to useable if it refuses to boot.
I mean, it booted… into a black screen
Seems like removing the file from
/home/YOURUSER/.config/autostart/ought to have undone the problem. Booting from external media of course, so as to be able to get to it, which you have to do anyway to reinstall.I realise this is long after the fact.
Having something just sitting there in
/usr/local/sbinshouldn’t have any effect at all, so I can’t imagine that was the issue, so calling it must be.And the only thing I can think of is if there was a permissions problem and Cinnamon choked because the
exec-er refused to run.Yeah a permissions problem causing an error is a likely culprit, when I try again I will take more detailed notes and actually put them in a safe place



