You are not logged in.
Please excuse me if this is a stupid question.
I have a GPS Dongle, which comes with drivers for Red Hat (73, 8 and 9). These consist of a C source file, and a makefile.
Would it be possible to compile the driver for Arch, and if so, how?
Many thanks in advance.
Offline
If you have the source file, you can compile it for Arch. You should also have a look at the AUR, maybe somebody already made a package. Search the wiki for AUR.
Offline
That shouldn't be a problem, assuming it just compiles a kernel module. Find an Arch pkgbuild that compiles and installs a kernel module, and adapt it to use the Red Hat files instead.
ᶘ ᵒᴥᵒᶅ
Offline
RedHat 9 is really old (2003) and still on the 2.4 kernel series, so I doubt your driver will compile on any recent kernel. But with the source, you can try to update it, or change an in-kernel driver to support it (if there is no support already!).
Offline
Your dongle is most likely supported in kernel, just connect it and see if you can talk to it.
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Since the driver that came with the dongle is so old, I think I'll persevere with GPSD for a while, before attempting anything more adventurous (although I've not had much success so far).
Many thanks to everyone for your advice.
Offline