hankTaro
Results
2
issues of
hankTaro
I wrote the `test.c` as below ```c #include #include #include #include #include static char fb_path[128] = "/dev/fb1"; static int fd; void signal_exit_handler(int sig) { close(fd); exit(0); } int main() {...
Fix the wrong mod name In section `$ sudo modprobe -a videobuf2_vmalloc videobuf2_v4l2`, mod's name in kernel 5.19.0-42-generic, should use `-` to connect, not `_`. In root/drivers/media/Makefile line 32: `obj-y...