BeardOverflow / msi-ec

GNU General Public License v2.0
134 stars 41 forks source link

build-in camera support for old (2019) MSI GF63 8RC laptop? #63

Open paapu88 opened 11 months ago

paapu88 commented 11 months ago

Dear Developers, Tried out for this repo but got things below. Does this mean I'm out of luck with my MSI GF63 8RC laptop? My problems is that the build-in camera is not working with ubuntu (now 23.04, kernel 6.0).

Could do some voluntary work here if that could help... br. Markus

mka@mkaDuranc:~/Downloads/msi-ec$ sudo make
make[1]: Entering directory '/usr/src/linux-headers-6.0.0-1006-oem'
warning: the compiler differs from the one used to build the kernel
  The kernel was built by: x86_64-linux-gnu-gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0
  You are using:           gcc (Ubuntu 12.3.0-1ubuntu1~23.04) 12.3.0
make[1]: Leaving directory '/usr/src/linux-headers-6.0.0-1006-oem'

mka@mkaDuranc:~/Downloads/msi-ec$ sudo make install
mkdir -p /lib/modules/6.0.0-1006-oem/extra
cp msi-ec.ko /lib/modules/6.0.0-1006-oem/extra
depmod -a
echo msi-ec > /etc/modules-load.d/msi-ec.conf
modprobe -v msi-ec
insmod /lib/modules/6.0.0-1006-oem/extra/msi-ec.ko 
modprobe: ERROR: could not insert 'msi_ec': No such device
make: *** [Makefile:38: install] Error 1