Differences

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

Link to this comparison view

Both sides previous 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:08] – [How do I activate the WiFi card under Ubuntu?] SH
Line 4: Line 4:
  
 Open the terminal and enter the following commands to install the WiFi card. (Enter commands without "**#**".) Open the terminal and enter the following commands to install the WiFi card. (Enter commands without "**#**".)
- +<code bash> 
-# sudo apt update  \\ +# sudo apt update  
-# sudo apt install -y dkms git  \\ +# sudo apt install -y dkms git   
-# git clone https://github.com/tomaspinho/rtl8821ce.git  \\ +# git clone https://github.com/tomaspinho/rtl8821ce.git   
-# cd rtl8821ce  \\ +# cd rtl8821ce 
-# sudo ./dkms-install.sh  \\ +# sudo ./dkms-install.sh  
-# sudo modprobe 8821ce  \\+# sudo modprobe 8821ce  
 # sudo reboot # sudo reboot
 +</code>
  
 ==== Related links ==== ==== Related links ====
 {{backlinks>.}} {{backlinks>.}}
  • Last modified: 2021/11/11 09:16
  • by Shuttle