2024-08-26, 02:55 PM
What is the output of
Code:
cat /etc/modprobe.d/blacklist.conf
2024-08-26, 02:55 PM
What is the output of
Code: cat /etc/modprobe.d/blacklist.conf
2024-08-26, 03:02 PM
Can you also try running this command and then rebooting?
Code: sudo update-initramfs -u -k all
2024-08-28, 10:02 PM
Hello TheDreadPirate,
Please find the results: Code: cat /etc/modprobe.d/blacklist.conf Then I launch the following command: Code: sudo update-initramfs -u -k all And I reboot. To check if something is new, I only tried: Code: ls /dev/dri
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. Code: sudo modprobe i915 After it finishes rebooting Code: sudo dmesg > /tmp/dmesg.txt Retrieve all the txt files we made in /tmp and attach them to a forum post.
2024-08-31, 07:55 AM
(This post was last modified: 2024-08-31, 01:37 PM by Jujukeke. Edited 2 times in total.)
At the begenning I obtained an error:
Code: sudo modprobe i915 Then, I also tried to edit the file /etc/default/grub by adding "i915.modeset=1" Code: GRUB_CMDLINE_LINUX_DEFAULT="acpi=off i915.modeset=1" Code: sudo update-grub But still: Code: sudo modprobe i915
2024-08-31, 02:48 PM
Ok. Can you reboot and run these two commands right after? Attach both text files to a forum post.
Code: sudo dmesg > /tmp/modprobe_dmesg.txt
2024-08-31, 05:26 PM
(This post was last modified: 2024-08-31, 05:29 PM by Jujukeke. Edited 1 time in total.)
Please find attached the 2 files.
In the second line of modprobe_dmesg.txt, you can read the grub modification added in my previous post: [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.8.0-41-generic root=/dev/mapper/ubuntu--vg-ubuntu--lv ro acpi=off i915.modeset=1 Maybe I need to remove this parameter... If you want, I still have a dual boot to my old Debian9 OS with the "/dev/dri/renderD128" available. If needed, I can also do some extraction from this OS.
2024-08-31, 06:06 PM
Ok. I'll chat with one of our devs about this.
Can you also check if your motherboard's BIOS are up to date?
2024-09-01, 09:46 PM
Unfortunately, my BIOS is not up to date but I did not succed to update it: https://www.udoo.org/docs-x86II/Advanced...pdate.html
My version is 1.04 and the version 1.07 is available. Code: sudo apt install kernel-headers Before updating, I tried to dump my current BIOS but: Code: sudo ./bios_dump_x64.sh Mybios.104 So, I am quite stressed to try to update it... I am not sure that it will succed.
2024-09-01, 10:21 PM
I finally succeed to dump and update my BIOS from my old Debian 9 (thanks to the dual boot !).
Please find attached the new files just after booting with the new BIOS version: "lsmod2.txt" and "modprobe_dmesg2.txt" |
|
|