我的机器是联想,运行的是ubuntu16.04,它有两个vga控制器(Intel和Radeon)。但只有情报出现了。
$ sudo lspci | grep "VGA"
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)
&每当我的机器启动时,它就会产生以下错误(链接中的图像),导致启动缓慢。
&代码dmesg | egrep -i 'vce|error'
将导致以下错误:
[ 1.556359] button: probe of PNP0C0D:01 failed with error -17
[ 2.080041] ACPI Error: [\_SB_.PCI0.GFX0.DD02._BCL] Namespace lookup failure, AE_NOT_FOUND (20150930/psargs-359)
[ 2.080048] ACPI Error: Method parse/execution failed [\_SB.PCI0.RP05.PEGP.DD02._BCL] (Node ffff88015a8fc0f0), AE_NOT_FOUND (20150930/psparse-542)
[ 2.121858] radeon 0000:03:00.0: VCE init error (-22).
[ 15.077591] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[ 23.732375] usb 2-7: device descriptor read/64, error -110
[ 28.002873] radeon 0000:03:00.0: VCE init error (-22).
[ 38.953480] usb 2-7: device descriptor read/64, error -110
[ 44.281773] usb 2-7: device descriptor read/64, error -110
[ 45.127882] radeon 0000:03:00.0: VCE init error (-22).
[ 59.498891] usb 2-7: device descriptor read/64, error -110
[ 65.139303] usb 2-7: device not accepting address 7, error -71
这一切背后的原因是什么,我如何解决缓慢的引导&没有显示Radeon图形问题?
发布于 2017-06-20 06:58:18
我也有这个问题,我花了很多时间来解决这个问题,我确信这个图形没有驱动程序。有人给出了答案:
我找不到/sys/内核/debug/vgaswitcheroo/开关
vgaswitcheroo不工作在14.04 -离散Radeon总是开,戴尔沃斯特罗3350
以上回答在BIOS Switchable Graphics
模式下,我无法解决我的问题。我想如果你想解决这个问题,你必须安装图形驱动程序或脱离离散图形。我几乎不使用离散图形,所以我把BIOS图形模式改为UMA Graphics
关闭离散Graphics.and,然后关于radeon 0000:03:00.0: VCE init error (-22)
的错误消失了。
而usb的错误,也有同样的问题:USB设备不接受地址。
https://askubuntu.com/questions/819426
复制相似问题