Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screen doesn't turn back on after closing lid #34

Open
marco-04 opened this issue Oct 29, 2022 · 3 comments
Open

Screen doesn't turn back on after closing lid #34

marco-04 opened this issue Oct 29, 2022 · 3 comments

Comments

@marco-04
Copy link

Installed the drivers and the kernel on a clean debian stable installation. After closing the lid, or after being in suspension for some time, the screen doesn't turn back on, while the keybard does

@LucaCraft89
Copy link

same here but in my case is instantly after start up i see the log in for a split second

@LucaCraft89
Copy link

try
nano /etc/default/grub

....
GRUB_CMDLINE_LINUX_DEFAULT="pwm-lpss pwm-lpss-platform acpi_osi= i915.modeset=1 fbcon=rotate:1  video.use_native_backlight=1 i915.enable_fbc=1 i915.enable_rc6=1 i915.semaphores=1 quiet splash resume=UUID={arleady present}"
....

save

update-grub
reboot

among a lot of stuff i did extra this should be what it makes it work

@LucaCraft89
Copy link

also put the following missing firmware bins in /usr/lib/firmware/i915
(you can use wget to download)

https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/i915/dg2_huc_gsc.bin
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/i915/mtl_guc_70.bin
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/i915/mtl_huc_gsc.bin

commands

mkdir firmware
cd firmware
apt update
apt install wget
wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/i915/dg2_huc_gsc.bin
wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/i915/mtl_guc_70.bin
wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/i915/mtl_huc_gsc.bin
cp *.bin /usr/lib/firmware/i915
# Additionaly remove dir
cd ..
rm -rf firmware

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants