Crackling noise with XPS 13 9360 (i5-8260)
Original title: Kernel parameter not working after wake
My Dell XPS 13 9360 (i5-8250U) exhibits noise/crackling. This happens on load or screen changes and can reliably be forced when playing a (muted) video. The Arch wiki suggests a kernel parameter to remedy the situation [1]:
i915.enable_guc_loading=1
This works directly after boot, until the first sleep/hibernate. After wakeup, the crackling is back until the next reboot, when the kernel parameter apparently takes effect again. I suppose that after wakeup and reinitialization of the i915 module the parameter is not being set?
I am runnig Fedora 27, a quick test with an Ubuntu Live Disc showed the same behaviour, so I guess this is not distro-specific but in fact a general driver problem. Any ideas how to fix this?
update - solved
Solved the problem using a kernel patch that extends a known workaround for this laptop's audio device [2]. I changed the original title as it was misleading. With the patch applied to kernel 4.14, the kernel-parameter mentioned above is no longer required.
The patch should make it into kernel 4.14.15 and 4.15.
[1] https://wiki.archlinux.org/index.php/Dell_XPS_13_(9360)#Crackling_sound_with_screen_changes
[2] https://lkml.org/lkml/2018/1/22/169
link is broken, can you post again, and see if you can fix it?
I would like to, but the link isn't beeing parsed correctly by markdown. Any ideas?
Try this
https://wiki.archlinux.org/index.php/Dell_XPS_13_(9360)#Crackling_sound_with_screen_changes
it appears that ask fedora is stripping the underscore out of the link, before posting the comment, and if the link is linked from the menu choice, the hash tag is being ignored, so both options are failing to properly process the link. when i click to edit the comment, the underscore show up in the proper location. treating as a code block let the fully resolved link remain intact.okay, link mystery solved, so on to the problem. file a bug report with the driver software creator. since the problem is not tied to a particular distro of linux.