F5F Stay Refreshed Software Operating Systems Install Nix OS for your 2015 MacBook Pro

Install Nix OS for your 2015 MacBook Pro

Install Nix OS for your 2015 MacBook Pro

T
TheGREATFerZ
Junior Member
25
02-03-2023, 05:29 PM
#1
After several attempts, I managed to install NixOS on my old MacBook. Still, some hardware issues remain. I think the problem might be with the drivers—possibly they aren't being installed correctly or using a basic version. The system reports no sound devices are set up, but I can still hear sound. However, I can't adjust any settings. The Wi-Fi connection is unstable and keeps dropping.
T
TheGREATFerZ
02-03-2023, 05:29 PM #1

After several attempts, I managed to install NixOS on my old MacBook. Still, some hardware issues remain. I think the problem might be with the drivers—possibly they aren't being installed correctly or using a basic version. The system reports no sound devices are set up, but I can still hear sound. However, I can't adjust any settings. The Wi-Fi connection is unstable and keeps dropping.

E
Eusebio06
Senior Member
595
02-04-2023, 03:33 AM
#2
The MacBook was released in 2014.
E
Eusebio06
02-04-2023, 03:33 AM #2

The MacBook was released in 2014.

O
OzzieXav1432
Junior Member
3
02-04-2023, 04:22 AM
#3
Those late Intel Macs grew more resistant to running Linux. The Arch Wiki covers troubleshooting Mac problems, though you’ll likely have to adapt it for NixOS – https://wiki.archlinux.org/title/Mac/Troubleshooting.
O
OzzieXav1432
02-04-2023, 04:22 AM #3

Those late Intel Macs grew more resistant to running Linux. The Arch Wiki covers troubleshooting Mac problems, though you’ll likely have to adapt it for NixOS – https://wiki.archlinux.org/title/Mac/Troubleshooting.

L
LorrenK
Senior Member
703
02-04-2023, 05:03 AM
#4
Linux Wi-Fi problems often stem from power management settings on the card. Use `ip a` to identify your Wi-Fi card name. Then run `nix-shell -p wirelesstools iwconfig wificardname power off`. This will disable Wi-Fi power management, helping you determine if it’s the cause. If this resolves the issue, check your network manager settings with `networking.networkmanager.wifi.powersave = false`. For IWD-based setups or systemd-networkd with IWD, adjust boot parameters accordingly to ensure Wi-Fi power management is turned off.
L
LorrenK
02-04-2023, 05:03 AM #4

Linux Wi-Fi problems often stem from power management settings on the card. Use `ip a` to identify your Wi-Fi card name. Then run `nix-shell -p wirelesstools iwconfig wificardname power off`. This will disable Wi-Fi power management, helping you determine if it’s the cause. If this resolves the issue, check your network manager settings with `networking.networkmanager.wifi.powersave = false`. For IWD-based setups or systemd-networkd with IWD, adjust boot parameters accordingly to ensure Wi-Fi power management is turned off.

D
Dreemurrz
Member
220
02-10-2023, 05:16 PM
#5
Check your NixOS settings, maybe there’s a tweak you should make there?
D
Dreemurrz
02-10-2023, 05:16 PM #5

Check your NixOS settings, maybe there’s a tweak you should make there?