#LABEL=boot /boot ext4 noauto,noatime 1 2
#UUID=58e72203-57d1-4497-81ad-97655bd56494 / ext4 noatime 0 1
#LABEL=swap none swap sw 0 0
#/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
UUID=8E37-E91C /boot vfat defaults,noatime 0 2
UUID=6739c2cc-4a15-4a30-b223-bafcdff6688f / ext4 defaults,noatime 0 1
aes avx avx2 avx512_bf16 avx512_bitalg avx512_vbmi2 avx512_vnni avx512_vpopcntdq avx512bw avx512cd avx512dq avx512f avx512ifma avx512vbmi avx512vl f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 vpclmulqdq
❯ grep -E "MTK|MT7" .config
CONFIG_BT_MTK=y
CONFIG_BT_HCIBTUSB_MTK=y
# CONFIG_MT7601U is not set
# CONFIG_MT76x0U is not set
# CONFIG_MT76x0E is not set
# CONFIG_MT76x2E is not set
# CONFIG_MT76x2U is not set
# CONFIG_MT7603E is not set
# CONFIG_MT7615E is not set
# CONFIG_MT7663U is not set
# CONFIG_MT7915E is not set
# CONFIG_MT7921E is not set
# CONFIG_MT7921U is not set
# CONFIG_MT7996E is not set
# CONFIG_SND_SOC_MTK_BTCVSD is not set
set -e
export KCFLAGS=' -march=native -mtune=native'
export KCPPFLAGS=' -march=native -mtune=native'
sudo make -j24
sudo make install
sudo make modules_install
sudo emerge @module-rebuild
sudo dracut --force --regenerate-all --parallel
# sudo grub-install --efi-directory=/boot/efi --disable-shim-lock
sudo grub-mkconfig -o /boot/grub/grub.cfg
echo "sudo eclean-kernel -n 2 -L std --ask"
(edited)avx512_vpopcntdq
there are lot of optimization oportunities2024-03-20 20:14:36 I tunezone: the tuning was missed
2024-03-20 20:14:47 I tunezone: waiting for tuning for zone 0
2024-03-20 20:14:47 I tunezone: waiting for tuning for zone 0
2024-03-20 20:14:47 I tunezone: waiting for tuning for zone 0
2024-03-20 20:14:47 I tunezone: waiting for tuning for zone 0
2024-03-20 20:14:47 I tunezone: waiting for tuning for zone 0
2024-03-20 20:14:47 I tunezone: the tuning was missed
can someone reproduce this? i dont know how i triggered it, but it filled my entire log on the map Twin Electric Field, the msg is printed from UpdatePrediction()
dbg_msg("tunezone", "waiting for tuning for zone %d", m_aExpectingTuningForZone[g_Config.m_ClDummy]);
m_aExpectingTuningSince[g_Config.m_ClDummy]++;
i dont quite understand how its actually getting into "expect" state (edited)