> Also, could someone tell me how can I find out whether or not I'm using the
radeon driver already?
This information is in dmesg:
> [ 2.279343] 0000:00:01.0: Missing Free firmware (non-Free firmware
loading is disabled)
> [ 2.279373] radeon 0000:00:01.0: Direct firmware load for
/*(DEBLOBBED)*/ failed with error -2
> [ 2.279375] 0000:00:01.0: Missing Free firmware (non-Free firmware
loading is disabled)
> [ 2.279389] radeon 0000:00:01.0: Direct firmware load for
/*(DEBLOBBED)*/ failed with error -2
> [ 2.279469] [drm:cik_init [radeon]] *ERROR* Failed to load firmware!
> [ 2.279476] radeon 0000:00:01.0: Fatal error during GPU init
> [ 2.279483] [drm] radeon: finishing device.
> [ 2.287677] [TTM] Finalizing pool allocator
> [ 2.287685] [TTM] Finalizing DMA pool allocator
> [ 2.287733] [TTM] Zone kernel: Used memory at exit: 0 kiB
> [ 2.287737] [TTM] Zone dma32: Used memory at exit: 0 kiB
> [ 2.287739] [drm] radeon: ttm finalized
> [ 2.288198] radeon: probe of 0000:00:01.0 failed with error -22
Here it failed to load the radeon driver:
> [ 2.288198] radeon: probe of 0000:00:01.0 failed with error -22
The "error -22" is "EINVAL" in C.
Here's how to fix it:
https://trisquel.info/en/forum/first-development-alpha-iso-images-trisquel-80-flidas#comment-106872
(From this thread:
https://trisquel.info/en/forum/first-development-alpha-iso-images-trisquel-80-flidas)
Denis.