“Account locked temporarily
We have detected unusual activity on your account and have locked it temporarily. Please contact customer service for further assistance.”
Secure Boot
If your system uses Secure Boot, the kernel will not accept user-supplied modules. There are two ways to solve this issue:
Disable Secure Boot via BIOS/UEFI settings.
Create or use an existing MOK (Machine Owner Key) to sign the compiled .ko linux kernel object produced by DKMS.
###################################xx
my pc:
Secure Boot kikapcsolása (Custom/Standard esetén)
1. Ha csak a “Custom” és “Standard” opciókat látod:
Állítsd a Secure Boot módot Custom-ra. Ez a módban lehetőséget kapsz a Secure Boot teljes kikapcsolására.
2. Secure Boot kikapcsolása a Custom módban:
Miután Custom módba kapcsoltál:
Keresd meg a Secure Boot beállítást (általában engedélyezett vagy tiltott – “Enabled”/”Disabled”).
Állítsd át Disabled-re.
3. Töröld az alapértelmezett kulcsokat (opcionális):
Ha Custom módban vagy, lehetőséged lehet az alábbiakra:
Delete Platform Keys (PK): Ez törli a gyártó által telepített Secure Boot kulcsokat.
Miután a kulcsok törlésre kerültek, a Secure Boot gyakorlatilag kikapcsol, mert nincs hitelesítési kulcs.
Enable Legacy Mode vagy CSM (Compatibility Support Module) – Ezzel az UEFI visszavált hagyományos BIOS-kompatibilis módba, amely automatikusan kikapcsolja a Secure Boot-ot.
######################################################xxx
ChatGPT:
Ha a tárolóból nem érhető el a csomag, letöltheted és telepítheted a drivert manuálisan a GitHub-ról vagy egyéb forrásból.
Példa a forrásból telepítésre:
Telepítsd a szükséges eszközöket:
sudo apt-get install build-essential dkms git
Klónozd a driver forráskódját:
git clone https://github.com/tomaspinho/rtl8821ce.git
Lépj be a mappába:
cd rtl8821ce
Telepítsd a drivert:
sudo ./dkms-install.sh
Töltsd be a modult:
sudo modprobe 8821ce
4. Ellenőrzés a hardverrel kapcsolatban
Győződj meg róla, hogy valóban RTL8821CE chipsetet használ a Wi-Fi adaptered. Ehhez futtasd:
lspci | grep -i network