Radeon kernel driver: Debugging

AmigaOne X5000 platform specific issues related to Linux only.
Post Reply
User avatar
xeno74
Posts: 9387
Joined: Fri Mar 23, 2012 7:58 am

Radeon kernel driver: Debugging

Post by xeno74 »

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.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9387
Joined: Fri Mar 23, 2012 7:58 am

Re: Radeon kernel driver: Debugging

Post by xeno74 »

The radeon graphics driver is part of our kernel and cannot be blacklisted via modprobe. Use the initcall_blacklist kernel parameter instead.

Code: Select all

initcall_blacklist=radeon_init
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Post Reply