Search Criteria
Package Details: dkms-frandom 1.2-2
Git Clone URL: | https://aur.archlinux.org/dkms-frandom.git (read-only, click to copy) |
---|---|
Package Base: | dkms-frandom |
Description: | A very fast random number generator kernel module (DKMS version) |
Upstream URL: | http://frandom.sourceforge.net/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | reztho |
Maintainer: | reztho |
Last Packager: | reztho |
Votes: | 14 |
Popularity: | 0.000000 |
First Submitted: | 2012-02-25 20:02 |
Last Updated: | 2021-02-16 22:23 |
Dependencies (2)
- dkms
- linux-headers (linux-surfacepro3-git-headers, linux-aarch64-rock64-bin-headers, linux-ec2-headers, linux-galliumos-headers, linux-zest-git-headers, linux-lts49-kallsyms-headers, linux-bootsplash-headers, linux-fbcondecor-headers, linux-ck-fbcondecor-headers, linux-odroid-headers, linux-phicomm-n1-headers) (optional)
Latest Comments
reztho commented on 2021-02-16 22:24
Read the "first submitted" date of this package and the comments at the top inside the PKGBUILD... there was a time where packages where starting with "dkms" actually in Archlinux history.
To do your suggestion, I'll have to upload a new package just with the name change and ask for the removal of this one. Till there's a formal obligation from AUR rules, I don't think the hassle for that gives us any benefit due to the few votes this package has received.
On the other hand, I just updated the package to reflect the new hash of the main file. It seems the original developer just updated the Makefile and didn't increased the version of his software.
dreieck commented on 2021-02-16 20:33
A suggestion: To rename your package to
frandom-dkms
. Adding-dkms
at the end seems to be the de-facto-standard (maybe it is also in the guidelines?, I haven't checked.)dreieck commented on 2021-02-16 20:28
Checksum verification fails:
Thanks for maintaining!
reztho commented on 2017-07-29 20:08
Done. Big thanks to you, jihem.
jihem commented on 2017-07-17 07:19
Hi,
You can add the following patch to make this package compatible with Linux 4.12.
You should also remove the .install file (not necessary with pacman hooks) and remove (or move to optdepends) linux-headers dependency for people who don't use the default kernel.
--- frandom-1.1-old/frandom.c
+++ frandom-1.1/frandom.c
@@ -26,6 +26,9 @@
#include <linux/random.h>
#include <asm/uaccess.h>
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0)
+#include <linux/uaccess.h>
+#endif
#include <linux/cdev.h>
#include <linux/err.h>
#include <linux/device.h>
reztho commented on 2012-12-29 19:04
Done, let dkms autoload the module from now on.
reztho commented on 2012-12-29 09:54
Done, use the dkms module from now on.
reztho commented on 2012-12-26 14:43
Actually I'm thinking in removing the initfiles script since dkms is configured by default to autoload the installed modules (check your /etc/conf.d/dkms). Doesn't dkms autoload frandom in your system?
mmm commented on 2012-12-26 06:17
could you please provide systemd unit file for this? thx