Skip to content

Instantly share code, notes, and snippets.

@cherepanov
Last active May 28, 2025 17:00
Show Gist options
  • Select an option

  • Save cherepanov/27d324a7dbe738993647d206c3199f83 to your computer and use it in GitHub Desktop.

Select an option

Save cherepanov/27d324a7dbe738993647d206c3199f83 to your computer and use it in GitHub Desktop.
ubuntu 24.04 on Pipo X9

Install

Kernel

with intel-microcode 2023-14-11

  • 6.5 works
  • 6.6 works
  • 6.7 requires dis_ucode_ldr

Audio

#/etc/modprobe.d/intellegacy.conf 

blacklist snd_hdmi_lpe_audio

options snd-intel-dspcfg dsp_driver=2
#options snd-intel-dspcfg dsp_driver=1
#options snd_sof sof_debug=1

blacklist snd-soc-sst-acpi

Wifi

works out of the box, but frequently disconnects

  • try rtl8723bs_4.12.0_amd64.deb for better experience

Misc

  • add zramswap
#cat /etc/default/zramswap      

# Compression algorithm selection
# speed: lz4 > zstd > lzo
# compression: zstd > lzo > lz4
# This is not inclusive of all that is available in latest kernels
# See /sys/block/zram0/comp_algorithm (when zram module is loaded) to see
# what is currently set and available for your kernel[1]
# [1]  https://github.com/torvalds/linux/blob/master/Documentation/blockdev/zram.txt#L86
#ALGO=lz4

# Specifies the amount of RAM that should be used for zram
# based on a percentage the total amount of available memory
# This takes precedence and overrides SIZE below
PERCENT=70

# Specifies a static amount of RAM that should be used for
# the ZRAM devices, this is in MiB
#SIZE=256

# Specifies the priority for the swap devices, see swapon(2)
# for more details. Higher number = higher priority
# This should probably be higher than hdd/ssd swaps.
#PRIORITY=100

Links

https://gist.github.com/iiLaurens/646af46115b35c4eaaaa3a97f135087b https://linuxiumcomau.blogspot.com/2017/06/rtl8723bs-wifi-and-bt-firmware-package.html https://isaacs.pw/2020/06/installing-linux-lubuntu-20-04-lts-onto-a-pipo-x7-mini-pc-intel-z3736f/

@toiu76
Copy link

toiu76 commented May 28, 2025

is it worth?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment