[Kernel-packages] [Bug 1848831]

2023-11-27 Thread matthias
I also have AX200 card with errors as mentioned above, and no wifi interface at startup. I tried solution from @invalidhandle and it worked: I left alone iwlwifi-cc-a0-50.ucode.zst (I don't have version 48) in /lib/firmware and rebooted. Then wifi was ok and I could connect to internet. I tried

[Kernel-packages] [Bug 1848831]

2022-05-22 Thread invalidhandle
I forgot to specify that the above fix using iwlwifi-cc-a0-48.ucode is working on 5.16.0-12parrot1-amd64. I haven't tested other higher versions of the .ucode yet. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu.

[Kernel-packages] [Bug 1848831]

2022-05-22 Thread invalidhandle
Disclaimer: I'm not a hardware programmer so I don't know how to evaluate the code and understand why it is breaking or what differences are between versions. I got it working on a Lenovo Legion using the iwlwifi-cc-a0-48.ucode firmware. A clean install put it on the -63 version and Intel's websit

[Kernel-packages] [Bug 1848831]

2022-05-16 Thread helios.solaris
Is there an update to this? Did anybody get the AX200 card working in a x16 slot? I had no luck with kernel 5.16.12 (bullseye-backports) and firmware- iwlwifi 20210818-1 Thanks. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmw

[Kernel-packages] [Bug 1848831]

2022-01-06 Thread greearb
ax200/ax210 does not work in x16 pcie slots in my experience. Try x1 or x4 slots instead. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1848831 Title: Intel WiFi AX200 [8086:0

[Kernel-packages] [Bug 1848831]

2022-01-06 Thread MdAyq1
The above comment (In reply to Sebastian Penhouet from comment #7) > In my case (Wifi card: Asus PCE-AX58BT) the Asus support claims that the card > will only work in a PCIe x1 slot and will not work in a x4, x8, x16 slot. is unlikely to be universally applicable to the other AX200 cards. My WiF

[Kernel-packages] [Bug 1848831]

2022-01-06 Thread micro.modder
I just experienced this issue after rearranging PCIe adapters in my 0M5DCD board based box (Optiplex 390DT guts turned into Frankenputer.) I moved the wifi6 adapter up to the x16 slot, where a renesas USB 3.0 card was working fine. The EDUP branded Intel AX200 chipset based AX3000 Wifi 6 PCIe

[Kernel-packages] [Bug 1848831]

2022-01-06 Thread kernel
sorry for not formatting, I googled but didn't find any information about howto (except all MARKDOWNs I tried didn't work). I do have the same problem in here: -110 bug I have - ASUS Z97 mainboard - Xeon kernel - kernel 5.11 (ubuntu 21.04) - the card in slot pciex16_1 -- You received this bug no

[Kernel-packages] [Bug 1848831]

2022-01-06 Thread stephanhoerold
I have recently built a NAS server based on Openmediavault. "uname -a" gives me Debian 5.7.10. My motherboard is an Asus P11C-I and the Wifi PCIe card is an Asus PCE-AX3000 with Intel's AX200 Wifi 6 chip. There's only one PCIe slot available for use. I get the same error as reported above: [5

[Kernel-packages] [Bug 1848831]

2022-01-06 Thread johannes
These all: 0x20100222 | ADVANCED_SYSASSERT 0x201000A3 | ADVANCED_SYSASSERT and possibly the SecBoot CPU1 Status: 0x5ae1, CPU2 Status: 0x3 as well all point to a similar issue with (firmware) timeouts during PCIe DMA transactions. I don't know if there's something with the link that makes i

[Kernel-packages] [Bug 1848831]

2022-01-06 Thread stephanhoerold
I should also note that I went to kernel git to download what I think may be Intel's latest version of the u-code. But that one throws the same error: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux- firmware.git/tree/ -- You received this bug notification because you are a member

[Kernel-packages] [Bug 1848831]

2022-01-06 Thread lists
This happens here every now and then on a ThinkPad T470 with the latest BIOS installed and an internal Intel Wireless 8265 / 8275 adapter: $ grep NMI_INTERRUPT_UMAC_FATAL /var/log/system.log | tail -5 Dec 30 15:19:41 horus kernel: iwlwifi :04:00.0: 0x0071 | NMI_INTERRUPT_UMAC_FATAL D

[Kernel-packages] [Bug 1848831] Re: Intel WiFi AX200 [8086:08b1] subsystem [8086:4070] firmware loading error resulting in no wifi

2021-11-30 Thread Eric Ackermann
I have the same problem with a M.2 AX200 card installed in a laptop running Ubuntu 20.04, with kernel 5.11.0-40-generic. I noticed that the WiFi works fine when I force the driver to load the firmware "iwlwifi-cc-a0-48.ucode" by renaming newer versions of this file, and this also worked with pre

[Kernel-packages] [Bug 1848831]

2020-09-12 Thread pepsov
I can confirm that the AX200 works OK when plugged in a x1 PCIe slot, and does NOT work in a x16 slot. In the later case it generates the before-mentioned "NMI_INTERRUPT_UMAC_FATAL" followed in the logs by iwlwifi :01:00.0: Failed to start RT ucode: -110 iwlwifi :01:00.0: Failed to

[Kernel-packages] [Bug 1848831]

2020-08-01 Thread ravenexp
I've also bought a Fenvi FV-AX3000 card today, based on AX200. It is plugged into the PCIe x16 slot on my Gigabyte H87N-WIFI motherboard. My kernel is vanilla 5.7.12 with iwlwifi compiled in. The firmware always crashes at startup with: > iwlwifi :01:00.0: Failed to start RT ucode: -110 > iwl

[Kernel-packages] [Bug 1848831]

2020-08-01 Thread ravenexp
Created attachment 290711 Firmware crash log -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1848831 Title: Intel WiFi AX200 [8086:08b1] subsystem [8086:4070] firmware loading

[Kernel-packages] [Bug 1848831]

2020-07-28 Thread flowhellow
Hi, I'm having the same issue with this card (integrated into the motherboard) and I dug a bit inside the code. The code in (iwlmvm/fw.c) waits for an alive notification and then times out. iwl_mvm_load_ucode_wait_alive will runn iwl_wait_notification which times out with err -110. I don't know

[Kernel-packages] [Bug 1848831]

2020-07-24 Thread gabemarcano
I just got a fenvi FV-AX3000 card, which at its core uses an Intel AX200. I was getting the same log from the kernel as above with RT ucode: -110, until I did some more snooping around. I originally plugged in the card to one of the x16 slots on my motherboard (Gigabyte Z77X-UD5H motherboard, CPU

[Kernel-packages] [Bug 1848831]

2020-06-02 Thread s.penhouet
Some previously suggested that this issue could have something to do with the type of PCIe slot. In my case (Wifi card: Asus PCE-AX58BT) the Asus support claims that the card will only work in a PCIe x1 slot and will not work in a x4, x8, x16 slot. It should not have anything to do with PCIe gen

[Kernel-packages] [Bug 1848831]

2020-05-07 Thread s.penhouet
I'm facing the same issue with Ubuntu Desktop 20.04 (64 bit) with kernel 5.2.21 and 5.4. My card (Asus PCE-AX58BT) is plugged into a PCIe 3.0 x8 slot. Kernel 5.2.21-050221: [2.045735] iwlwifi :02:00.0: enabling device ( -> 0002) [2.058883] iwlwifi :02:00.0: Direct firmware l

[Kernel-packages] [Bug 1848831] Re: Intel WiFi AX200 [8086:08b1] subsystem [8086:4070] firmware loading error resulting in no wifi

2020-04-24 Thread Christian Ohrfandl
I get the same propblem on Ubuntu 20.04 uname -a Linux christian-vie-ubuntu 5.4.0-26-generic #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux sudo lspci -vvnk -s 01:00.0 01:00.0 0280: 8086:2723 (rev 1a) Subsystem: 8086:0084 Control: I/O- Mem+ BusMaster+

[Kernel-packages] [Bug 1848831] Re: Intel WiFi AX200 [8086:08b1] subsystem [8086:4070] firmware loading error resulting in no wifi

2020-03-09 Thread You-Sheng Yang
@Maheshwaran, if neither latest mainline kernel[1] nor backport-iwlwifi- dkms[2], along with latest linux-firmware[3], work for you, then probably we can only wait for updates to https://bugzilla.kernel.org/show_bug.cgi?id=205123 from Intel. [1]: https://kernel.ubuntu.com/~kernel-ppa/mainline/ [2]

[Kernel-packages] [Bug 1848831] Re: Intel WiFi AX200 firmware loading error resulting in no wifi

2020-03-06 Thread Maheshwaran
Any update on this issue? Dell latitude 7540 still reporting this issue. Kernel : Linux 5.3.18-050318-generic -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1848831 Title: Inte

[Kernel-packages] [Bug 1848831] Re: Intel WiFi AX200 firmware loading error resulting in no wifi

2019-11-20 Thread Bug Watch Updater
Launchpad has imported 6 comments from the remote bug at https://bugzilla.kernel.org/show_bug.cgi?id=205123. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help

[Kernel-packages] [Bug 1848831] Re: Intel WiFi AX200 firmware loading error resulting in no wifi

2019-11-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: linux-firmware (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.

[Kernel-packages] [Bug 1848831] Re: Intel WiFi AX200 firmware loading error resulting in no wifi

2019-10-28 Thread You-Sheng Yang
** Also affects: ubuntux via https://bugzilla.kernel.org/show_bug.cgi?id=205123 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1848

[Kernel-packages] [Bug 1848831] Re: Intel WiFi AX200 firmware loading error resulting in no wifi

2019-10-28 Thread Ari
For reference, here is the output, but with an old intel wifi card 7260 that works perfectly well and is installed in the same X16 PCIE slot where the AX200 fails to load its firmware. The AX200 was supposed to replace the 7260 however due to this problem I've had to roll back the upgrade. https:

[Kernel-packages] [Bug 1848831] Re: Intel WiFi AX200 firmware loading error resulting in no wifi

2019-10-28 Thread Zero_Chaos
I'm not on ubuntu but I'm the same kernel with the same kernel bug and same hardware. Hope this helps anyway :-) ** Attachment added: "lspci -vvnk" https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1848831/+attachment/5300949/+files/kernel-5.3.6.fail -- You received this bug no

[Kernel-packages] [Bug 1848831] Re: Intel WiFi AX200 firmware loading error resulting in no wifi

2019-10-27 Thread You-Sheng Yang
Hi, could you also attach output of `sudo lspci -vvnk -s 01:00.0`? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1848831 Title: Intel WiFi AX200 firmware loading error resultin

[Kernel-packages] [Bug 1848831] Re: Intel WiFi AX200 firmware loading error resulting in no wifi

2019-10-19 Thread Ari
Based on a few references and the issue in my system, it seems ax200 has issues with (at least) specific PCIE slot types X16, again at least with certain motherboards.X1/X4/X8 slots seem to work ok consistently. Hopefully this is fixable via firmware, so will retest once Intel releases the next few

[Kernel-packages] [Bug 1848831] Re: Intel WiFi AX200 firmware loading error resulting in no wifi

2019-10-19 Thread Ari
@vicamo I tested various combinations, here's the dmesg output: stock 5.3 kernel + iwlwifi backport: https://paste.ubuntu.com/p/j6WDwqDJcd/ mainline 5.4rc3: https://paste.ubuntu.com/p/VnY6vZvqnC/ mainline 5.4rc3 + backported iwlwifi (there was an error inthe install, see notes in log): https://

[Kernel-packages] [Bug 1848831] Re: Intel WiFi AX200 firmware loading error resulting in no wifi

2019-10-19 Thread Ari
@vicamo I tested various combinations, here's the dmesg output: stock 5.3 kernel + iwlwifi backport: https://paste.ubuntu.com/p/j6WDwqDJcd/ mainline 5.4rc3: https://paste.ubuntu.com/p/VnY6vZvqnC/ mainline 5.4rc3 + backported iwlwifi (there was an error inthe install, see notes in log): https://

[Kernel-packages] [Bug 1848831] Re: Intel WiFi AX200 firmware loading error resulting in no wifi

2019-10-18 Thread You-Sheng Yang
Hi, could you also try mainline kernel https://kernel.ubuntu.com /~kernel-ppa/mainline/v5.4-rc3/ as well as backport-iwlwifi dkms from https://launchpad.net/~vicamo/+archive/ubuntu/backport-iwlwifi-dkms ? The firmware blobs in Eoan are already latest openly available ones. -- You received this bu

[Kernel-packages] [Bug 1848831] Re: Intel WiFi AX200 firmware loading error resulting in no wifi

2019-10-18 Thread Ari
The issue could be in: linux-modules-extra-5.3.0-18-generic (iwlwifi module) rather than in intel's firmware -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1848831 Title: Int

[Kernel-packages] [Bug 1848831] [NEW] Intel WiFi AX200 firmware loading error resulting in no wifi

2019-10-18 Thread Ari
Public bug reported: Ubuntu 19.10 - stock kernel - Intel AX200 PCI card in a desktop PC uname -a Linux nahuatl 5.3.0-18-generic #19-Ubuntu SMP Tue Oct 8 20:14:06 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux The card is detected OK as dmesg shows, however the card's firmware fails immediately after l