Open gugbarseghyan opened 1 year ago
Check what driver you are actually using:
lsmod | grep 8821
Check what driver you are actually using:
lsmod | grep 8821
here is the result
Create the file /etc/modprobe.d/blacklist-rtw88.conf
with this content:
blacklist rtw88_8821ce
blacklist rtw_8821ce
And reboot. Then you will be able to use the driver from this repository, which probably works better.
how can i create it
Create the file
/etc/modprobe.d/blacklist-rtw88.conf
with this content:blacklist rtw88_8821ce blacklist rtw_8821ce
And reboot. Then you will be able to use the driver from this repository, which probably works better.
how can i do it )
'cause i have no directory with modprobe.d
It's /etc/modprobe.d/
not /modprobe.d/
.
yeah, the first i change direction to /etc/ then i want to join modprobe.d, here but it gives me problem
If you're already in /etc/
then it's cd modprobe.d
not cd /modprobe.d
.
If you're already in
/etc/
then it'scd modprobe.d
notcd /modprobe.d
.
oh thanks, i already create it and reboot it, what i need to do
Is the wifi still slow? Then check again what driver you are using:
lsmod | grep 8821
how can i create it
Create the file
/etc/modprobe.d/blacklist-rtw88.conf
with this content:blacklist rtw88_8821ce blacklist rtw_8821ce
And reboot. Then you will be able to use the driver from this repository, which probably works better.
how can i do it )
Thank you so much, this works for me, but just blocking one of the two, if I block all, the wifi vanish xd
The problem is with linux, 'couse when i was used windows there wasn't any problem