We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题,编译帧缓冲(framebuffer)驱动模块时失败,具体是找不到 fb_io_fops.ko 模块, 尝试make kernel_menuconfig Device Drivers ---> [] Graphics support ---> Frame buffer Devices ---> <> Support for frame buffer devices ---> 依然无法解决问题,只能暂时禁用kmod-drm-rockchip和kmod-fb饶过错误,但影响光影猫视频功能。
photonicat
ERROR: module '/home/ntbowen/openwrt/lede/build_dir/target-aarch64_generic_musl/linux-rockchip_armv8/linux-6.12.5/drivers/video/fbdev/core/fb_io_fops.ko' is missing. make[3]: *** [modules/video.mk:119: /home/ntbowen/openwrt/lede/bin/targets/rockchip/armv8/packages/kmod-fb_6.12.5-1_aarch64_generic.ipk] Error 1 make[3]: Leaving directory '/home/ntbowen/openwrt/lede/package/kernel/linux' time: package/kernel/linux/compile#1.79#0.33#2.12 ERROR: package/kernel/linux failed to build. make[2]: *** [package/Makefile:116: package/kernel/linux/compile] Error 1 make[2]: Leaving directory '/home/ntbowen/openwrt/lede' make[1]: *** [package/Makefile:110: /home/ntbowen/openwrt/lede/staging_dir/target-aarch64_generic_musl/stamp/.package_compile] Error 2 make[1]: Leaving directory '/home/ntbowen/openwrt/lede' make: *** [/home/ntbowen/openwrt/lede/include/toplevel.mk:231:world] 错误 2
The text was updated successfully, but these errors were encountered:
更新内核后才出现的,之前是支持的。
Sorry, something went wrong.
No branches or pull requests
详细叙述
如题,编译帧缓冲(framebuffer)驱动模块时失败,具体是找不到 fb_io_fops.ko 模块,
尝试make kernel_menuconfig
Device Drivers --->
[] Graphics support --->
Frame buffer Devices --->
<> Support for frame buffer devices --->
依然无法解决问题,只能暂时禁用kmod-drm-rockchip和kmod-fb饶过错误,但影响光影猫视频功能。
重复 issue
具体型号
photonicat
详细日志
ERROR: module '/home/ntbowen/openwrt/lede/build_dir/target-aarch64_generic_musl/linux-rockchip_armv8/linux-6.12.5/drivers/video/fbdev/core/fb_io_fops.ko' is missing.
make[3]: *** [modules/video.mk:119: /home/ntbowen/openwrt/lede/bin/targets/rockchip/armv8/packages/kmod-fb_6.12.5-1_aarch64_generic.ipk] Error 1
make[3]: Leaving directory '/home/ntbowen/openwrt/lede/package/kernel/linux'
time: package/kernel/linux/compile#1.79#0.33#2.12
ERROR: package/kernel/linux failed to build.
make[2]: *** [package/Makefile:116: package/kernel/linux/compile] Error 1
make[2]: Leaving directory '/home/ntbowen/openwrt/lede'
make[1]: *** [package/Makefile:110: /home/ntbowen/openwrt/lede/staging_dir/target-aarch64_generic_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/ntbowen/openwrt/lede'
make: *** [/home/ntbowen/openwrt/lede/include/toplevel.mk:231:world] 错误 2
The text was updated successfully, but these errors were encountered: