Skip to content

Commit

Permalink
Fedora Linux v5.17.1 - update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Apr 2, 2022
1 parent 91376b5 commit d39f280
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ update_kernel_mbp

### Update to specific version of kernel
sudo -i
KERNEL_VERSION="5.16.8-f35" update_kernel_mbp
KERNEL_VERSION="5.17.1-f35" update_kernel_mbp

### Update to specific version of kernel using specific version of update script
#### Usually not needed, because scripts are shared between branches, but you can use it to update your update_kernel_mbp script
##### If the script fails, try to rerun it - it's due to self-upgrading feature of this script
sudo -i
KERNEL_VERSION="5.16.8-f35" UPDATE_SCRIPT_BRANCH="v5.16-f35" update_kernel_mbp
KERNEL_VERSION="5.17.1-f35" UPDATE_SCRIPT_BRANCH="v5.17-f35" update_kernel_mbp
```

## CI status
Expand All @@ -58,8 +58,7 @@ macOS Mojave: 10.14.6 (18G103)

- Dynamic audio input/output change (on connecting/disconnecting headphones jack)
- TouchID - (@MCMrARM is working on it - https://github.com/Dunedan/mbp-2016-linux/issues/71#issuecomment-528545490)
- Thunderbolt (is disabled, because driver was causing kernel panics (not tested with 5.5 kernel))
- Microphone (it's recognised with new apple t2 sound driver, but there is a low mic volume amp)
- Microphone (it's recognized with new apple t2 sound driver, but there is a low mic volume amp)

#### Working with upstream stable kernel 5.1

Expand Down
2 changes: 1 addition & 1 deletion update_kernel_mbp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -eu -o pipefail
### Apple T2 drivers commit hashes
KERNEL_PATCH_PATH=/tmp/kernel_patch

UPDATE_SCRIPT_BRANCH=${UPDATE_SCRIPT_BRANCH:-v5.16-f35}
UPDATE_SCRIPT_BRANCH=${UPDATE_SCRIPT_BRANCH:-v5.17-f35}
MBP_FEDORA_BRANCH=f35
BCE_DRIVER_GIT_URL=https://github.com/t2linux/apple-bce-drv
BCE_DRIVER_BRANCH_NAME=aur
Expand Down

0 comments on commit d39f280

Please sign in to comment.