/sbin/ifconfig -a
/sbin/iwconfig
rfkill list all
lspcidrake -v | grep -i -e net -e wire
ps -ef | grep -v grep | grep -ie net -e wpa
journalctl -b -u network --no-pager -a
systemctl status network.service -a
journalctl -ab | grep -iE "fw|firmware|iwl|wifi|wire|80211"
[ernesto@localhost ~]$ /sbin/ifconfig -a
eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.178.26 netmask 255.255.255.0 broadcast 192.168.178.255
inet6 fe80::268:ebff:fe37:d284 prefixlen 64 scopeid 0x20<link>
inet6 fd00::268:ebff:fe37:d284 prefixlen 64 scopeid 0x0<global>
ether 00:68:eb:37:d2:84 txqueuelen 1000 (Ethernet)
RX packets 839 bytes 299170 (292.1 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 583 bytes 66192 (64.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Lokale Schleife)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[ernesto@localhost ~]$ /sbin/iwconfig
lo no wireless extensions.
eno1 no wireless extensions.
[ernesto@localhost ~]$ rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
[ernesto@localhost ~]$ lspcidrake -v | grep -i -e net -e wire
r8169 : Realtek Semiconductor Co., Ltd.|RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [NETWORK_ETHERNET] (vendor:10ec device:8168 subv:103c subd:8530) (rev: 15)
rtw88_8821ce : Realtek Semiconductor Co., Ltd.|RTL8821CE 802.11ac PCIe Wireless Network Adapter [NETWORK_OTHER] (vendor:10ec device:c821 subv:103c subd:831a)
btusb : Realtek |Bluetooth Radio [Wireless|Radio Frequency|Bluetooth] (vendor:0bda device:b00a)
hid_generic : Logitech Wireless Mouse
[ernesto@localhost ~]$ ps -ef | grep -v grep | grep -ie net -e wpa
root 58 2 0 16:22 ? 00:00:00 [netns]
ernesto 14553 1 1 16:24 ? 00:00:03 /usr/bin/perl /usr/bin/net_applet
[ernesto@localhost ~]$ su
Passwort:
[root@localhost ernesto]# journalctl -b -u network --no-pager -a
-- Logs begin at Wed 2019-11-20 17:26:29 CET, end at Sun 2021-01-17 16:33:41 CET. --
Jan 17 16:22:29 localhost.localdomain systemd[1]: Starting LSB: Bring up/down networking...
Jan 17 16:22:30 localhost.localdomain network[1074]: Aktivieren der Loopback-Schnittstelle: [ OK ]
Jan 17 16:22:30 localhost.localdomain ifplugd(eno1)[3063]: ifplugd 0.28 initializing.
Jan 17 16:22:30 localhost.localdomain ifplugd(eno1)[3063]: Using interface eno1/00:68:EB:37:D2:84 with driver <r8169> (version: 5.10.6-desktop-1.mga7)
Jan 17 16:22:30 localhost.localdomain ifplugd(eno1)[3063]: Using detection mode: SIOCETHTOOL
Jan 17 16:22:30 localhost.localdomain ifplugd(eno1)[3063]: Initialization complete, link beat not detected.
Jan 17 16:22:30 localhost.localdomain network[1074]: Schnittstelle »eno1« aktivieren: [ OK ]
Jan 17 16:22:30 localhost.localdomain network[1074]: Schnittstelle »wlo1« aktivieren: ERROR : [/etc/sysconfig/network-scripts/ifup-eth] rtw88_8821ce device wlo1 does not seem to be present, delaying initialization.
Jan 17 16:22:30 localhost.localdomain network[1074]: [FEHLER]
Jan 17 16:22:30 localhost.localdomain systemd[1]: network.service: Control process exited, code=exited, status=1/FAILURE
Jan 17 16:22:30 localhost.localdomain systemd[1]: network.service: Failed with result 'exit-code'.
Jan 17 16:22:30 localhost.localdomain systemd[1]: Failed to start LSB: Bring up/down networking.
Jan 17 16:22:33 localhost.localdomain ifplugd(eno1)[3063]: Link beat detected.
Jan 17 16:22:34 localhost.localdomain ifplugd(eno1)[3063]: Executing '/etc/ifplugd/ifplugd.action eno1 up'.
Jan 17 16:22:34 localhost.localdomain dhclient[3746]: DHCPREQUEST for 192.168.178.26 on eno1 to 255.255.255.255 port 67
Jan 17 16:22:34 localhost.localdomain dhclient[3746]: DHCPACK of 192.168.178.26 from 192.168.178.1
Jan 17 16:22:34 localhost.localdomain dhclient[3746]: bound to 192.168.178.26 -- renewal in 423986 seconds.
Jan 17 16:22:34 localhost.localdomain ifplugd(eno1)[3063]: client: Determining IP information for eno1... done.
Jan 17 16:22:34 localhost.localdomain ifplugd(eno1)[3063]: client: INFO : [ipv6_wait_tentative] Waiting for interface eno1 IPv6 address(es) to leave the 'tentative' state
Jan 17 16:22:35 localhost.localdomain ifplugd(eno1)[3063]: Program executed successfully.
[root@localhost ernesto]# systemctl status network.service -a
● network.service - LSB: Bring up/down networking
Loaded: loaded (/etc/rc.d/init.d/network; generated)
Active: failed (Result: exit-code) since Sun 2021-01-17 16:22:30 CET; 11min ago
Docs: man:systemd-sysv-generator(8)
Process: 1074 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=1/FAILURE)
Jan 17 16:22:30 localhost.localdomain systemd[1]: network.service: Failed with result 'exit-code'.
Jan 17 16:22:30 localhost.localdomain systemd[1]: Failed to start LSB: Bring up/down networking.
Jan 17 16:22:33 localhost.localdomain ifplugd(eno1)[3063]: Link beat detected.
Jan 17 16:22:34 localhost.localdomain ifplugd(eno1)[3063]: Executing '/etc/ifplugd/ifplugd.action eno1 up'.
Jan 17 16:22:34 localhost.localdomain dhclient[3746]: DHCPREQUEST for 192.168.178.26 on eno1 to 255.255.255.255 port 67
Jan 17 16:22:34 localhost.localdomain dhclient[3746]: DHCPACK of 192.168.178.26 from 192.168.178.1
Jan 17 16:22:34 localhost.localdomain dhclient[3746]: bound to 192.168.178.26 -- renewal in 423986 seconds.
Jan 17 16:22:34 localhost.localdomain ifplugd(eno1)[3063]: client: Determining IP information for eno1... done.
Jan 17 16:22:34 localhost.localdomain ifplugd(eno1)[3063]: client: INFO : [ipv6_wait_tentative] Waiting for interface eno1 IPv6 address(es) to leave the 'tentative' state
Jan 17 16:22:35 localhost.localdomain ifplugd(eno1)[3063]: Program executed successfully.
[root@localhost ernesto]# journalctl -ab | grep -iE "fw|firmware|iwl|wifi|wire|80211"
Jan 17 16:22:25 localhost.localdomain kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Jan 17 16:22:25 localhost.localdomain kernel: input: HP Wireless hotkeys as /devices/virtual/input/input3
Jan 17 16:22:25 localhost.localdomain kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jan 17 16:22:25 localhost.localdomain kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jan 17 16:22:25 localhost.localdomain kernel: Modules linked in: ghash_clmulni_intel(+) mei_hdcp ecdh_generic acpi_cpufreq(-) uvcvideo(+) hp_wmi(+) hid_generic(+) aesni_intel mac80211(+) iTCO_wdt ee1004 iTCO_vendor_support ecc intel_rapl_msr crypto_simd videobuf2_vmalloc cryptd videobuf2_memops glue_helper videobuf2_v4l2 snd_hda_core sparse_keymap videobuf2_common rapl intel_cstate intel_uncore psmouse intel_wmi_thunderbolt input_leds wmi_bmof ac97_bus thermal videodev cfg80211 snd_hwdep snd_pcm mc tpm_crb snd_timer tpm_tis usbhid tpm_tis_core hid r8169 snd tpm acpi_pad i2c_i801 fan int3400_thermal i2c_smbus button soundcore ac hp_wireless acpi_thermal_rel int3403_thermal realtek mdio_devres mei_me libphy rfkill libarc4 mei processor_thermal_device intel_lpss_pci intel_rapl_common intel_lpss idma64 int340x_thermal_zone intel_soc_dts_iosf virt_dma intel_pch_thermal evdev nvram sch_fq_codel efivarfs ip_tables x_tables ipv6 crc_ccitt autofs4 xhci_pci xhci_pci_renesas xhci_hcd usbcore serio_raw sr_mod usb_common i915
Jan 17 16:22:26 localhost.localdomain kernel: rtw_8821ce 0000:02:00.0: Firmware version 24.5.0, H2C version 12
Jan 17 16:22:26 localhost.localdomain kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_fw.bin
Jan 17 16:22:26 localhost.localdomain kernel: input: Logitech Wireless Mouse PID:4054 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/0003:046D:4054.0003/input/input16
Jan 17 16:22:26 localhost.localdomain kernel: hid-generic 0003:046D:4054.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4054] on usb-0000:00:14.0-3/input1:2
Jan 17 16:22:26 localhost.localdomain kernel: input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/0003:046D:4054.0003/input/input20
Jan 17 16:22:26 localhost.localdomain kernel: logitech-hidpp-device 0003:046D:4054.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:00:14.0-3/input1:2
Jan 17 16:22:26 localhost.localdomain kernel: psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5d4f01)
Jan 17 16:22:26 localhost.localdomain kernel: Bluetooth: hci0: RTL: fw version 0x829a21e4
Jan 17 16:22:28 localhost.localdomain service_harddrake[823]: FIREWIRE_CONTROLLER took: 0:00:00
Jan 17 16:22:33 localhost.localdomain kernel: IFWLOG: register target
Jan 17 16:22:34 localhost.localdomain systemd[1]: Startup finished in 4.587s (firmware) + 11.383s (loader) + 2.615s (kernel) + 9.184s (userspace) = 27.770s.
Jan 17 16:24:44 localhost.localdomain kernel: net-fw DROP IN=eno1 OUT= MAC=00:68:eb:37:d2:84:3c:a6:2f:cf:19:47:08:00 SRC=192.168.178.1 DST=192.168.178.26 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=64896 DF PROTO=TCP SPT=45889 DPT=80 WINDOW=29200 RES=0x00 SYN URGP=0
arthuro hat geschrieben:Jan 17 16:24:45......und so weiter
[ernesto@localhost ~]$ su
Passwort:
[root@localhost ernesto]# journalctl -b -u network --no-pager -a
-- Logs begin at Wed 2019-11-20 17:26:29 CET, end at Mon 2021-01-18 08:59:43 CET. --
Jan 18 08:48:01 localhost.localdomain systemd[1]: Starting LSB: Bring up/down networking...
Jan 18 08:48:01 localhost.localdomain network[1028]: Aktivieren der Loopback-Schnittstelle: [ OK ]
Jan 18 08:48:01 localhost.localdomain ifplugd(eno1)[1958]: ifplugd 0.28 initializing.
Jan 18 08:48:01 localhost.localdomain ifplugd(eno1)[1958]: Using interface eno1/00:68:EB:37:D2:84 with driver <r8169> (version: 5.10.6-desktop-1.mga7)
Jan 18 08:48:01 localhost.localdomain ifplugd(eno1)[1958]: Using detection mode: SIOCETHTOOL
Jan 18 08:48:01 localhost.localdomain ifplugd(eno1)[1958]: Initialization complete, link beat not detected.
Jan 18 08:48:01 localhost.localdomain network[1028]: Schnittstelle »eno1« aktivieren: [ OK ]
Jan 18 08:48:02 localhost.localdomain network[1028]: Schnittstelle »wlo1« aktivieren: ERROR : [/etc/sysconfig/network-scripts/ifup-eth] rtw88_8821ce device wlo1 does not seem to be present, delaying initialization.
Jan 18 08:48:02 localhost.localdomain network[1028]: [FEHLER]
Jan 18 08:48:02 localhost.localdomain systemd[1]: network.service: Control process exited, code=exited, status=1/FAILURE
Jan 18 08:48:02 localhost.localdomain systemd[1]: network.service: Failed with result 'exit-code'.
Jan 18 08:48:02 localhost.localdomain systemd[1]: Failed to start LSB: Bring up/down networking.
Jan 18 08:48:04 localhost.localdomain ifplugd(eno1)[1958]: Link beat detected.
Jan 18 08:48:05 localhost.localdomain ifplugd(eno1)[1958]: Executing '/etc/ifplugd/ifplugd.action eno1 up'.
Jan 18 08:48:06 localhost.localdomain dhclient[3746]: DHCPREQUEST for 192.168.178.26 on eno1 to 255.255.255.255 port 67
Jan 18 08:48:06 localhost.localdomain dhclient[3746]: DHCPACK of 192.168.178.26 from 192.168.178.1
Jan 18 08:48:06 localhost.localdomain dhclient[3746]: bound to 192.168.178.26 -- renewal in 364878 seconds.
Jan 18 08:48:06 localhost.localdomain ifplugd(eno1)[1958]: client: Determining IP information for eno1... done.
Jan 18 08:48:06 localhost.localdomain ifplugd(eno1)[1958]: Program executed successfully.
[root@localhost ernesto]# systemctl status network.service -a
● network.service - LSB: Bring up/down networking
Loaded: loaded (/etc/rc.d/init.d/network; generated)
Active: failed (Result: exit-code) since Mon 2021-01-18 08:48:02 CET; 12min ago
Docs: man:systemd-sysv-generator(8)
Process: 1028 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=1/FAILURE)
Jan 18 08:48:02 localhost.localdomain systemd[1]: network.service: Control process exited, code=exited, status=1/FAILURE
Jan 18 08:48:02 localhost.localdomain systemd[1]: network.service: Failed with result 'exit-code'.
Jan 18 08:48:02 localhost.localdomain systemd[1]: Failed to start LSB: Bring up/down networking.
Jan 18 08:48:04 localhost.localdomain ifplugd(eno1)[1958]: Link beat detected.
Jan 18 08:48:05 localhost.localdomain ifplugd(eno1)[1958]: Executing '/etc/ifplugd/ifplugd.action eno1 up'.
Jan 18 08:48:06 localhost.localdomain dhclient[3746]: DHCPREQUEST for 192.168.178.26 on eno1 to 255.255.255.255 port 67
Jan 18 08:48:06 localhost.localdomain dhclient[3746]: DHCPACK of 192.168.178.26 from 192.168.178.1
Jan 18 08:48:06 localhost.localdomain dhclient[3746]: bound to 192.168.178.26 -- renewal in 364878 seconds.
Jan 18 08:48:06 localhost.localdomain ifplugd(eno1)[1958]: client: Determining IP information for eno1... done.
Jan 18 08:48:06 localhost.localdomain ifplugd(eno1)[1958]: Program executed successfully.
[root@localhost ernesto]# journalctl -ab | grep -iE "fw|firmware|iwl|wifi|wire|80211"
Jan 18 08:47:57 localhost.localdomain kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Jan 18 08:47:57 localhost.localdomain kernel: input: HP Wireless hotkeys as /devices/virtual/input/input3
Jan 18 08:47:57 localhost.localdomain kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jan 18 08:47:57 localhost.localdomain kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jan 18 08:47:57 localhost.localdomain kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_fw.bin
Jan 18 08:47:57 localhost.localdomain kernel: Modules linked in: acpi_cpufreq(-) snd_compress uvcvideo(+) fjes(-) snd_pcm_dmaengine btusb soundwire_cadence irqbypass videobuf2_vmalloc crc32_pclmul btbcm videobuf2_memops crc32c_intel videobuf2_v4l2 ghash_clmulni_intel btrtl videobuf2_common snd_hda_codec aesni_intel btintel hid_generic(+) snd_hda_core crypto_simd cryptd videodev bluetooth glue_helper ac97_bus usbhid snd_hwdep iTCO_wdt rapl mc mei_hdcp intel_rapl_msr intel_cstate snd_pcm ecdh_generic ecc psmouse iTCO_vendor_support ee1004 hid cfg80211 input_leds hp_wmi(+) intel_uncore sparse_keymap snd_timer tpm_crb tpm_tis tpm_tis_core r8169 intel_wmi_thunderbolt wmi_bmof tpm i2c_i801 realtek i2c_smbus mdio_devres snd soundcore button int3400_thermal ac fan acpi_pad acpi_thermal_rel thermal hp_wireless int3403_thermal libphy rfkill mei_me libarc4 mei processor_thermal_device intel_lpss_pci intel_lpss intel_rapl_common idma64 int340x_thermal_zone virt_dma intel_soc_dts_iosf intel_pch_thermal evdev nvram sch_fq_codel efivarfs
Jan 18 08:47:57 localhost.localdomain kernel: rtw_8821ce 0000:02:00.0: Firmware version 24.5.0, H2C version 12
Jan 18 08:47:58 localhost.localdomain kernel: input: Logitech Wireless Mouse PID:4054 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/0003:046D:4054.0003/input/input16
Jan 18 08:47:58 localhost.localdomain kernel: hid-generic 0003:046D:4054.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4054] on usb-0000:00:14.0-3/input1:2
Jan 18 08:47:58 localhost.localdomain kernel: input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/0003:046D:4054.0003/input/input20
Jan 18 08:47:58 localhost.localdomain kernel: logitech-hidpp-device 0003:046D:4054.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:00:14.0-3/input1:2
Jan 18 08:47:58 localhost.localdomain kernel: Bluetooth: hci0: RTL: fw version 0x829a21e4
Jan 18 08:47:58 localhost.localdomain kernel: psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5d4f01)
Jan 18 08:48:00 localhost.localdomain service_harddrake[821]: FIREWIRE_CONTROLLER took: 0:00:00
Jan 18 08:48:05 localhost.localdomain kernel: IFWLOG: register target
Jan 18 08:48:06 localhost.localdomain systemd[1]: Startup finished in 4.503s (firmware) + 11.395s (loader) + 2.503s (kernel) + 9.100s (userspace) = 27.502s.
Jan 18 08:51:28 localhost.localdomain kernel: net-fw DROP IN=eno1 OUT= MAC=00:68:eb:37:d2:84:3c:a6:2f:cf:19:47:08:00 SRC=192.168.178.1 DST=192.168.178.26 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=58445 DF PROTO=TCP SPT=41385 DPT=80 WINDOW=29200 RES=0x00 SYN URGP=0
Jan 18 08:51:29 localhost.localdomain kernel: net-fw DROP IN=eno1 OUT= MAC=00:68:eb:37:d2:84:3c:a6:2f:cf:19:47:08:00 SRC=192.168.178.1 DST=192.168.178.26 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=58446 DF PROTO=TCP SPT=41385 DPT=80 WINDOW=29200 RES=0x00 SYN URGP=0
Jan 18 08:51:31 localhost.localdomain kernel: net-fw DROP IN=eno1 OUT= MAC=00:68:eb:37:d2:84:3c:a6:2f:cf:19:47:08:00 SRC=192.168.178.1 DST=192.168.178.26 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=58447 DF PROTO=TCP SPT=41385 DPT=80 WINDOW=29200 RES=0x00 SYN URGP=0
Jan 18 08:51:35 localhost.localdomain kernel: net-fw DROP IN=eno1 OUT= MAC=00:68:eb:37:d2:84:3c:a6:2f:cf:19:47:08:00 SRC=192.168.178.1 DST=192.168.178.26 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=58448 DF PROTO=TCP SPT=41385 DPT=80 WINDOW=29200 RES=0x00 SYN URGP=0
Jan 18 08:56:45 localhost.localdomain kernel: net-fw DROP IN=eno1 OUT= MAC=00:68:eb:37:d2:84:3c:a6:2f:cf:19:47:08:00 SRC=192.168.178.1 DST=192.168.178.26 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=16335 DF PROTO=TCP SPT=40331 DPT=80 WINDOW=29200 RES=0x00 SYN URGP=0
Jan 18 08:56:46 localhost.localdomain kernel: net-fw DROP IN=eno1 OUT= MAC=00:68:eb:37:d2:84:3c:a6:2f:cf:19:47:08:00 SRC=192.168.178.1 DST=192.168.178.26 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=16336 DF PROTO=TCP SPT=40331 DPT=80 WINDOW=29200 RES=0x00 SYN URGP=0
Jan 18 08:56:48 localhost.localdomain kernel: net-fw DROP IN=eno1 OUT= MAC=00:68:eb:37:d2:84:3c:a6:2f:cf:19:47:08:00 SRC=192.168.178.1 DST=192.168.178.26 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=16337 DF PROTO=TCP SPT=40331 DPT=80 WINDOW=29200 RES=0x00 SYN URGP=0
Jan 18 08:56:52 localhost.localdomain kernel: net-fw DROP IN=eno1 OUT= MAC=00:68:eb:37:d2:84:3c:a6:2f:cf:19:47:08:00 SRC=192.168.178.1 DST=192.168.178.26 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=16338 DF PROTO=TCP SPT=40331 DPT=80 WINDOW=29200 RES=0x00 SYN URGP=0
[root@localhost ernesto]#
hugo68 hat geschrieben:Ich habe mit dem gleichen Netzwerk-Controller Realtek RTL8821CE seit den Updates vom 15.1 das gleiche Problem. Die Befehlsausgaben zeigen die entsprechenden Fehlermeldungen.
Jan 18 08:47:57 localhost.localdomain kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_fw.bin
Jan 18 08:47:57 localhost.localdomain kernel: rtw_8821ce 0000:02:00.0: Firmware version 24.5.0, H2C version 12
journalctl -ab|grep -iE "rtl[0-9]|rtw_[0-9]"
hugo68 hat geschrieben:Ab Kernel 5.10.9 ist Abhilfe zu erwarten: https://bugs.mageia.org/show_bug.cgi?id=28150
man-draker hat geschrieben:Es gibt ein rtw8821ce, wollen hoffen, dass das schon ein funktionierendes ist.
Es bleibt spannend.
Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast