mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-29 22:20:21 +00:00
fix(deck): Add workaround for 64GB eMMC firmware issue
This commit is contained in:
parent
ed8e5e6e6e
commit
e0e4c7e22e
@ -52,6 +52,11 @@ if [[ ":Jupiter:" =~ ":$SYS_ID:" ]]; then
|
||||
if [[ ! $KARGS =~ "initcall_blacklist" ]]; then
|
||||
NEEDED_KARGS="$NEEDED_KARGS --append=initcall_blacklist=simpledrm_platform_driver_init"
|
||||
fi
|
||||
|
||||
if [[ ! $KARGS =~ "default_ps_max_latency_us" ]] && grep -q '64GB' <<< $(lsblk -o MODEL); then
|
||||
echo "64GB eMMC detected, adding workaround for firmware issue"
|
||||
NEEDED_KARGS="$NEEDED_KARGS --append=nvme_core.default_ps_max_latency_us=5500"
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ $IMAGE_NAME =~ "nvidia" ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user