[Slackbuilds-users] Drivers for ACR122U
Luiz Carlos Ramos
lramos.prof at yahoo.com.br
Mon Feb 21 16:14:30 UTC 2022
Hello all,
don't know if this is exactly about this question, but proprietary Linux
kernel drivers are usually placed at:
/lib/modules/${kernel_version}/misc
you already know that ${kernel_version} can be extracted using:
$(uname -r)
for the running kernel version.
It's advisable that after installation, one runs as root:
depmod -a
to update some things in the kernel configuration (for instance, to
allow modprobe ${module_name} runs properly). Usually depmod -a can be
placed in the (post-)install script.
Hope it helps,
Luiz Ramos
Sao Paulo - Brazil
lramos dot prof at yahoo dot com dot br
On Mon, Feb 21, 2022 at 04:45:34PM +0100, Matteo Bernardini wrote:
> I confess I haven't had a look at that proprietary thingie but have
> you had a look instead at what other distributions do?
>
> arch, for example, packages acsccid
>
> https://acsccid.sourceforge.io/
>
> https://github.com/archlinux/svntogit-community/blob/packages/acsccid/trunk/PKGBUILD
>
> Il giorno lun 21 feb 2022 alle ore 16:34 Fernando Lopez
> <fernando.lopezjr at gmail.com> ha scritto:
> >
> > can you guys help me re-package this driver... i don't know the correct paths/locations to place the driver file... the rule file obviously goes in the /etc/udev/rules.d folder but other than that i don't know where everything goes.
> >
> > https://www.acs.com.hk/download-driver-unified/12030/ACS-Unified-Driver-Lnx-Mac-118-P.zip
> >
> > https://www.acs.com.hk/en/driver/3/acr122u-usb-nfc-reader/
> >
> >
> > thank you.
> >
> > --
> >
> > ------------
> > Regards,
> > Fernando Lopez Jr.
> > _______________________________________________
> > SlackBuilds-users mailing list
> > SlackBuilds-users at slackbuilds.org
> > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> > FAQ - https://slackbuilds.org/faq/
> >
> _______________________________________________
> SlackBuilds-users mailing list
> SlackBuilds-users at slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
More information about the SlackBuilds-users
mailing list