Updated VM setup audio

pull/1/head
beech 2 years ago
parent 9d89a4c018
commit 2e94fbeaea
  1. 13
      setup-vmgnome.sh
  2. 13
      setup-vmkde.sh

@ -41,10 +41,14 @@ PKGS=(
# --- Audio # --- Audio
'alsa-utils' # Advanced Linux Sound Architecture (ALSA) Components https://alsa.opensrc.org/ 'alsa-utils' # Advanced Linux Sound Architecture (ALSA) Components https://alsa.opensrc.org/
'alsa-plugins' # ALSA plugins 'alsa-plugins' # ALSA plugins
'pulseaudio' # Pulse Audio sound components
'pulseaudio-alsa' # ALSA configuration for pulse audio
'pavucontrol' # Pulse Audio volume control
'pnmixer' # System tray volume control 'pnmixer' # System tray volume control
'pipewire'
'pipewire-pulse'
'pipewire-audio'
'pipewire-alsa'
'pipewire-jack'
'wireplumber'
'rtkit'
# --- Bluetooth # --- Bluetooth
'bluez' # Daemons for the bluetooth protocol stack 'bluez' # Daemons for the bluetooth protocol stack
@ -64,7 +68,8 @@ sudo systemctl enable gdm.service
sudo systemctl enable vmtoolsd.service sudo systemctl enable vmtoolsd.service
sudo systemctl enable vmware-vmblock-fuse.service sudo systemctl enable vmware-vmblock-fuse.service
cp /usr/share/pipewire/pipewire.conf /etc/pipewire/
echo echo
echo "Done! Please Reboot & Run software.sh" echo "Done! Please Reboot & Run software.sh. View wiki for VM audio fix."
echo echo

@ -41,10 +41,14 @@ PKGS=(
# --- Audio # --- Audio
'alsa-utils' # Advanced Linux Sound Architecture (ALSA) Components https://alsa.opensrc.org/ 'alsa-utils' # Advanced Linux Sound Architecture (ALSA) Components https://alsa.opensrc.org/
'alsa-plugins' # ALSA plugins 'alsa-plugins' # ALSA plugins
'pulseaudio' # Pulse Audio sound components
'pulseaudio-alsa' # ALSA configuration for pulse audio
'pavucontrol' # Pulse Audio volume control
'pnmixer' # System tray volume control 'pnmixer' # System tray volume control
'pipewire'
'pipewire-pulse'
'pipewire-audio'
'pipewire-alsa'
'pipewire-jack'
'wireplumber'
'rtkit'
# --- Bluetooth # --- Bluetooth
'bluez' # Daemons for the bluetooth protocol stack 'bluez' # Daemons for the bluetooth protocol stack
@ -64,7 +68,8 @@ sudo systemctl enable sddm.service
sudo systemctl enable vmtoolsd.service sudo systemctl enable vmtoolsd.service
sudo systemctl enable vmware-vmblock-fuse.service sudo systemctl enable vmware-vmblock-fuse.service
cp /usr/share/pipewire/pipewire.conf /etc/pipewire/
echo echo
echo "Done! Please Reboot & Run software.sh" echo "Done! Please Reboot & Run software.sh. View wiki for VM audio fix."
echo echo