All Projects â†’ stukev â†’ XPS-17-9700-Ubuntu-Soundfix

stukev / XPS-17-9700-Ubuntu-Soundfix

Licence: other
A simple script to install the necessary firmware to fix sound output (dummy sound).

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to XPS-17-9700-Ubuntu-Soundfix

Ubuntu Mainline Kernel.sh
Bash script for Ubuntu (and derivatives) to easily (un)install kernels from the Ubuntu Kernel PPA
Stars: ✭ 364 (+1815.79%)
Mutual labels:  kernel, ubuntu
Linux Kernel Utilities
👷 Utilities to compile and / or update linux kernels for Debian and derivatives (e.g. Ubuntu, LinuxMint, etc.)
Stars: ✭ 166 (+773.68%)
Mutual labels:  kernel, ubuntu
Helenos
A portable microkernel-based multiserver operating system written from scratch.
Stars: ✭ 553 (+2810.53%)
Mutual labels:  kernel, sound
Linux Baytrail Flexx10
Install GNU/Linux on NextBook Flexx 10.1
Stars: ✭ 73 (+284.21%)
Mutual labels:  ubuntu, firmware
mt762x-wm8960
MT762X WM8960 ALSA SoC machine driver
Stars: ✭ 19 (+0%)
Mutual labels:  kernel, sound
Indicator Sound Switcher
Sound input/output selector indicator for Linux
Stars: ✭ 243 (+1178.95%)
Mutual labels:  ubuntu, sound
Build
Armbian Linux build framework
Stars: ✭ 1,827 (+9515.79%)
Mutual labels:  kernel, ubuntu
Skiboot
OPAL boot and runtime firmware for POWER
Stars: ✭ 85 (+347.37%)
Mutual labels:  kernel, firmware
XPS13-9300-hackintosh
opencore hackintosh xps 13 9300
Stars: ✭ 74 (+289.47%)
Mutual labels:  dell, xps
DellXPS15-9560-OSX
Repository to run Sierra on the Dell XPS 15 9560 (2017)
Stars: ✭ 55 (+189.47%)
Mutual labels:  dell, xps
Sof
Sound Open Firmware
Stars: ✭ 183 (+863.16%)
Mutual labels:  firmware, sound
XPS15-9560-Monterey
XPS15-9560-Catalina, Qįž¤īŧš161385229
Stars: ✭ 268 (+1310.53%)
Mutual labels:  dell, xps
Throttled
Workaround for Intel throttling issues in Linux.
Stars: ✭ 1,914 (+9973.68%)
Mutual labels:  dell, xps
systemboot
SystemBoot is a LinuxBoot distribution that works as a system firmware + bootloader, based on u-root
Stars: ✭ 103 (+442.11%)
Mutual labels:  kernel, firmware
Kafl
A fuzzer for full VM kernel/driver targets
Stars: ✭ 204 (+973.68%)
Mutual labels:  kernel, firmware
Mirage
Reimplementation of the Nintendo Switch firmware
Stars: ✭ 40 (+110.53%)
Mutual labels:  kernel, firmware
WoodenBeaver
The WoodenBeaver sound theme
Stars: ✭ 18 (-5.26%)
Mutual labels:  ubuntu, sound
Kaminou-Kernel
Just another (unfinished) kernel from scratch...
Stars: ✭ 32 (+68.42%)
Mutual labels:  kernel
Dell-S2716DGR-Calibration-Guide
Calibration guide for the Dell S2716DG and S2716DGR to get the best picture quality and colors
Stars: ✭ 33 (+73.68%)
Mutual labels:  dell
pearlfan
GNU/Linux kernel driver and libusb app for a Pearl's USB LED fan
Stars: ✭ 20 (+5.26%)
Mutual labels:  kernel

XPS-17-9700-Ubuntu-Soundfix

A simple script to install the necessary firmware to fix sound output (dummy sound). This works on Ubuntu 20.04 and may or may not work on other versions.

General info

All necessary files are included in this git repo. I've opted for this because some of the tutorials for this fix link to packages which 404 as they've been updated since.

You will also need a kernel that supports the new firmware. I opted for linux-oem-20.04 since that's a known one to include some Dell fixes. Currently 5.6.0-1056-oem is the only one with both Sound and Microphone working. Please open an issue if you find a newer one that works.

Tested Kernels

Kernel Sound Microphone
5.6.0-1056-oem Works Works
5.10.0-1029-oem Works Broken
5.10.0-1033-oem Works Broken
5.10.0-1034-oem Works Broken
5.10.0-1045-oem Works Unknown

Setup

  1. Install the necessary kernel with sudo apt install linux-oem-20.04
  2. Clone the repo git clone https://github.com/stukev/XPS-17-9700-Ubuntu-Soundfix.git
  3. Run the fix sudo sh XPS-17-9700-Ubuntu-Soundfix/sound_fix.sh
  4. Remove the repo rm XPS-17-9700-Ubuntu-Soundfix -rf
  5. Reboot and select your new OEM kernel in GRUB under 'Advanced options'.
  6. If you still have no sound, check whether you used the right kernel with uname -r. If you did, consider opening an issue in this git repo and maybe we can solve it together.

Future updates from Ubuntu may break this fix. But you can always run it again if that happens.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].