Giter Club home page Giter Club logo

crystalhd's Introduction

Hi there 👋

crystalhd's People

Contributors

abeaumont avatar airlied avatar anssih avatar aristeu avatar arndb avatar caratorn avatar davilla avatar dbason avatar dlenski avatar error27 avatar hadess avatar jannau avatar jarodwilson avatar likewise avatar manu-abraham avatar nticompass avatar philipl avatar scottkidder avatar segoon avatar tralph avatar yeradis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

crystalhd's Issues

Driver Compilation error on Arch Linux 5.10.46-1-lts x86_64

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: No such file or directory make[2]: *** No rule to make target 'arch/x86/entry/syscalls/Makefile'. Stop. make[1]: *** [arch/x86/Makefile:224: archheaders] Error 2 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/usr/lib/modules/5.10.46-1-lts/build' make: *** [Makefile:30: all] Error 2

Kernel version is 5.10.46-1-lts x86_64

Error in make command

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 make target 'modules'. Stop.

can you help me, please.

Any indicator available?

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 the device.

There is this indicator, but sadly this doesn't work for this version of the driver.

If you have methods (or a fork of the indicator), even raw shell commands (for status, start and stop) it would be appreciated if you could share.

Thanks in advance,

check_mem_region doesn't exist in Kernel 4

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]
  rc = check_mem_region(bar0, i2o_len);
  ^

I know nothing about C, nor about writing Linux drivers, but would just removing the call to check_mem_region fix it, or is more work required?

Compilation errors on GCC 5.1

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 partially implemented (and isn't supported on the BCM70015) so my suggestion would be to remove the UYVY stuff and just assume that b422mode == true is YUY2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.