Skip to content

Commit

Permalink
Artemis Nova-T2 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
NoaHimesaka1873 committed Oct 4, 2022
1 parent 5132543 commit 6223c6b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
1 change: 1 addition & 0 deletions calamares/modules/netinstall-ce-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
- alsa-firmware
- alsa-plugins
- alsa-utils
- apple-t2-audio-config
- pavucontrol
- pipewire-pulse
- wireplumber
Expand Down
1 change: 1 addition & 0 deletions calamares/modules/netinstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
- alsa-firmware
- alsa-plugins
- alsa-utils
- apple-t2-audio-config
- pavucontrol
- pipewire-pulse
- wireplumber
Expand Down
2 changes: 1 addition & 1 deletion calamares/modules/pacstrap.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
basePackages:
- iptables-nft
- apple-bcm-wifi-firmware
- apple-bcm-firmware
- base
- base-devel
- btrfs-progs
Expand Down
14 changes: 0 additions & 14 deletions calamares/scripts/chrooted_cleaner_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -632,20 +632,6 @@ EOF
_c_c_s_msg warning "GRUB config file not found"
fi
# install audio configs
model=$(< /sys/devices/virtual/dmi/id/product_name)
if [ "$model" = "MacBookPro16,1" ] ; then
_c_c_s_msg info "installing audio configs for MacBookPro16,1"
pacman -U /opt/extra-drivers/apple-t2-audio-config-alt-0.1-5-any.pkg.tar.zst --noconfirm
elif [ "$model" = "MacBookPro16,4" ] ; then
_c_c_s_msg info "installing audio configs for MacBookPro16,4"
pacman -U /opt/extra-drivers/apple-t2-audio-config-alt-0.1-5-any.pkg.tar.zst --noconfirm
elif [ "$model" = "MacBookAir9,1" ] ; then
_c_c_s_msg info "installing audio configs for MacBookAir9,1"
_copy_mba91_soundconfig
else
_c_c_s_msg info "installing generic audio configs"
pacman -U /opt/extra-drivers/apple-t2-audio-config-0.1-5-any.pkg.tar.zst --noconfirm
fi

_check_install_mode
_endeavouros
Expand Down

0 comments on commit 6223c6b

Please sign in to comment.