Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
faq:xpc_all-in-one:p51u [2019/10/25 14:58] SHfaq:xpc_all-in-one:p51u [2019/10/25 15:19] – [How do I activate the WiFi card under Ubuntu?] TS
Line 1: Line 1:
 ====== P51U ====== ====== P51U ======
 ===== How do I activate the WiFi card under Ubuntu? ===== ===== How do I activate the WiFi card under Ubuntu? =====
- +Open the terminal and enter the following commands to install the WiFi card. 
- +<code bash> 
-Open the terminal and enter the following commands to install the WiFi card. (Enter commands without "**#**".) +sudo apt update  
- +sudo apt install -y dkms git   
-sudo apt update  \\ +git clone https://github.com/tomaspinho/rtl8821ce.git   
-sudo apt install -y dkms git  \\ +cd rtl8821ce 
-git clone https://github.com/tomaspinho/rtl8821ce.git  \\ +sudo ./dkms-install.sh  
-cd rtl8821ce  \\ +sudo modprobe 8821ce   
-sudo ./dkms-install.sh  \\ +sudo reboot 
-sudo modprobe 8821ce  \\ +</code>
-sudo reboot +
  
 ==== Related links ==== ==== Related links ====
 {{backlinks>.}} {{backlinks>.}}
  • Last modified: 2021/11/11 09:16
  • by Shuttle