Notes for ACEPC T11 Ubuntu installation
-
Install Ubuntu 20.04 fix the HDMI audio issue. But need to set Start Application to choose the default audio input/output.
-
WiFi driver:
sudo apt install dkms bc git
git clone https://github.com/brektrou/rtl8821CU.git
cd rtl8821CU
sudo ./dkms-install.sh
wget https://github.com/khadas/android_hardware_amlogic_wifi/raw/b6709758755568e4a0ff6e80993be0fc64c77fb9/bcm_ampak/config/6255/nvram.txt
sudo mv nvram.txt /lib/firmware/brcm/brcmfmac43455-sdio.txt
- no battery but indicate as battery,
sudo nano /etc/modprobe.d/blacklist-axp288.conf
with content:
blacklist axp288_fuel_gauge
- /etc/network/interface not working
sudo apt install ifupdown
sudo systemctl restart networking
- wake on lan
$ cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto enp1s0
iface enp1s0 inet dhcp
up ethtool -s enp1s0 wol g
- mount
udisk2 is used and can change default mount options, https://help.ubuntu.com/community/AutomaticallyMountPartitions http://storaged.org/doc/udisks2-api/latest/mount_options.html
you need to install git first, or you can just download the zip file directly.