Had to add to the 7.0rc5-1 config to get audio working on a 2026 Dell XPS (may affect other Intel laptops?)
CONFIG_SND_SOC_SDCA_CLASS=m
CONFIG_SND_SOC_SDCA_CLASS_FUNCTION=m
CONFIG_SND_SOC_SDCA_FDL=y
| Git Clone URL: | https://aur.archlinux.org/linux-mainline.git (read-only, click to copy) |
|---|---|
| Package Base: | linux-mainline |
| Description: | The Linux Mainline kernel and modules |
| Upstream URL: | https://kernel.org/ |
| Licenses: | GPL-2.0-only |
| Provides: | KSMBD-MODULE, NTSYNC-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
| Replaces: | virtualbox-guest-modules-arch, wireguard-arch |
| Submitter: | miffe |
| Maintainer: | miffe |
| Last Packager: | miffe |
| Votes: | 293 |
| Popularity: | 0.92 |
| First Submitted: | 2011-07-22 06:50 (UTC) |
| Last Updated: | 2026-04-06 01:40 (UTC) |
Had to add to the 7.0rc5-1 config to get audio working on a 2026 Dell XPS (may affect other Intel laptops?)
CONFIG_SND_SOC_SDCA_CLASS=m
CONFIG_SND_SOC_SDCA_CLASS_FUNCTION=m
CONFIG_SND_SOC_SDCA_FDL=y
for 6.17rc7-1, config needs to be altered so docker.service will run:
1569c1569
< # CONFIG_NETFILTER_XTABLES_LEGACY is not set
---
> CONFIG_NETFILTER_XTABLES_LEGACY=y
1729a1730
> CONFIG_IP_NF_IPTABLES_LEGACY=m
1748a1750
> CONFIG_IP_NF_FILTER=m
1750a1753,1757
> CONFIG_IP_NF_NAT=m
> CONFIG_IP_NF_TARGET_MASQUERADE=m
> CONFIG_IP_NF_TARGET_NETMAP=m
> CONFIG_IP_NF_TARGET_REDIRECT=m
> CONFIG_IP_NF_MANGLE=m
1751a1759,1762
> # CONFIG_IP_NF_TARGET_TTL is not set
> # CONFIG_IP_NF_RAW is not set
> # CONFIG_IP_NF_SECURITY is not set
> CONFIG_IP_NF_ARPTABLES=m
1752a1764
> # CONFIG_IP_NF_ARPFILTER is not set
1758a1771
> CONFIG_IP6_NF_IPTABLES_LEGACY=m
1778a1792,1793
> # CONFIG_IP6_NF_TARGET_HL is not set
> CONFIG_IP6_NF_FILTER=m
1780a1796,1799
> CONFIG_IP6_NF_MANGLE=m
> # CONFIG_IP6_NF_RAW is not set
> # CONFIG_IP6_NF_SECURITY is not set
> # CONFIG_IP6_NF_NAT is not set
1788a1808
> # CONFIG_BRIDGE_NF_EBTABLES_LEGACY is not set
EDIT: also need:
1597a1598
> # CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set
1602a1604
> # CONFIG_NETFILTER_XT_TARGET_TRACE is not set
1760c1762
< # CONFIG_IP_NF_RAW is not set
---
> CONFIG_IP_NF_RAW=m
1797c1799
< # CONFIG_IP6_NF_RAW is not set
---
> CONFIG_IP6_NF_RAW=m
1799c1801,1802
< # CONFIG_IP6_NF_NAT is not set
---
> CONFIG_IP6_NF_NAT=m
> CONFIG_IP6_NF_TARGET_MASQUERADE=m
Hi, rustup should probably be removed from rust alternatives. I was not able to build latest version (6.17rc4-1) against it. I was getting this error (Sorry about the Czech, but should still be somehow informative):
==> Spouští se package_linux-mainline-headers()...
Installing build files...
Installing headers...
Installing KConfig files...
Installing Rust files...
install: nelze získat informace o 'rust/*.rmeta': Adresář nebo soubor neexistuje ==> CHYBA: Došlo k chybě v package_linux-mainline-headers().
Rušení... -> chyba při vytváření: linux-mainline-exit status 4
With rust installed this error disappeared.
@miffe, can you please apply this patch, it fixes
No longer relevant, it was merged in rc2.nouveau, which was broken by this patch in 6.17-rc1.
For those whose nouveau is broken (for example, on my GeForce 1660) on 6.17-rc1, with the error:
nouveau 0000:01:00.0: [drm] *ERROR* fbdev: Failed to setup emulation (ret=-22)
Apply this revert patch.
Better solution in next comment.
@lufog, I think this is the bug that you have hit: https://lore.kernel.org/all/aH9n_QGMFx2ZbKlw@debian.local
@lufog do you have time to troubleshoot the issue and report it upstream? This is optimally done via a bisection
Last update 6.16rc7-1 broke vulkan-nouveau (NVK), on my GeForce 1660 =(
mrlamud, that's it! Thanks!
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here