You are not logged in.

#26 2023-03-13 14:32:33

loqs
Member
Registered: 2014-03-06
Posts: 18,464

Re: [Solved] Upgrade from linux 6.1.12 to 6.2.1 breaks wifi

Offline

#27 2023-03-13 14:38:11

seth
Member
Registered: 2012-09-03
Posts: 65,077

Re: [Solved] Upgrade from linux 6.1.12 to 6.2.1 breaks wifi

Win7 did not yet have the misleading "fast start" feature and the OP apparently solved the problem by updating the BIOS/UEFI w/ https://wiki.archlinux.org/title/Fwupd

Edit, @loqs, does https://bbs.archlinux.org/viewtopic.php?id=284254 also affect iwlwifi?
@chrisco23,

lspci

Last edited by seth (2023-03-13 14:41:36)

Offline

#28 2023-03-13 14:48:51

chrisco23
Member
Registered: 2017-12-13
Posts: 156

Re: [Solved] Upgrade from linux 6.1.12 to 6.2.1 breaks wifi

Thanks for the replies.  I'm just very wary of getting in over my head with these things and don't want to get locked out of wifi yet this morning.

I went into the fwupd route, total news to me still trying to grok, currently I'm going to hold off for a minute until I better understand this situation:

fwupdmgr update
WARNING: UEFI capsule updates not available or enabled in firmware setup
See https://github.com/fwupd/fwupd/wiki/PluginFlag:capsules-unsupported for more information.
WARNING: UEFI firmware can not be updated in legacy BIOS mode
See https://github.com/fwupd/fwupd/wiki/PluginFlag:legacy-bios for more information.
Devices with no available firmware updates:
 • BCM920703 Bluetooth 4.1
 • THNSN5512GPU7 NVMe TOSHIBA 512GB
 • WDC WD40NDZW-11A8JS1
 • WDC WD40NMZW-11GX6S1
No updatable devices

Offline

#29 2023-03-13 14:49:59

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,506

Re: [Solved] Upgrade from linux 6.1.12 to 6.2.1 breaks wifi

If that is any indication, do you actually have a broadcom wifi chip? In which case you should look at the thread - and the kernel - loqs linked and install/try that.

Offline

#30 2023-03-13 15:08:04

chrisco23
Member
Registered: 2017-12-13
Posts: 156

Re: [Solved] Upgrade from linux 6.1.12 to 6.2.1 breaks wifi

I believe there to be a broadcom chip in there yes I recall some broadcom issues vaguely from years back.  fwiw here is the lspci output:

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers (rev 07)
00:01.0 PCI bridge: Intel Corporation 6th-10th Gen Core Processor PCIe Controller (x16) (rev 07)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 07)
00:14.0 USB controller: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller (rev 31)
00:14.2 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Thermal Subsystem (rev 31)
00:15.0 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Serial IO I2C Controller #0 (rev 31)
00:15.1 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Serial IO I2C Controller #1 (rev 31)
00:16.0 Communication controller: Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 (rev 31)
00:17.0 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 31)
00:1c.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #1 (rev f1)
00:1c.1 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #2 (rev f1)
00:1d.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #9 (rev f1)
00:1d.4 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #13 (rev f1)
00:1d.6 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #15 (rev f1)
00:1f.0 ISA bridge: Intel Corporation HM170 Chipset LPC/eSPI Controller (rev 31)
00:1f.2 Memory controller: Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller (rev 31)
00:1f.3 Audio device: Intel Corporation 100 Series/C230 Series Chipset Family HD Audio Controller (rev 31)
00:1f.4 SMBus: Intel Corporation 100 Series/C230 Series Chipset Family SMBus (rev 31)
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 960M] (rev a2)
02:00.0 Network controller: Broadcom Inc. and subsidiaries BCM43602 802.11ac Wireless LAN SoC (rev 01)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)
04:00.0 Non-Volatile memory controller: Toshiba Corporation NVMe Controller (rev 01)
06:00.0 PCI bridge: Intel Corporation DSL6340 Thunderbolt 3 Bridge [Alpine Ridge 2C 2015]
07:00.0 PCI bridge: Intel Corporation DSL6340 Thunderbolt 3 Bridge [Alpine Ridge 2C 2015]
07:01.0 PCI bridge: Intel Corporation DSL6340 Thunderbolt 3 Bridge [Alpine Ridge 2C 2015]
07:02.0 PCI bridge: Intel Corporation DSL6340 Thunderbolt 3 Bridge [Alpine Ridge 2C 2015]
3e:00.0 USB controller: Intel Corporation DSL6340 USB 3.1 Controller [Alpine Ridge]

Offline

#31 2023-03-13 15:09:09

seth
Member
Registered: 2012-09-03
Posts: 65,077

Re: [Solved] Upgrade from linux 6.1.12 to 6.2.1 breaks wifi

02:00.0 Network controller: Broadcom Inc. and subsidiaries BCM43602 802.11ac Wireless LAN SoC (rev 01)

Your situation is different from teh OPs, follow loqs' link

Offline

#32 2023-03-13 15:10:19

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,506

Re: [Solved] Upgrade from linux 6.1.12 to 6.2.1 breaks wifi

This is broadcom yes, follow loqs link, install the patched kernel or wait a few hours/days for 6.2.6 to hit stable (... or grab the updated linux and linux-headers from testing)

Offline

#33 2023-03-13 15:12:33

chrisco23
Member
Registered: 2017-12-13
Posts: 156

Re: [Solved] Upgrade from linux 6.1.12 to 6.2.1 breaks wifi

ok.  thanks again.  Think it's still best I not dig deeper since it sounds likely that holding off the upgrade is gonna be best for me for the moment.

Offline

Board footer

Powered by FluxBB