Radeon kernel driver: Debugging
Posted: Wed Jun 28, 2023 9:18 am
First:
setenv bootargs "root=<root_partition> modprobe.blacklist=radeon" (this will prevent the radeon kernel driver from getting loaded automatically).
Then once the system is booted up, log in via SSH and run
sudo modprobe radeon
This way you should be able to capture dmesg output from loading the radeon driver.
Please note: You need the radeon kernel driver as a module.
setenv bootargs "root=<root_partition> modprobe.blacklist=radeon" (this will prevent the radeon kernel driver from getting loaded automatically).
Then once the system is booted up, log in via SSH and run
sudo modprobe radeon
This way you should be able to capture dmesg output from loading the radeon driver.
Please note: You need the radeon kernel driver as a module.