tomaspinho / rtl8821ce

Other
1.6k stars 409 forks source link

Slow WiFi #352

Closed RealMrCactus closed 6 months ago

RealMrCactus commented 6 months ago

Network is slow on arch linux windows is significantly faster id say on linux im about 80% slower than windows

❯ lsmod | grep 8821
∙ 
8821ce               2531328  0
cfg80211             1347584  1 8821ce
❯ sudo cat /var/lib/NetworkManager/NetworkManager-intern.conf
# Internal configuration file. This file is written and read
# by NetworkManager and its configuration values are merged
# with the configuration from 'NetworkManager.conf'.
#
# Keys with a ".set." prefix specify the value to set.
# A corresponding key with a ".was." prefix records the value
# of the user configuration at the time of storing the file.
# The value from internal configuration is rejected if the corresponding
# ".was." key no longer matches the configuration from 'NetworkManager.conf'.
# That means, if you modify a value in 'NetworkManager.conf', the internal
# overwrite no longer matches and is ignored.
#
# Certain sections can only be overwritten whole, not on a per key basis.
# Such sections are marked with a ".was" key that records the user configuration
# at the time of writing.
#
# Internal sections of the form [.intern.*] cannot
# be set by user configuration.
#
# CHANGES TO THIS FILE WILL BE OVERWRITTEN
[connectivity]
.set.enabled=false

6.8.8-arch1-1

RealMrCactus commented 6 months ago

also bluez isnt even installed so its not bluetooth

dubhater commented 6 months ago

Have you heard the good news about rtw88? :) It may actually work now.

RealMrCactus commented 6 months ago

Have you heard the good news about rtw88? :) It may actually work now.

has anyone tried it?

dubhater commented 6 months ago

Yes, I have seen at least one report. You can test it easily:

modprobe -r 8821ce
modprobe rtw88_8821ce
RealMrCactus commented 6 months ago

Yes, I have seen at least one report. You can test it easily:

modprobe -r 8821ce
modprobe rtw88_8821ce

I'll try that when I get home.

RealMrCactus commented 6 months ago

Yes, I have seen at least one report. You can test it easily:

modprobe -r 8821ce
modprobe rtw88_8821ce

I elect whoever fixed the drivers my new god.