fus0g / Quanta-HD-User-Facing-0x0408-0x4035_linux

Linux Kernel uvc driver for Quanta-HD-User-Facing-0x0408,0x4035 usually found on acer laptops
82 stars 7 forks source link

Fixed #8 Added instruction to install gcc-12 compiler #9

Closed anurag-choudhury closed 4 months ago

anurag-choudhury commented 4 months ago

Fixed issue #8

The error is happening because the older compiler is compiling the uvcvideo.c into uvcvideo.ko which is compatible for lower kernal version

Now it is installing the required gcc compiler of version 12 and succesfully insatlling it and then it is compiling then everything go smooth

fus0g commented 4 months ago

Merged but this should be added in README.md not install.sh as this module is distro independent