Package Details: corefreq-dkms 1.98.5-1

Git Clone URL: https://aur.archlinux.org/corefreq.git (read-only, click to copy)
Package Base: corefreq
Description: CoreFreq - kernel module sources
Upstream URL: https://github.com/cyring/CoreFreq
Licenses: GPL-2.0-only
Submitter: artafinde
Maintainer: artafinde
Last Packager: artafinde
Votes: 7
Popularity: 0.21
First Submitted: 2021-04-07 17:46 (UTC)
Last Updated: 2024-11-13 21:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

CyrIng commented on 2024-07-20 15:06 (UTC)

@thebigboo: can you please create an issue in the project repository @ https://github.com/cyring/CoreFreq

thebigboo commented on 2024-07-16 11:52 (UTC)

@Crying but it still brakes when in stalling a new kernel update - requiring a reinstall

thebigboo commented on 2024-07-15 07:39 (UTC)

@Cyring I dont know what changed since but everything is functional with no issues as of now.

CyrIng commented on 2024-05-18 18:51 (UTC) (edited on 2024-05-18 19:07 (UTC) by CyrIng)

@thebigboo: Hello

1- Do you have install the package ?

linux-headers

2- Is dkms returning a successful installation ?

dkms status
corefreq/1.97.2, 6.9.1-arch, x86_64: installed

3- Do you have created an auto-load config file for the driver ?


/etc/modules-load/corefreq.conf

with content as below


corefreqk

4- Is driver showing up after booting ?


lsmod | grep corefreqk

5- Is the daemon set to auto-start and does it run ?


systemctl enable corefreqd

systemctl status corefreqd

6- With User account can you start the CLI ?


corefreq-cli

If one of those steps is failing, please create an issue in project repository

thebigboo commented on 2024-05-17 17:54 (UTC) (edited on 2024-05-18 14:09 (UTC) by thebigboo)

Hi. New release out. can we have an update? edit: still doesnt work on 6.9 :(

thebigboo commented on 2024-05-14 15:11 (UTC)

breaks as in the command does nothing until i reinstall coreferq and restart the daemon. again, installing any kernel or uninstalling breaks it instantly

artafinde commented on 2024-05-13 23:06 (UTC)

@thebigboo: yes that's kinda expected for the dkms component hence the dkms hook to recompile the bits required. Now sure what you mean breaks really.

thebigboo commented on 2024-05-13 20:12 (UTC)

Hello. Currently corefreq-cli breaks when installing a new kernel. As in it breaks before even rebooting. Just installing the new kernel breaks it. I have to reinstall corefreq's packages and reload the daemon to make it work. Rebooting doesnt help.

CyrIng commented on 2023-03-03 23:22 (UTC) (edited on 2023-03-03 23:25 (UTC) by CyrIng)

@xenhat

Only concerning the unsupported kernel flavor = the zen-kernel patches are incompatible with CoreFreq

As a remainder, CoreFreq is made for the mainstream Linux kernel.

XenHat commented on 2023-02-24 00:10 (UTC) (edited on 2023-02-24 00:11 (UTC) by XenHat)

Note to the maintainer: the upstream repository has removed the develop branch. Take a look at https://github.com/cyring/CoreFreq/issues, there's a few scary ones at the moment. EDIT: This was meant for the -git version.