Issue #548 has been reported by Jeremy Brown.
---------------------------------------- Bug #548: Computer Fails To Recognize Upgraded WiFi Card https://ticket.coreboot.org/issues/548
* Author: Jeremy Brown * Status: New * Priority: Normal * Target version: none * Start date: 2024-07-15 ---------------------------------------- I am running coreboot 24.05 on my Lenovo X201.
I decided to upgrade my WiFi card from an Intel Centrino Advanced-N 6205 to an Intel Wireless-AC 7260; since I selected the option to support Intel PCIe cards in my build config I expected everything to work but my computer fails to recognize the new card. The old card is still recognized if I reinstall it so I know I didn't mess up the socket somehow; I've read reports of the 7260 [working with a modded factory BIOS](https://richbits.rbarnes.org/installing-the-intel-7260-in-the-thinkpad-x201....) so I don't think there's an electrical issue. I've attached lspci data from both chips, lmk if additional information is needed.
---Files-------------------------------- 6205_lspci_tree.txt (1.63 KB) 7260_lspci_tree.txt (1.57 KB) 6205_lspci.txt (12.8 KB) 7260_lspci.txt (12.2 KB)
Issue #548 has been updated by Jeremy Brown.
File coreboot.cfg added Description updated
---------------------------------------- Bug #548: Computer Fails To Recognize Upgraded WiFi Card https://ticket.coreboot.org/issues/548#change-1869
* Author: Jeremy Brown * Status: New * Priority: Normal * Target version: none * Start date: 2024-07-15 ---------------------------------------- I am running coreboot 24.05 on my Lenovo X201.
I decided to upgrade my WiFi card from an Intel Centrino Advanced-N 6205 to an Intel Wireless-AC 7260; since I selected the option to support Intel PCIe cards in my build config I expected everything to work but my computer fails to recognize the new card. The old card is still recognized if I reinstall it so I know I didn't mess up the socket somehow; I've read reports of the 7260 [working with a modded factory BIOS](https://richbits.rbarnes.org/installing-the-intel-7260-in-the-thinkpad-x201....) so I don't think there's an electrical issue. I've seen [somewhat related bugs](https://ticket.coreboot.org/issues/311) but it seems their issue isn't mine.
I've attached lspci data from both chips and my build config, lmk if additional information is needed.
---Files-------------------------------- 6205_lspci_tree.txt (1.63 KB) 7260_lspci_tree.txt (1.57 KB) 6205_lspci.txt (12.8 KB) 7260_lspci.txt (12.2 KB) coreboot.cfg (20.1 KB)
Issue #548 has been updated by Jeremy Brown.
File 6205_root_inspection.txt added File 7260_root_inspection.txt added
---------------------------------------- Bug #548: Computer Fails To Recognize Upgraded WiFi Card https://ticket.coreboot.org/issues/548#change-1870
* Author: Jeremy Brown * Status: New * Priority: Normal * Target version: none * Start date: 2024-07-15 ---------------------------------------- I am running coreboot 24.05 on my Lenovo X201.
I decided to upgrade my WiFi card from an Intel Centrino Advanced-N 6205 to an Intel Wireless-AC 7260; since I selected the option to support Intel PCIe cards in my build config I expected everything to work but my computer fails to recognize the new card. The old card is still recognized if I reinstall it so I know I didn't mess up the socket somehow; I've read reports of the 7260 [working with a modded factory BIOS](https://richbits.rbarnes.org/installing-the-intel-7260-in-the-thinkpad-x201....) so I don't think there's an electrical issue. I've seen [somewhat related bugs](https://ticket.coreboot.org/issues/311) but it seems their issue isn't mine.
I've attached lspci data from both chips and my build config, lmk if additional information is needed.
---Files-------------------------------- 6205_lspci_tree.txt (1.63 KB) 7260_lspci_tree.txt (1.57 KB) 6205_lspci.txt (12.8 KB) 7260_lspci.txt (12.2 KB) coreboot.cfg (20.1 KB) 6205_root_inspection.txt (3.58 KB) 7260_root_inspection.txt (3.58 KB)
Issue #548 has been updated by Nico Huber.
Looks like the PCIe link is completely down. I wouldn't say it's likely with an Intel card, but it's possible that this happens when coreboot enables the link power management (assuming the link worked without pm). A coreboot log would tell us. You can fetch it from a running system with `sudo cbmem -c` (if installed, if not `make -C util/cbmem/ && sudo util/cbmem/cbmem -c` in the coreboot source tree).
---------------------------------------- Bug #548: Computer Fails To Recognize Upgraded WiFi Card https://ticket.coreboot.org/issues/548#change-1871
* Author: Jeremy Brown * Status: New * Priority: Normal * Target version: none * Start date: 2024-07-15 ---------------------------------------- I am running coreboot 24.05 on my Lenovo X201.
I decided to upgrade my WiFi card from an Intel Centrino Advanced-N 6205 to an Intel Wireless-AC 7260; since I selected the option to support Intel PCIe cards in my build config I expected everything to work but my computer fails to recognize the new card. The old card is still recognized if I reinstall it so I know I didn't mess up the socket somehow; I've read reports of the 7260 [working with a modded factory BIOS](https://richbits.rbarnes.org/installing-the-intel-7260-in-the-thinkpad-x201....) so I don't think there's an electrical issue. I've seen [somewhat related bugs](https://ticket.coreboot.org/issues/311) but it seems their issue isn't mine.
I've attached lspci data from both chips and my build config, lmk if additional information is needed.
---Files-------------------------------- 6205_lspci_tree.txt (1.63 KB) 7260_lspci_tree.txt (1.57 KB) 6205_lspci.txt (12.8 KB) 7260_lspci.txt (12.2 KB) coreboot.cfg (20.1 KB) 6205_root_inspection.txt (3.58 KB) 7260_root_inspection.txt (3.58 KB)
Issue #548 has been updated by Jeremy Brown.
File 6205_cbmem_dump.txt added File 7260_cbmem_dump.txt added
I've uploaded logs with both the 6205 and 7260 cards installed.
---------------------------------------- Bug #548: Computer Fails To Recognize Upgraded WiFi Card https://ticket.coreboot.org/issues/548#change-1872
* Author: Jeremy Brown * Status: New * Priority: Normal * Target version: none * Start date: 2024-07-15 ---------------------------------------- I am running coreboot 24.05 on my Lenovo X201.
I decided to upgrade my WiFi card from an Intel Centrino Advanced-N 6205 to an Intel Wireless-AC 7260; since I selected the option to support Intel PCIe cards in my build config I expected everything to work but my computer fails to recognize the new card. The old card is still recognized if I reinstall it so I know I didn't mess up the socket somehow; I've read reports of the 7260 [working with a modded factory BIOS](https://richbits.rbarnes.org/installing-the-intel-7260-in-the-thinkpad-x201....) so I don't think there's an electrical issue. I've seen [somewhat related bugs](https://ticket.coreboot.org/issues/311) but it seems their issue isn't mine.
I've attached lspci data from both chips and my build config, lmk if additional information is needed.
---Files-------------------------------- 6205_lspci_tree.txt (1.63 KB) 7260_lspci_tree.txt (1.57 KB) 6205_lspci.txt (12.8 KB) 7260_lspci.txt (12.2 KB) coreboot.cfg (20.1 KB) 6205_root_inspection.txt (3.58 KB) 7260_root_inspection.txt (3.58 KB) 6205_cbmem_dump.txt (43.2 KB) 7260_cbmem_dump.txt (42.1 KB)
Issue #548 has been updated by Jeremy Brown.
Is there anything else I need to provide to get this bug moving? I remember one idea discussed previously was backporting later southbridge code to my board, can that still be done?
---------------------------------------- Bug #548: Computer Fails To Recognize Upgraded WiFi Card https://ticket.coreboot.org/issues/548#change-1892
* Author: Jeremy Brown * Status: New * Priority: Normal * Target version: none * Start date: 2024-07-15 ---------------------------------------- I am running coreboot 24.05 on my Lenovo X201.
I decided to upgrade my WiFi card from an Intel Centrino Advanced-N 6205 to an Intel Wireless-AC 7260; since I selected the option to support Intel PCIe cards in my build config I expected everything to work but my computer fails to recognize the new card. The old card is still recognized if I reinstall it so I know I didn't mess up the socket somehow; I've read reports of the 7260 [working with a modded factory BIOS](https://richbits.rbarnes.org/installing-the-intel-7260-in-the-thinkpad-x201....) so I don't think there's an electrical issue. I've seen [somewhat related bugs](https://ticket.coreboot.org/issues/311) but it seems their issue isn't mine.
I've attached lspci data from both chips and my build config, lmk if additional information is needed.
---Files-------------------------------- 6205_lspci_tree.txt (1.63 KB) 7260_lspci_tree.txt (1.57 KB) 6205_lspci.txt (12.8 KB) 7260_lspci.txt (12.2 KB) coreboot.cfg (20.1 KB) 6205_root_inspection.txt (3.58 KB) 7260_root_inspection.txt (3.58 KB) 6205_cbmem_dump.txt (43.2 KB) 7260_cbmem_dump.txt (42.1 KB)
Let me ask the other way around. I'm under NDA.
So what is Google going to do about Inode exhaustion under ext4 fs and upstream Linux kernel?
Le mer. 14 août 2024, 18 h 45, Jeremy Brown coreboot@fe80.eu a écrit :
Issue #548 has been updated by Jeremy Brown.
Is there anything else I need to provide to get this bug moving? I remember one idea discussed previously was backporting later southbridge code to my board, can that still be done?
Bug #548: Computer Fails To Recognize Upgraded WiFi Card https://ticket.coreboot.org/issues/548#change-1892
- Author: Jeremy Brown
- Status: New
- Priority: Normal
- Target version: none
- Start date: 2024-07-15
I am running coreboot 24.05 on my Lenovo X201.
I decided to upgrade my WiFi card from an Intel Centrino Advanced-N 6205 to an Intel Wireless-AC 7260; since I selected the option to support Intel PCIe cards in my build config I expected everything to work but my computer fails to recognize the new card. The old card is still recognized if I reinstall it so I know I didn't mess up the socket somehow; I've read reports of the 7260 [working with a modded factory BIOS]( https://richbits.rbarnes.org/installing-the-intel-7260-in-the-thinkpad-x201....) so I don't think there's an electrical issue. I've seen [somewhat related bugs](https://ticket.coreboot.org/issues/311) but it seems their issue isn't mine.
I've attached lspci data from both chips and my build config, lmk if additional information is needed.
---Files-------------------------------- 6205_lspci_tree.txt (1.63 KB) 7260_lspci_tree.txt (1.57 KB) 6205_lspci.txt (12.8 KB) 7260_lspci.txt (12.2 KB) coreboot.cfg (20.1 KB) 6205_root_inspection.txt (3.58 KB) 7260_root_inspection.txt (3.58 KB) 6205_cbmem_dump.txt (43.2 KB) 7260_cbmem_dump.txt (42.1 KB)
-- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: https://ticket.coreboot.org/my/account _______________________________________________ coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an email to coreboot-leave@coreboot.org
Issue #548 has been updated by Martin Roth.
Subject changed from Computer Fails To Recognize Upgraded WiFi Card to Lenovo X201 Fails To Recognize Upgraded WiFi Card
This could be an issue with the power-on timing of the PCIe slots. Typically there will be GPIOs that control power, reset and wifi/bluetooth enables on the slot. The chip on the module will give specific timings that need to be met for the card to work. If the timings aren't met, the card might not initialize properly.
You can look at the connector spec to see which pin is used for what, then try enabling and disabling the GPIOs to see which controls what (Assuming they're not already set in the GPIO config).
As I recall, typically you'll power it on in the boot block, then bring it out of reset in romstage, and wifi needs to be enabled before PCI enumeration in ramstage. Bluetooth is typically USB, so it just needs to be enabled before boot.
Obviously, I can't promise that this is the problem in your case, but I've seen issues where having the wrong timings kept the card from enumerating.
---------------------------------------- Bug #548: Lenovo X201 Fails To Recognize Upgraded WiFi Card https://ticket.coreboot.org/issues/548#change-1894
* Author: Jeremy Brown * Status: New * Priority: Normal * Target version: none * Start date: 2024-07-15 ---------------------------------------- I am running coreboot 24.05 on my Lenovo X201.
I decided to upgrade my WiFi card from an Intel Centrino Advanced-N 6205 to an Intel Wireless-AC 7260; since I selected the option to support Intel PCIe cards in my build config I expected everything to work but my computer fails to recognize the new card. The old card is still recognized if I reinstall it so I know I didn't mess up the socket somehow; I've read reports of the 7260 [working with a modded factory BIOS](https://richbits.rbarnes.org/installing-the-intel-7260-in-the-thinkpad-x201....) so I don't think there's an electrical issue. I've seen [somewhat related bugs](https://ticket.coreboot.org/issues/311) but it seems their issue isn't mine.
I've attached lspci data from both chips and my build config, lmk if additional information is needed.
---Files-------------------------------- 6205_lspci_tree.txt (1.63 KB) 7260_lspci_tree.txt (1.57 KB) 6205_lspci.txt (12.8 KB) 7260_lspci.txt (12.2 KB) coreboot.cfg (20.1 KB) 6205_root_inspection.txt (3.58 KB) 7260_root_inspection.txt (3.58 KB) 6205_cbmem_dump.txt (43.2 KB) 7260_cbmem_dump.txt (42.1 KB)
Issue #548 has been updated by Maya Matuszczyk.
Jeremy Brown wrote:
I am running coreboot 24.05 on my Lenovo X201.
I decided to upgrade my WiFi card from an Intel Centrino Advanced-N 6205 to an Intel Wireless-AC 7260; since I selected the option to support Intel PCIe cards in my build config I expected everything to work but my computer fails to recognize the new card. The old card is still recognized if I reinstall it so I know I didn't mess up the socket somehow; I've read reports of the 7260 [working with a modded factory BIOS](https://richbits.rbarnes.org/installing-the-intel-7260-in-the-thinkpad-x201....) so I don't think there's an electrical issue. I've seen [somewhat related bugs](https://ticket.coreboot.org/issues/311) but it seems their issue isn't mine.
I've attached lspci data from both chips and my build config, lmk if additional information is needed.
I'm using a miniPCIe AX210 card with coreboot on my X201 and so far it works perfectly fine with this config https://ticket.coreboot.org/attachments/460
---------------------------------------- Bug #548: Lenovo X201 Fails To Recognize Upgraded WiFi Card https://ticket.coreboot.org/issues/548#change-1910
* Author: Jeremy Brown * Status: New * Priority: Normal * Target version: none * Start date: 2024-07-15 ---------------------------------------- I am running coreboot 24.05 on my Lenovo X201.
I decided to upgrade my WiFi card from an Intel Centrino Advanced-N 6205 to an Intel Wireless-AC 7260; since I selected the option to support Intel PCIe cards in my build config I expected everything to work but my computer fails to recognize the new card. The old card is still recognized if I reinstall it so I know I didn't mess up the socket somehow; I've read reports of the 7260 [working with a modded factory BIOS](https://richbits.rbarnes.org/installing-the-intel-7260-in-the-thinkpad-x201....) so I don't think there's an electrical issue. I've seen [somewhat related bugs](https://ticket.coreboot.org/issues/311) but it seems their issue isn't mine.
I've attached lspci data from both chips and my build config, lmk if additional information is needed.
---Files-------------------------------- 6205_lspci_tree.txt (1.63 KB) 7260_lspci_tree.txt (1.57 KB) 6205_lspci.txt (12.8 KB) 7260_lspci.txt (12.2 KB) coreboot.cfg (20.1 KB) 6205_root_inspection.txt (3.58 KB) 7260_root_inspection.txt (3.58 KB) 6205_cbmem_dump.txt (43.2 KB) 7260_cbmem_dump.txt (42.1 KB)
Issue #548 has been updated by Walter Sonius.
Works for me on X201, not sure if its the same ac-7260 adapter, have you tried the other internal mini-PCIE?
``` sudo dmesg | grep LENOVO [ 0.000000] DMI: LENOVO 3680WVT/3680WVT, BIOS CBET4000 24.08-335-g920c0a604560 09/30/2024
lspci -vv 04:00.0 Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b1] (rev 73) Subsystem: Intel Corporation Dual Band Wireless-AC 7260 [Wilkins Peak 2] [8086:4070]
lspci -tvnn -+-[0000:00]-+-00.0 Intel Corporation Core Processor DRAM Controller [8086:0044] | +-02.0 Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] | +-16.0 Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] | +-19.0 Intel Corporation 82577LM Gigabit Network Connection [8086:10ea] | +-1a.0 Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b3c] | +-1b.0 Intel Corporation 5 Series/3400 Series Chipset High Definition Audio [8086:3b56] | +-1c.0-[01]-- | +-1c.1-[02]-- | +-1c.3-[03]-- | +-1c.4-[04]----00.0 Intel Corporation Wireless 7260 [8086:08b1] | +-1d.0 Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b34] | +-1e.0-[05]-- | +-1f.0 Intel Corporation QM57 Chipset LPC Interface Controller [8086:3b07] | +-1f.2 Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller [8086:3b2f] | +-1f.3 Intel Corporation 5 Series/3400 Series Chipset SMBus Controller [8086:3b30] | -1f.6 Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem [8086:3b32] -[0000:ff]-+-00.0 Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers [8086:2c62] +-00.1 Intel Corporation Core Processor QuickPath Architecture System Address Decoder [8086:2d01] +-02.0 Intel Corporation Core Processor QPI Link 0 [8086:2d10] +-02.1 Intel Corporation 1st Generation Core i3/5/7 Processor QPI Physical 0 [8086:2d11] +-02.2 Intel Corporation 1st Generation Core i3/5/7 Processor Reserved [8086:2d12] -02.3 Intel Corporation 1st Generation Core i3/5/7 Processor Reserved [8086:2d13] ```
---------------------------------------- Bug #548: Lenovo X201 Fails To Recognize Upgraded WiFi Card https://ticket.coreboot.org/issues/548#change-1943
* Author: Jeremy Brown * Status: New * Priority: Normal * Target version: none * Start date: 2024-07-15 ---------------------------------------- I am running coreboot 24.05 on my Lenovo X201.
I decided to upgrade my WiFi card from an Intel Centrino Advanced-N 6205 to an Intel Wireless-AC 7260; since I selected the option to support Intel PCIe cards in my build config I expected everything to work but my computer fails to recognize the new card. The old card is still recognized if I reinstall it so I know I didn't mess up the socket somehow; I've read reports of the 7260 [working with a modded factory BIOS](https://richbits.rbarnes.org/installing-the-intel-7260-in-the-thinkpad-x201....) so I don't think there's an electrical issue. I've seen [somewhat related bugs](https://ticket.coreboot.org/issues/311) but it seems their issue isn't mine.
I've attached lspci data from both chips and my build config, lmk if additional information is needed.
---Files-------------------------------- 6205_lspci_tree.txt (1.63 KB) 7260_lspci_tree.txt (1.57 KB) 6205_lspci.txt (12.8 KB) 7260_lspci.txt (12.2 KB) coreboot.cfg (20.1 KB) 6205_root_inspection.txt (3.58 KB) 7260_root_inspection.txt (3.58 KB) 6205_cbmem_dump.txt (43.2 KB) 7260_cbmem_dump.txt (42.1 KB)
Issue #548 has been updated by Walter Sonius.
File x201-gfxinit-ed2k-2408-config added
---------------------------------------- Bug #548: Lenovo X201 Fails To Recognize Upgraded WiFi Card https://ticket.coreboot.org/issues/548#change-1944
* Author: Jeremy Brown * Status: New * Priority: Normal * Target version: none * Start date: 2024-07-15 ---------------------------------------- I am running coreboot 24.05 on my Lenovo X201.
I decided to upgrade my WiFi card from an Intel Centrino Advanced-N 6205 to an Intel Wireless-AC 7260; since I selected the option to support Intel PCIe cards in my build config I expected everything to work but my computer fails to recognize the new card. The old card is still recognized if I reinstall it so I know I didn't mess up the socket somehow; I've read reports of the 7260 [working with a modded factory BIOS](https://richbits.rbarnes.org/installing-the-intel-7260-in-the-thinkpad-x201....) so I don't think there's an electrical issue. I've seen [somewhat related bugs](https://ticket.coreboot.org/issues/311) but it seems their issue isn't mine.
I've attached lspci data from both chips and my build config, lmk if additional information is needed.
---Files-------------------------------- 6205_lspci_tree.txt (1.63 KB) 7260_lspci_tree.txt (1.57 KB) 6205_lspci.txt (12.8 KB) 7260_lspci.txt (12.2 KB) coreboot.cfg (20.1 KB) 6205_root_inspection.txt (3.58 KB) 7260_root_inspection.txt (3.58 KB) 6205_cbmem_dump.txt (43.2 KB) 7260_cbmem_dump.txt (42.1 KB) x201-gfxinit-ed2k-2408-config (10.5 KB)