麻烦帮忙看下如何支持i3-3110M核显驱动和硬解

chrisuhg】 在 https://github.com/istoreos/istoreos/issues/1407 发布:
反馈bug/问题模板,提建议请删除

1.关于你要提交的问题

为避免重复issue,请先搜索issue,确认没有类似issue再提交新issue;
注意搜索时包括已关闭的issue(删掉搜索框的的“is:open”条件);

Q:是否用关键词搜索了issue? (使用 “x” 选择)

  • [x ] 没有类似的issue

2. 详细叙述

(1) 具体问题

根据之前的测试固件issue的查询命令获取到的返回都是no support,在驱动中有看到i915的驱动,请问是否需要勾选才为安装驱动?

(2) 路由器型号和固件版本

ASUS VivoPC

Powered by LuCI istoreos-22.03 branch (git-24.057.30647-6659faa) / ArgonTheme v2.2.10.10 / iStoreOS 22.03.6 2024030112

(3) 详细日志和/或截图

root@i:/mnt/sata1-4/Configs# grep -F 'model name' /proc/cpuinfo | head -1; lspci -nn | gre
p -F VGA; dmesg | grep -F i915
model name      : Intel(R) Core(TM) i3-3110M CPU @ 2.40GHz
00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09)
[    6.966093] disable_kmod.group i915-oot
[    7.455359] i915 0000:00:02.0: [drm] Incompatible option enable_guc=3 - GuC is not supported!
[    7.455436] i915 0000:00:02.0: [drm] Incompatible option enable_guc=3 - HuC is not supported!
[    7.455512] i915 0000:00:02.0: [drm] Incompatible option enable_guc=3 - GuC submission is N/A
[    7.455886] i915 0000:00:02.0: vgaarb: deactivate vga console
[    7.458865] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    7.480064] [drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on minor 0
[    7.702038] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[    7.942165] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[    8.151990] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
root@i:/mnt/sata1-4/Configs# ls /dev/dri
card0       renderD128
root@i:/mnt/sata1-4/Configs#