From: Konstantin Lepikhov <lakostis@altlinux.org> To: devel-kernel@lists.altlinux.org Subject: [d-kernel] [6.15] [iwlwifi] Enable CONFIG_IWLMLD? Date: Mon, 7 Jul 2025 18:50:36 +0200 Message-ID: <aGv63NetfYpmjCJM@lks.home> (raw) Привет! Похоже, в альтовом 6.15 как-то пропустили изменение, которое появилось с коммитом d1e879ec600f9b3bdd253167533959facfefb17b: +config IWLMLD + tristate "Intel Wireless WiFi MLD Firmware support" + select WANT_DEV_COREDUMP + depends on MAC80211 + depends on PTP_1588_CLOCK_OPTIONAL ... -iwlwifi-$(CONFIG_IWLMVM) += cfg/ax210.o cfg/bz.o cfg/sc.o cfg/dr.o +iwlwifi-$(CONFIG_IWLMVM) += cfg/ax210.o +iwlwifi-$(CONFIG_IWLMLD) += cfg/bz.o cfg/sc.o cfg/dr.o ... iwlmld is a new op_mode that supports BE200 or newer if the firmware being used is 97.ucode or newer. If the user has an older devices or BE200 with .96.ucode, iwlmvm will be loaded. Of course, this op_mode selection is seamless. По факту в текущем ядре 6.15 в выводе modinfo не хватает целой пачки pci aliases, которые были в 6.14 и карта, которая успешно обнаруживалась в 6.14, теперь перестала работать (т.к. bz.o теперь переехал в IWLMLD): июл 07 18:06:40 localhost kernel: iwlwifi 0000:00:14.3: Detected crf-id 0x1300504, cnv-id 0x80930 wfpm id 0x80005b30 июл 07 18:06:40 localhost kernel: iwlwifi 0000:00:14.3: PCI dev 7740/0274, rev=0x461, rfid=0x10a100 июл 07 18:06:40 localhost kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz июл 07 18:06:40 localhost kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.4.196 июл 07 18:06:40 localhost kernel: iwlwifi 0000:00:14.3: loaded firmware version 96.44729d4e.0 bz-b0-hr-b0-96.ucode op_mode iwlmvm [altlinux@localhost ~]$ sudo fgrep -i IWLMLD /boot/config-6.15.4-6.15-alt1 # CONFIG_IWLMLD is not set -- WBR et al.
next reply other threads:[~2025-07-07 16:50 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2025-07-07 16:50 Konstantin Lepikhov [this message] 2025-07-07 21:20 ` Vitaly Chikunov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=aGv63NetfYpmjCJM@lks.home \ --to=lakostis@altlinux.org \ --cc=devel-kernel@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux kernel packages development This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \ devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com public-inbox-index devel-kernel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git