2024-08-28, 11:15 PM
(This post was last modified: 2024-08-28, 11:15 PM by TheDreadPirate.)
Ok. Spoke with a developer.
We're to goin re-run some commands, since the pastebin expired. Instead of using pastebin, I want you to attach these text files we're going to generate to a forum post.
After it finishes rebooting
Retrieve all the txt files we made in /tmp and attach them to a forum post.
We're to goin re-run some commands, since the pastebin expired. Instead of using pastebin, I want you to attach these text files we're going to generate to a forum post.
Code:
sudo modprobe i915
sudo dmesg > /tmp/modprobe_dmesg.txt
sudo reboot
After it finishes rebooting
Code:
sudo dmesg > /tmp/dmesg.txt
sudo lsmod | egrep -i "i915|intel" > /tmp/lsmod.txt
Retrieve all the txt files we made in /tmp and attach them to a forum post.