Skip to content

Instantly share code, notes, and snippets.

View emiliodelacrvz's full-sized avatar
🐇
wabbits!

emiliodelacrvz

🐇
wabbits!
View GitHub Profile
@loopyd
loopyd / hp-omen-fix.sh
Last active January 30, 2026 23:52
[bash] HP Omen Fix for Linux Mint - Fixes error with missing audio firmware on this laptop
#!/bin/bash
# This script is used to fix the audio issues on HP Omen 15 laptop
#
# It installs the latest kernel, updates the sof firmware, removes old kernels, enables real-time audio support and disables mitigations for better performance, as well
# as applies additional tweaks to improve the overall system performance and stability on this laptop.
# Function to update sof firmware from sof project to the specified version
function update_sof() {
local sof_firmware_version="${1}"