Proxmox on Asus VivoPC

Yep, Proxmox VE 5.4 works great! Note that it accepts two x 8GB DDR3 SO-DIMM for 16GB RAM, which are quite cheap now.

Note tht 6.0 results in a box reacheable via SSH, not by web, need to solve that still...
 
Argh, that was SO easy: just log in, and updata /etc/apt/sources.list to add the no-subscription repository. And remove the enterprise .list file in /etc/apt/sources.list.d

also added non-free to the security repository.


To remove pcspkr error:
as root: echo "blacklist pcspkr" > /etc/modprobe.d/blacklist-pcspkr.conf

to get Blutooth going:
1 login as root:
2. apt download firmware-realtek
3. mkdir firmware-realtek
4. dpkg -x firmware-realtek_* firmware-realtek
5. mkdir /lib/firmware/rtl_bt
6. cp firmware-realtek/lib/rtl_bt/*.* /lib/firmware/rtl_bt
7. cp firmware-realtek/lib/rtlwifi/rtl8821aefw_wowlan.bin /lib/firmware/rtlwifi
 
aah, need to add non-free to all the debian sources (except no-subscription line) to get the firmware-realtek package.

  1. new recipy:
  2. login as root:
  3. add non-free to debian repository lines in /etc/apt/sources.list
  4. apt update
  5. apt dist-upgrade
  6. apt download firmware-realtek
  7. mkdir firmware-realtek
  8. dpkg -x firmware-realtek_* firmware-realtek
  9. mkdir /lib/firmware/rtl_bt already exist
  10. cp firmware-realtek/lib/firmware/rtl_bt/*.* /lib/firmware/rtl_bt
  11. cp firmware-realtek/lib/firmware/rtlwifi/rtl8821aefw_wowlan.bin /lib/firmware/rtlwifi
enjoy bluetooth support