Radeon kernel driver: Debugging

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

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.
User avatar
xeno74
Posts: 10705
Joined: Fri Mar 23, 2012 7:58 am
Contact:

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
User avatar
sailorMH
Posts: 272
Joined: Wed Aug 28, 2013 7:01 pm
Location: Czech republic

Re: Radeon kernel driver: Debugging

Post by sailorMH »

thanks, good tip!
A1200, Micro A1-C (G3/1.2 GHz), AmigaOne XE (G4/1.4 GHz), Pegasos II (G4/1.33 GHz), Sam440ep, Sam440ep-flex, Sam460LE, AmigaOne X1000
Efika 5200b, Pegasos I, Powerbook, Mac Mini (1.83 GHz), iMac, Powermac Quad

AmigaOS, MorphOS, linux, MacOS X
User avatar
xeno74
Posts: 10705
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Radeon kernel driver: Debugging

Post by xeno74 »

But I haven't tried it out.
User avatar
Hypex
Beta Tester
Beta Tester
Posts: 909
Joined: Mon Dec 20, 2010 2:23 pm
Location: Vic. Australia.

Re: Radeon kernel driver: Debugging

Post by Hypex »

Does this require a serial debug terminal link? And are there any specific Radeon driver problems we are currently experiencing?
Post Reply