ubuntuusers.de

Dell Wyse 5070 und Wifi-Karte im m.2 2230-Slot - bekomme ich nicht zum Laufen

Status: Ungelöst | Ubuntu-Version: Ubuntu 24.10 (Oracular Oriole)
Antworten |

linuxlover

Anmeldungsdatum:
29. März 2025

Beiträge: 4

Hallo zusammen,

nachdem ich hier nun viel gelesen habe, komme ich leider nicht weiter und habe mich nun doch angemeldet um etwas fragen zu können.

Ich habe einen (gebrauchten) Dell Wyse 5070 gekauft und habe eine Wifi-Karte in den m.2 2230-Slot eingebaut. Diese bekomme ich leider nicht zum Laufen. Ich habe auch zwei Wifi-USB-Sticks getestet. Hier ist aber die Geschwindigkeit brutal gering, so dass dies leider keine Alternative ist. Aber dort konnte ich wenigstens mal ein Wifi-Netzwerk konfigurieren. Mit der RTL8822CE-Karte komme ich noch nicht einmal dahin. Es sollte sich eigentlich um eine zertifizierte Komponente handeln: Ubuntu certified component: Realtek RTL8822CE 802.11ac PCIe Wireless Network Adapter.

Ich bitte um Unterstützung was ich noch probieren könnte.

Hier ein paar Informationen:

1
2
$ uname -a 
Linux Wyse-5070-Thin-Client2 6.11.0-21-generic #21-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb 19 16:50:40 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
1
2
3
4
$ lspci -nnk -d::0280 
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8822CE 802.11ac PCIe Wireless Network Adapter [10ec:c822]
	Subsystem: Realtek Semiconductor Co., Ltd. RTL8822CE 802.11ac PCIe Wireless Network Adapter [10ec:c822]
	Kernel modules: rtw88_8822ce
1
2
3
4
5
6
7
$ ip link  
1: 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:00
2: enp1s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
    link/ether e4:54:e8:20:ba:d3 brd ff:ff:ff:ff:ff:ff
3: enx5c2886a80ac8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
    link/ether 5c:28:86:a8:0a:c8 brd ff:ff:ff:ff:ff:ff
1
2
3
$ sudo grep renderer /{lib,etc,run}/netplan/*yaml 
/lib/netplan/00-network-manager-all.yaml:  renderer: NetworkManager
/etc/netplan/01-network-manager-all.yaml:  renderer: NetworkManager

Die beiden Wifi-Netzwerke kommen von den zwei Wifi-USB-Sticks, die ich dann auch mal getestet habe.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
$ nmcli general ; nmcli device ; nmcli connection 
STATE      CONNECTIVITY  WIFI-HW  WIFI     WWAN-HW  WWAN     METERED      
connected  full          missing  enabled  missing  enabled  no (guessed) 
DEVICE           TYPE      STATE                   CONNECTION              
enx5c2886a80ac8  ethernet  connected               netplan-enx5c2886a80ac8 
lo               loopback  connected (externally)  lo                      
enp1s0           ethernet  unavailable             --                      
NAME                     UUID                                  TYPE      DEVICE          
netplan-enx5c2886a80ac8  894f6c06-071e-3187-9c92-60724890bd1e  ethernet  enx5c2886a80ac8 
lo                       e07ff8cf-9df1-4ef0-8460-f99d6e78e5b1  loopback  lo              
<WifiName>               22ed27f0-dcdc-4775-aca7-89753a37f407  wifi      --              
<WifiName> 1             812ca6ec-a246-4fa9-bd7b-41b7ae8f6a9e  wifi      --              
Wired connection 1       f32ab952-b592-30ea-85c0-463f492cb0b5  ethernet  --   
1
2
$ rfkill list 
<Keine Ausgabe>
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
$ lsmod
Module                  Size  Used by
r8153_ecm              12288  0
cdc_ether              24576  1 r8153_ecm
usbnet                 61440  2 r8153_ecm,cdc_ether
r8152                 143360  1 r8153_ecm
mii                    20480  2 usbnet,r8152
uvcvideo              147456  0
videobuf2_vmalloc      20480  1 uvcvideo
uvc                    12288  1 uvcvideo
videobuf2_memops       16384  1 videobuf2_vmalloc
videobuf2_v4l2         36864  1 uvcvideo
videodev              364544  2 videobuf2_v4l2,uvcvideo
input_leds             12288  0
joydev                 32768  0
videobuf2_common       86016  4 videobuf2_vmalloc,videobuf2_v4l2,uvcvideo,videobuf2_memops
snd_usb_audio         544768  3
snd_usbmidi_lib        57344  1 snd_usb_audio
snd_ump                45056  1 snd_usb_audio
hid_plantronics        16384  0
mc                     86016  5 videodev,snd_usb_audio,videobuf2_v4l2,uvcvideo,videobuf2_common
hid_generic            12288  0
usbhid                 77824  0
hid                   266240  3 usbhid,hid_generic,hid_plantronics
snd_seq_dummy          12288  0
snd_hrtimer            12288  1
qrtr                   53248  2
snd_hda_codec_hdmi     98304  1
snd_hda_codec_realtek   208896  1
snd_hda_codec_generic   122880  1 snd_hda_codec_realtek
snd_hda_scodec_component    20480  1 snd_hda_codec_realtek
intel_rapl_msr         20480  0
intel_rapl_common      53248  1 intel_rapl_msr
intel_pmc_bxt          16384  0
intel_telemetry_pltdrv    20480  0
intel_punit_ipc        12288  1 intel_telemetry_pltdrv
intel_telemetry_core    20480  1 intel_telemetry_pltdrv
x86_pkg_temp_thermal    20480  0
intel_powerclamp       24576  0
coretemp               24576  0
crct10dif_pclmul       12288  1
polyval_generic        12288  0
ghash_clmulni_intel    16384  0
sha256_ssse3           32768  0
sha1_ssse3             32768  0
aesni_intel           122880  0
crypto_simd            16384  1 aesni_intel
cryptd                 24576  2 crypto_simd,ghash_clmulni_intel
rapl                   20480  0
snd_sof_pci_intel_apl    12288  0
snd_sof_intel_hda_generic    36864  1 snd_sof_pci_intel_apl
soundwire_intel        77824  1 snd_sof_intel_hda_generic
soundwire_cadence      45056  1 soundwire_intel
snd_sof_intel_hda_common   184320  2 snd_sof_intel_hda_generic,snd_sof_pci_intel_apl
snd_sof_intel_hda_mlink    45056  3 soundwire_intel,snd_sof_intel_hda_common,snd_sof_intel_hda_generic
snd_sof_intel_hda      24576  2 snd_sof_intel_hda_common,snd_sof_intel_hda_generic
snd_sof_pci            24576  2 snd_sof_intel_hda_generic,snd_sof_pci_intel_apl
snd_sof_xtensa_dsp     12288  1 snd_sof_intel_hda_generic
snd_sof               397312  4 snd_sof_pci,snd_sof_intel_hda_common,snd_sof_intel_hda_generic,snd_sof_intel_hda
snd_sof_utils          16384  1 snd_sof
soundwire_generic_allocation    12288  1 soundwire_intel
soundwire_bus         122880  3 soundwire_intel,soundwire_generic_allocation,soundwire_cadence
snd_soc_avs           200704  0
snd_soc_hda_codec      24576  1 snd_soc_avs
snd_soc_skl           212992  0
snd_soc_hdac_hda       24576  2 snd_sof_intel_hda_common,snd_soc_skl
snd_hda_ext_core       32768  7 snd_soc_avs,snd_soc_hda_codec,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda_mlink,snd_soc_skl,snd_sof_intel_hda
snd_soc_sst_ipc        20480  1 snd_soc_skl
snd_soc_sst_dsp        40960  1 snd_soc_skl
snd_soc_acpi_intel_match   114688  3 snd_sof_intel_hda_generic,snd_soc_skl,snd_sof_pci_intel_apl
snd_soc_acpi           16384  3 snd_soc_acpi_intel_match,snd_sof_intel_hda_generic,snd_soc_skl
snd_soc_core          450560  7 snd_soc_avs,snd_soc_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_soc_skl
snd_compress           28672  2 snd_soc_avs,snd_soc_core
ac97_bus               12288  1 snd_soc_core
rtw88_8822ce           12288  0
snd_pcm_dmaengine      16384  1 snd_soc_core
rtw88_8822c           507904  1 rtw88_8822ce
snd_hda_intel          61440  1
snd_intel_dspcfg       45056  6 snd_soc_avs,snd_hda_intel,snd_sof,snd_sof_intel_hda_common,snd_sof_intel_hda_generic,snd_soc_skl
rtw88_pci              36864  1 rtw88_8822ce
snd_intel_sdw_acpi     16384  2 snd_intel_dspcfg,snd_sof_intel_hda_generic
snd_hda_codec         208896  9 snd_hda_codec_generic,snd_soc_avs,snd_hda_codec_hdmi,snd_soc_hda_codec,snd_hda_intel,snd_hda_codec_realtek,snd_soc_hdac_hda,snd_soc_skl,snd_sof_intel_hda
rtw88_core            368640  2 rtw88_pci,rtw88_8822c
snd_hda_core          147456  12 snd_hda_codec_generic,snd_soc_avs,snd_hda_codec_hdmi,snd_soc_hda_codec,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_soc_skl,snd_sof_intel_hda
snd_hwdep              20480  2 snd_usb_audio,snd_hda_codec
dell_pc                12288  0
platform_profile       12288  1 dell_pc
snd_pcm               196608  14 snd_soc_avs,snd_hda_codec_hdmi,snd_hda_intel,snd_usb_audio,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_compress,snd_soc_core,snd_sof_utils,snd_soc_skl,snd_hda_core,snd_pcm_dmaengine
binfmt_misc            24576  1
intel_cstate           24576  0
ee1004                 16384  0
mei_hdcp               28672  0
mei_pxp                16384  0
dell_wmi               28672  0
mac80211             1789952  2 rtw88_pci,rtw88_core
snd_seq_midi           24576  0
dell_smbios            36864  2 dell_wmi,dell_pc
snd_seq_midi_event     16384  1 snd_seq_midi
i915                 4591616  9
dcdbas                 20480  1 dell_smbios
snd_rawmidi            57344  3 snd_seq_midi,snd_usbmidi_lib,snd_ump
sparse_keymap          12288  1 dell_wmi
cfg80211             1400832  2 rtw88_core,mac80211
wmi_bmof               12288  0
dell_wmi_descriptor    20480  2 dell_wmi,dell_smbios
snd_seq               122880  9 snd_seq_midi,snd_seq_midi_event,snd_seq_dummy
snd_seq_device         16384  4 snd_seq,snd_seq_midi,snd_ump,snd_rawmidi
drm_buddy              24576  1 i915
libarc4                12288  1 mac80211
snd_timer              49152  3 snd_seq,snd_hrtimer,snd_pcm
ttm                   110592  1 i915
i2c_i801               36864  0
i2c_mux                16384  1 i2c_i801
drm_display_helper    278528  1 i915
mei_me                 53248  2
cec                    94208  2 drm_display_helper,i915
snd                   143360  27 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec,snd_hda_codec_realtek,snd_sof,snd_timer,snd_compress,snd_soc_core,snd_ump,snd_pcm,snd_rawmidi
i2c_smbus              16384  1 i2c_i801
nls_iso8859_1          12288  1
rc_core                73728  1 cec
mei                   176128  5 mei_hdcp,mei_pxp,mei_me
soundcore              16384  1 snd
i2c_algo_bit           16384  1 i915
intel_pmc_core        118784  0
intel_vsec             20480  1 intel_pmc_core
pmt_telemetry          16384  1 intel_pmc_core
pmt_class              16384  1 pmt_telemetry
mac_hid                12288  0
sch_fq_codel           24576  3
msr                    12288  0
parport_pc             53248  0
ppdev                  24576  0
lp                     28672  0
parport                73728  3 parport_pc,lp,ppdev
efi_pstore             12288  0
nfnetlink              20480  1
dmi_sysfs              24576  0
ip_tables              36864  0
x_tables               65536  1 ip_tables
autofs4                57344  2
crc32_pclmul           12288  0
sdhci_pci              90112  0
cqhci                  40960  1 sdhci_pci
sdhci                  90112  1 sdhci_pci
ahci                   49152  2
ucsi_acpi              12288  0
typec_ucsi             65536  1 ucsi_acpi
intel_lpss_pci         28672  0
xhci_pci               24576  0
libahci                53248  1 ahci
r8169                 126976  0
intel_lpss             12288  1 intel_lpss_pci
idma64                 20480  0
xhci_pci_renesas       24576  1 xhci_pci
typec                 114688  1 typec_ucsi
realtek                45056  1
video                  77824  2 dell_wmi,i915
wmi                    28672  5 video,dell_wmi,wmi_bmof,dell_smbios,dell_wmi_descriptor
pinctrl_geminilake     24576  0

Iwconfig bekomme ich nicht installiert:

1
2
$ iwconfig
Command 'iwconfig' not found
1
2
$ iwlist chan 
iwlist: command not found
1
2
3
4
5
6
$ sudo apt install wireless-tools
Package wireless-tools is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Error: Package 'wireless-tools' has no installation candidate

Ubunux

Avatar von Ubunux

Anmeldungsdatum:
12. Juni 2006

Beiträge: 17201

Das Paket wireless-tools gibt es ab 24.10 nicht mehr. Installiere dir stattdessen das Paket iw

sudo apt install iw

siehe auch: https://wireless.docs.kernel.org/en/latest/en/users/documentation/iw.html

was zeigt denn

sudo dmesg | grep rtw88

Ist das Paket linux-firmware bei dir installiert? Zeige dazu die Ausgabe von

apt policy linux-firmware

linuxlover

(Themenstarter)

Anmeldungsdatum:
29. März 2025

Beiträge: 4

Ubunux schrieb:

Das Paket wireless-tools gibt es ab 24.10 nicht mehr. Installiere dir stattdessen das Paket iw

sudo apt install iw

Hmm, seltsam:

1
2
3
4
5
6
7
$ sudo apt install iw
[sudo] password for ... 
iw is already the newest version (6.9-1).
Summary:
  Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 3
$ iwconfig
Command 'iwconfig' not found, did you mean:

siehe auch: https://wireless.docs.kernel.org/en/latest/en/users/documentation/iw.html

was zeigt denn

sudo dmesg | grep rtw88

Keine Rückgabe.

Ist das Paket linux-firmware bei dir installiert? Zeige dazu die Ausgabe von

apt policy linux-firmware

Bitte:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
$ apt policy linux-firmware
linux-firmware:
  Installed: 20240913.gita34e7a5f-0ubuntu2.5
  Candidate: 20240913.gita34e7a5f-0ubuntu2.5
  Version table:
 *** 20240913.gita34e7a5f-0ubuntu2.5 500
        500 http://de.archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu oracular-security/main amd64 Packages
        100 /var/lib/dpkg/status
     20240913.gita34e7a5f-0ubuntu2 500
        500 http://de.archive.ubuntu.com/ubuntu oracular/main amd64 Packages

Edit:

1
2
$ iw list
$

bringt auch keine Rückgabe.

Ubunux

Avatar von Ubunux

Anmeldungsdatum:
12. Juni 2006

Beiträge: 17201

linuxlover schrieb:

Hmm, seltsam:

1
2
$ iwconfig
Command 'iwconfig' not found, did you mean:

Hättest du den Link dazu genau gelesen, wäre dir evtl. aufgefallen, dass iwconfig durch iw ersetzt wird

siehe auch: https://wireless.docs.kernel.org/en/latest/en/users/documentation/iw.html

was zeigt denn

sudo dmesg | grep rtw88

Keine Rückgabe.

Dann schaue dir nur

sudo dmesg

an, ob dir da im Zusammenhang mit Wlan etwas auffällt

linuxlover

(Themenstarter)

Anmeldungsdatum:
29. März 2025

Beiträge: 4

Ubunux schrieb:

linuxlover schrieb:

Hmm, seltsam:

1
2
$ iwconfig
Command 'iwconfig' not found, did you mean:

Hättest du den Link dazu genau gelesen, wäre dir evtl. aufgefallen, dass iwconfig durch iw ersetzt wird

Jup, das habe ich erst danach kapiert.

was zeigt denn

sudo dmesg | grep rtw88

Keine Rückgabe.

Dann schaue dir nur

sudo dmesg

an, ob dir da im Zusammenhang mit Wlan etwas auffällt

Da ist tatsächlich etwas, was ich jedoch nicht einordnen kann:

1
2
3
4
5
[   10.211616] rtw_8822ce 0000:02:00.0: WOW Firmware version 9.9.4, H2C version 15
[   10.212946] rtw_8822ce 0000:02:00.0: Firmware version 9.9.15, H2C version 15
[   10.255474] rtw_8822ce 0000:02:00.0: rfe 255 isn't supported
[   10.255693] rtw_8822ce 0000:02:00.0: failed to setup chip efuse info
[   10.255698] rtw_8822ce 0000:02:00.0: failed to setup chip information

Ubunux

Avatar von Ubunux

Anmeldungsdatum:
12. Juni 2006

Beiträge: 17201

Nach solchen Meldungen kann man suchen. Hast du dazu nichts gefunden?

linuxlover

(Themenstarter)

Anmeldungsdatum:
29. März 2025

Beiträge: 4

Habe die Tipps auf Treiber-/Firmwareproblem mit RTL8821CE befolgt. How to install the Realtek RTL8821CE driver besagt glaube ich dasselbe.

Hat leider (auch nach Reboot) keine Änderung gebracht.

Ubunux

Avatar von Ubunux

Anmeldungsdatum:
12. Juni 2006

Beiträge: 17201

Es gibt auf Github alternative Treiber z.B. https://github.com/lwfinger/rtw88

Ich bin bei der Suche auch auf Probleme im Zusammenhang mit Standby/Ruhezustand gestoßen. Mangels Hardware kann ich dazu aber nicht mehr sagen.

Antworten |