Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3260

Hardware • Wifi not working with Intel Corporation Device 272b (rev 1a)

$
0
0
I have installed Debian 12 with Gnome today and the wifi is not working (it is not showing up in Gnome settings and nmtui). I already tried to fix it for about 2 hours now. The laptop is a brand new GIGABYTE AORUS 16X ASG with Windows 11 dual-booted (Wifi working there and fast startup disabled). Ethernet and Bluetooth are working fine. Proprietary nVidia driver is installed and backports repo enabled. Here is a lot of diagnostic data:

Code:

user@computer~$ lspci0000:00:00.0 Host bridge: Intel Corporation Device a702 (rev 01)0000:00:01.0 PCI bridge: Intel Corporation Device a70d (rev 01)0000:00:02.0 VGA compatible controller: Intel Corporation Raptor Lake-S UHD Graphics (rev 04)0000:00:04.0 Signal processing controller: Intel Corporation Raptor Lake Dynamic Platform and Thermal Framework Processor Participant (rev 01)0000:00:06.0 System peripheral: Intel Corporation RST VMD Managed Controller0000:00:08.0 System peripheral: Intel Corporation GNA Scoring Accelerator module (rev 01)0000:00:0a.0 Signal processing controller: Intel Corporation Raptor Lake Crashlog and Telemetry (rev 01)0000:00:0e.0 RAID bus controller: Intel Corporation Volume Management Device NVMe RAID Controller Intel Corporation0000:00:14.0 USB controller: Intel Corporation Device 7a60 (rev 11)0000:00:14.2 RAM memory: Intel Corporation Device 7a27 (rev 11)0000:00:15.0 Serial bus controller: Intel Corporation Device 7a4c (rev 11)0000:00:16.0 Communication controller: Intel Corporation Device 7a68 (rev 11)0000:00:1a.0 PCI bridge: Intel Corporation Device 7a48 (rev 11)0000:00:1c.0 PCI bridge: Intel Corporation Device 7a3b (rev 11)0000:00:1c.6 PCI bridge: Intel Corporation Device 7a3e (rev 11)0000:00:1c.7 PCI bridge: Intel Corporation Device 7a3f (rev 11)0000:00:1e.0 Communication controller: Intel Corporation Device 7a28 (rev 11)0000:00:1e.3 Serial bus controller: Intel Corporation Device 7a2b (rev 11)0000:00:1f.0 ISA bridge: Intel Corporation Device 7a0c (rev 11)0000:00:1f.3 Multimedia audio controller: Intel Corporation Device 7a50 (rev 11)0000:00:1f.4 SMBus: Intel Corporation Device 7a23 (rev 11)0000:00:1f.5 Serial bus controller: Intel Corporation Device 7a24 (rev 11)0000:01:00.0 VGA compatible controller: NVIDIA Corporation AD106M [GeForce RTX 4070 Max-Q / Mobile] (rev a1)0000:01:00.1 Audio device: NVIDIA Corporation Device 22bd (rev a1)0000:02:00.0 PCI bridge: Intel Corporation Device 1133 (rev 02)0000:03:00.0 PCI bridge: Intel Corporation Device 1133 (rev 02)0000:03:01.0 PCI bridge: Intel Corporation Device 1133 (rev 02)0000:03:02.0 PCI bridge: Intel Corporation Device 1133 (rev 02)0000:03:03.0 PCI bridge: Intel Corporation Device 1133 (rev 02)0000:04:00.0 USB controller: Intel Corporation Device 11340000:38:00.0 USB controller: Intel Corporation Device 11350000:6c:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)0000:6d:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)0000:6e:00.0 Network controller: Intel Corporation Device 272b (rev 1a)10000:e0:06.0 PCI bridge: Intel Corporation Raptor Lake PCIe 4.0 Graphics Port (rev 01)10000:e0:1b.0 System peripheral: Intel Corporation RST VMD Managed Controller10000:e0:1b.4 PCI bridge: Intel Corporation Device 7a44 (rev 11)10000:e1:00.0 Non-Volatile memory controller: Phison Electronics Corporation PS5021-E21 PCIe4 NVMe Controller (DRAM-less) (rev 01)10000:e2:00.0 Non-Volatile memory controller: Phison Electronics Corporation PS5021-E21 PCIe4 NVMe Controller (DRAM-less) (rev 01)

Code:

user@computer:~$ uname -aLinux hostname 6.1.0-21-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.90-1 (2024-05-03) x86_64 GNU/Linux

Code:

user@computer:~$ sudo apt install -t bookworm-backports firmware-iwlwifiReading package lists... DoneBuilding dependency tree... DoneReading state information... Donefirmware-iwlwifi is already the newest version (20230210-5).0 upgraded, 0 newly installed, 0 to remove and 102 not upgraded.

Code:

user@computer:~$ ip link show1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:002: enp109s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000    link/ether {REDACTED} brd ff:ff:ff:ff:ff:ff

Code:

user@computer:~$ cat /etc/network/interfacescat: /etc/network/interfaces: No such file or directory

Code:

user@computer:~$ cat /etc/apt/sources.list#deb cdrom:[Debian GNU/Linux 12.5.0 _Bookworm_ - Official amd64 NETINST with firmware 20240210-11:27]/ bookworm contrib main non-free-firmwaredeb http://debian.ethz.ch/debian/ bookworm main non-free-firmware non-free contribdeb-src http://debian.ethz.ch/debian/ bookworm main non-free-firmware non-free contribdeb http://security.debian.org/debian-security bookworm-security main non-free-firmwaredeb-src http://security.debian.org/debian-security bookworm-security main non-free-firmwaredeb http://deb.debian.org/debian bookworm-backports main non-free-firmware non-free contrib# bookworm-updates, to get updates before a point release is made;# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backportsdeb http://debian.ethz.ch/debian/ bookworm-updates main non-free-firmwaredeb-src http://debian.ethz.ch/debian/ bookworm-updates main non-free-firmware# This system was installed using small removable media# (e.g. netinst, live or single CD). The matching "deb cdrom"# entries were disabled at the end of the installation process.# For information about how to configure apt package sources,# see the sources.list(5) manual.

Statistics: Posted by lenacidic — 2024-06-15 18:22 — Replies 4 — Views 69



Viewing all articles
Browse latest Browse all 3260

Trending Articles