Git Product home page Git Product logo

Comments (6)

atar-axis avatar atar-axis commented on July 16, 2024

Hi there, looks like you are trying to compile the driver natively on a Raspberry - right?
Never tried that, and it isn't supported yet by my Taskfile, to compile it there directly since Raspbian's config-structure differs from other distributions (as you already mentioned).

But cross-compilation is supported! So, why don't you use task raspi3 to cross-compile it on your local machine?

Give it a try 🙂, on the other hand you are welcome to add support for compilation on Raspbian directly if you prefer it this way.

from xpadneo.

JonBlue avatar JonBlue commented on July 16, 2024

Hey, thanks for the answer and my bad, I did read the instruction but I somehow missed the reference about cross compiling under the Build instructions. Cross compiling is great as most of us access the raspberry via ssh anyways.

So it is my understanding that all I have to do is cross compile it then install the modules in Raspbian using insmod and run the Udev-rule.

Is the above correct?

from xpadneo.

atar-axis avatar atar-axis commented on July 16, 2024

So it is my understanding that all I have to do is cross compile it then install the modules in Raspbian using insmod and run the Udev-rule.

Yea, just run task raspi3 at first - compilation then takes a while since you have to compile all modules (in order to create the missing module.symvers). After the building process finished, you can find three files in out/arm/:

  1. 99-xpadneo-raspi.rules
  2. bluetooth.ko
  3. hid-xpadneo.ko

Place the Udev-rule (1.) e.g. in /etc/udev/rules.d (it will be loaded automatically on the next restart). This is necessary since the hid-subsystem is bultin and we cannot replace its module therefore.

Run modinfo -n bluetooth to find out where your current bluetooth module is installed, replace it (backup!) by the patched one in the out folder.

Place hid-xpadneo.ko somewhere in extramodules (don't know how the correct path at the moment).

Run # depmod to register the new modules afterwards and restart.


If you are unsure, take a look at src/install.sh which does the same (except the udev rule) on your local machine - maybe that script does also work on Raspbian, never tried. Again, you are welcome to modify it to work on Raspbian too.

from xpadneo.

atar-axis avatar atar-axis commented on July 16, 2024

Btw: please report back if it works (or not), I will close that issue then (or give you little bit more support) :)

from xpadneo.

JonBlue avatar JonBlue commented on July 16, 2024

as soon as the controller started vibrating I knew it worked :)
I'm using this particular raspberry with kodi and parsecgaming connected to a TV so it's very nice that I got it working.

I think I copied the hid.xpandeo.ko file in /lib/modules/uname -r since I don't think there's an extra modules folder in raspbian and it picked it from there.

I'll look into building the install.sh file for raspbian this weekend, just another question is there any reason the raspberry kernel is hard coded inside the task file? I actually build this on the latest kernel 1_20180313-1 since the latest raspberry pi 3 B+ won't even boot on older ones(firmware issue I think.

from xpadneo.

atar-axis avatar atar-axis commented on July 16, 2024

Ah, perfect :) Nice to hear that it works for you now!

The reason is that this was the latest version at the time we installed raspbian on our raspberries at work ^^ Feel free to parametrize that if you want 😄, I just had no time to do so since then.

P.S. I am closing that issue - thanks for your contribution!

from xpadneo.

Related Issues (20)

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.