https://bugzilla.kernel.org/show_bug.cgi?id=105251
Dennis83 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Dennis83 <[email protected]> --- My config: xp13 dev edition fullhd A4 Bios Replaced Broadcom wifi with intel wifi kernel 4.1.6 arch linux -- no crashes My machine loads snd_soc_rt286 instead of snd_soc_rl6347a (rl6347a module was added in 4.2) The reason why snd_soc_rl6347a module gets loaded even when blacklisted is probably that it gets loaded as a dependency of other modules. for preventing the module to get into initramfs it is necessary to edit some configs to prevent blacklisting modules in or having them pulled into initramfs. it is explained in more detailed at https://wiki.archlinux.org/index.php/Kernel_modules#Blacklisting Try blacklisting a few more sound modules: snd_soc_rl6347a / snd_soc_rt286 snd_pcm snd_soc_core i2c_core snd_timer snd soundcore snd_compress snd_pcm_dmaengine on my system these modules are loaded and would trigger snd_soc_rt286 to be loaded according to lsmod. Also, could you load a 4.1 kernel since 4.1 does not have that sound module and provide a boot log? probably you did this already: - checked ram (memtest) and flash (badblocks) for faults - compiled kernel using a different gcc compiler version, without any custom compiler variables/flags - booted without intel-ucode.img (kernel command line initrd) -- You are receiving this mail because: You are watching the assignee of the bug. ------------------------------------------------------------------------------ _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
