[solved] siduction auf ThinkPad e16 gen3

Started by snow1, 2025/07/27, 16:34:27

Previous topic - Next topic

snow1

Es ist dieser Laptop:
https://www.lenovo.com/de/de/configurator/cto/index.html?bundleId=21SRCTO1WWDE2

Mit der Live-ISO geht auch kein WLAN,

Hardware Schalter hab ich keinen gefunden.

hendrikL

Das Problem ist wohl nicht ganz so trivial.
Ich habe mich mal durch das Netz geklickt.

Such mal nach   "RTL8852CE linux debian"
Da steht ne Menge.
Auf jeden Fall musst du dir den Treiber selbst bauen/besorgen!

Ich habe dann jenes gefunden.

https://github.com/morrownr/rtw89

snow1

Wie kommst du darauf das es ein RTL8852CE Chip ist?

snow1

Ich vermute, dass da ein Intel Wi-Fi 6 AX203 verbaut ist.

hschn

Hallo
Lenovo hat für seine Geräte immer eine Seite mit den Spezifikiationen und verbauten Teile:
https://psref.lenovo.com/Product/ThinkPad/ThinkPad_E16_Gen_3_Intel?tab=spec
Ich hoffe, das ist dir richtige Seite
Viele Grüße
Mögen hätt' ich schon wollen, aber dürfen habe ich mich nicht getraut (Karl Valentin)


snow1

Hallo hendrikL,

die Seite hab ich schon gesehen. Aber was mache ich daraus?

hendrikL

Da gibt es die passende Firmware, zumindest suggeriert es diese.

towo

Die Firmware nützt nur nix, wenn der Kernel nichtmal versucht, iwlwifi zu laden.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

hendrikL


snow1

Im BIOS habe ich keine Einstellungen gefunden.

snow1

Es gibt halt noch den Verdacht, dass das WIFI Modul defekt sein könnte. Weiß jemand, wie ich da was testen kann?

towo

Vielleicht machst Du erstmal ein update pciids und schaust, ob das Device nun von lspci erkannt wird.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

snow1

#update-pciids
--2025-07-28 12:33:09--  https://pci-ids.ucw.cz/v2.2/pci.ids.xz
Auflösen des Hostnamens pci-ids.ucw.cz (pci-ids.ucw.cz)... 2001:1488:ffff::99, 2001:718:1e03:810::f2, 2a00:da80:fff0:2::3, ...
Verbindungsaufbau zu pci-ids.ucw.cz (pci-ids.ucw.cz)|2001:1488:ffff::99|:443 ... verbunden.
HTTP-Anforderung gesendet, auf Antwort wird gewartet ... 200 OK
Länge: 265476 (259K) [application/octet-stream]
Wird in »/usr/share/misc/pci.ids.new« gespeichert.

/usr/share/misc/pci.ids.new              100%[==================================================================================>] 259,25K  --.-KB/s    in 0,06s   

2025-07-28 12:33:09 (3,95 MB/s) - »/usr/share/misc/pci.ids.new« gespeichert [265476/265476]

Done.

# lspci
00:00.0 Host bridge: Intel Corporation Device 7d06 (rev 05)
00:02.0 VGA compatible controller: Intel Corporation Arrow Lake-P [Intel Graphics] (rev 03)
00:04.0 Signal processing controller: Intel Corporation Meteor Lake-P Dynamic Tuning Technology (rev 05)
00:06.0 PCI bridge: Intel Corporation Device 774d
00:06.2 PCI bridge: Intel Corporation Device 7ecb (rev 10)
00:07.0 PCI bridge: Intel Corporation Meteor Lake-P Thunderbolt 4 PCI Express Root Port #2 (rev 02)
00:08.0 System peripheral: Intel Corporation Device 774c
00:0a.0 Signal processing controller: Intel Corporation Meteor Lake-P Platform Monitoring Technology (rev 01)
00:0b.0 Processing accelerators: Intel Corporation Meteor Lake NPU (rev 05)
00:0d.0 USB controller: Intel Corporation Meteor Lake-P Thunderbolt 4 USB Controller (rev 02)
00:0d.3 USB controller: Intel Corporation Meteor Lake-P Thunderbolt 4 NHI #1 (rev 02)
00:14.0 USB controller: Intel Corporation Device 777d
00:14.2 RAM memory: Intel Corporation Device 777f
00:14.3 Network controller: Intel Corporation Device 7740
00:15.0 Serial bus controller: Intel Corporation Arrow Lake-H [Serial IO I2C Host Controller]
00:16.0 Communication controller: Intel Corporation Device 7770
00:1f.0 ISA bridge: Intel Corporation Device 7702
00:1f.3 Multimedia audio controller: Intel Corporation Device 7728
00:1f.4 SMBus: Intel Corporation Device 7722
00:1f.5 Serial bus controller: Intel Corporation Device 7723
00:1f.6 Ethernet controller: Intel Corporation Device 550b
04:00.0 Non-Volatile memory controller: KIOXIA Corporation NVMe SSD Controller BG6 (DRAM-less) (rev 01)


Da hat sich nicht geändert.

Teriarch

#29
Vielleicht noch eine Ausgabe von

$ lspci -n|grep '00:14.3'

hinterher, um die Vendor-ID  und Device-ID des Network Controllers
zu bestimmen.