PDA

View Full Version : Radeon VCE Init Error (-22)



amigo
2016-06-15, 19:12
Hi,

I would really appreciate some help here, been looking for the solution for atleast 2 days now.
My graphics card is not initializing properly and i seems can't able to switch from my default intel graphics to my Radeon HD 8570 A/8570M one.

using commands;

sudo lspci -vnk | grep -iA20 vga


00:02.0 0300: 8086:0416 (rev 06) (prog-if 00 [VGA controller])
Subsystem: 17aa:3801
Flags: bus master, fast devsel, latency 0, IRQ 28
Memory at b9000000 (64-bit, non-prefetchable) [size=4M]
Memory at a0000000 (64-bit, prefetchable) [size=256M]
I/O ports at 5000 [size=64]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [a4] PCI Advanced Features
Kernel driver in use: i915
Kernel modules: i915

00:03.0 0403: 8086:0c0c (rev 06)
Subsystem: 17aa:3978
Flags: bus master, fast devsel, latency 0, IRQ 30
Memory at b9610000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Kernel driver in use: snd_hda_intel

dmesg | egrep -i 'vce|error'


[ 0.014386] mce: [Hardware Error]: Machine check events logged
[ 0.226778] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[ 11.237405] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 17.380658] ACPI Error: [AR02] Namespace lookup failure, AE_NOT_FOUND (20160108/psargs-359)
[ 17.380662] ACPI Error: Method parse/execution failed [\_SB.PCI0.PEG0._PRT] (Node ffff8802568df6a8), AE_NOT_FOUND (20160108/psparse-542)
[ 17.430312] radeon 0000:01:00.0: VCE init error (-22).
[ 64.667315] radeon 0000:01:00.0: VCE init error (-22).
[ 89.019505] radeon 0000:01:00.0: VCE init error (-22).
[ 147.675668] radeon 0000:01:00.0: VCE init error (-22).
[ 299.810276] mce: [Hardware Error]: Machine check events logged


uname -a


Linux Amigo 4.5.0-kali1-amd64 #1 SMP Debian 4.5.5-1kali1 (2016-06-06) x86_64 GNU/Linux


From my search I have installed the xserver-xorg-video-radeon so i have the latest one installed

xserver-xorg-video-radeon is already the newest version (1:7.7.0-1).

I also tried intalling fglrx which i downloaded from here (http://support.amd.com/en-us/kb-articles/Pages/latest-linux-beta-driver.aspx).

but I got this error while i was installing it


error: Detected X Server version 'XServer 1.18.3_64a' is not supported. Supported versions are X.Org 6.9 or later, up to XServer 1.10 (default:v2:x86_64:lib:XServer 1.18.3_64a:none:4.5.0-kali1-amd64:)
Installation will not proceed.

and i wanted to try the solution proposed by ganda here (http://ubuntuforums.org/showthread.php?t=2216720) but i didn't have the /etc/X11/xorg.conf directory. Should I make one? How should I overcome this problem, i would appriciate someone to show me the right way. Thanx for reading such a long post.

-Amigo