crystalhd
crystalhd copied to clipboard
Broadcom Crystal HD Hardware Decoder (BCM70012/70015) driver on Ubuntu
Trying to compile the driver Arch (actually Artix, but it's basically the same) and I keep getting this error. `make -C /lib/modules/5.10.46-1-lts/build SUBDIRS=/home/ethan/Downloads/crystalhd/driver/linux modules make[1]: Entering directory '/usr/lib/modules/5.10.46-1-lts/build' scripts/Makefile.build:44: arch/x86/entry/syscalls/Makefile:...
Needed the driver to build on Debian with Linux kernel version 4.19.12-1 `rdtscll` seems to have been recently deprecated and removed so I made a quick fix.
Hi I trying compile driver in manjaro linux (arch linux) for a netbook but I getting this error in make command make: Entering directory '/usr/lib/modules/4.9.53-1-MANJARO/build' make: *** No rule to...
I was trying to compile this on kernel 4.1 with gcc 4.9 and got the following error: ``` /home/nticompass/Code/crystalhd/driver/linux/crystalhd_lnx.c: In function ‘chd_pci_reserve_mem’: /home/nticompass/Code/crystalhd/driver/linux/crystalhd_lnx.c:541:2: error: implicit declaration of function ‘check_mem_region’ [-Werror=implicit-function-declaration]...
When compiling crystalhd_linkfuncs.c it's complaining about comparing a bool to an int in (dio->uinfo.b422mode == MODE422_YUY2) and (dio->uinfo.b422mode == MODE422_UYVY) From what I can tell the UYVY support only looks...
Hello, First of all, thanks for the repository. This driver works flawlessly through Ubuntu 12.04-14.04 with BCM70015. I was wondering, if there is a method available to enable and disable...