Package Details: pivccu-modules-dkms 1.0.79-1

Git Clone URL: https://aur.archlinux.org/pivccu-modules-dkms.git (read-only, click to copy)
Package Base: pivccu-modules-dkms
Description: Kernel modules needed for Homematic
Upstream URL: https://github.com/alexreinert/piVCCU/
Licenses: GPL
Conflicts: pivccu-modules
Submitter: AlexanderS
Maintainer: AlexanderS
Last Packager: AlexanderS
Votes: 10
Popularity: 0.009600
First Submitted: 2019-03-25 18:35 (UTC)
Last Updated: 2023-02-24 11:08 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2

AlexanderS commented on 2022-05-02 09:26 (UTC) (edited on 2022-05-02 09:26 (UTC) by AlexanderS)

@dkadioglu Thanks, updated the patch.

dkadioglu commented on 2022-05-01 10:50 (UTC) (edited on 2022-05-01 13:52 (UTC) by dkadioglu)

At least on an RPi4, the build fails with 1.0.68-2. If I change kernel-5-17.patch in the following:

#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 17, 0)
      struct generic_raw_uart_instance *instance = PDE_DATA(inode);
#else
      struct generic_raw_uart_instance *instance = pde_data(inode);
#endif

With this the build works with kernel 5.15.36 and the compiled module runs fine, as far as I can see.

Elfe commented on 2022-01-11 16:40 (UTC)

You probably want to install eq3_char_loop-dkms as well.

df8oe commented on 2021-10-13 16:17 (UTC)

Hi Alex, is there any information to build the lxc container on Arch? Everything I have found is based on apt/dpkg. I would like to add pivccu to my RPI3B+ on armarch64.... Modules are building fine.