Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Mac book Pro Wifi and Sleep Issue Fedora Fix
- dnf install kmod-wl
- Make the sleep file
- [Unit]
- Description=Improve MacBook Pro setup
- [Service]
- Type=oneshot
- ExecStart=/bin/bash -c "echo 1 > /sys/module/snd_hda_intel/parameters/power_save && echo LID0 > /proc/acpi/wakeup && echo XHC1 > /proc/acpi/wakeup"
- [Install]
- WantedBy=multi-user.target
- Save these file as
- /etc/systemd/system/mbp.service
- and run above command to enable that:
- $ systemctl daemon-reload && systemctl enable mbp
- """ https://medium.com/@fh_bash/install-fedora-25-on-macbook-pro-68f069f471a4 """
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement