all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: phodina <phodina@protonmail.com>
Cc: Tobias Geerinckx-Rice <me@tobias.gr>, help-guix <help-guix@gnu.org>
Subject: Re: Corefreq: How to specify output in OS definition
Date: Tue, 27 Dec 2022 08:56:31 +0200	[thread overview]
Message-ID: <Y6qXHzE2pztYhKBs@3900XT> (raw)
In-Reply-To: <Q-xEfL6KTCzks5AJhjw1uhQjR-YbnDcZAff_mH6RPz0ay0_Enuzmr9ThhlhnLFU36bbZG5N_KmGZi4hJfGdkrvYxw0DvgjKaFrw4xTYYM4Q=@protonmail.com>

[-- Attachment #1: Type: text/plain, Size: 1334 bytes --]

On Mon, Dec 26, 2022 at 06:11:50PM +0000, phodina wrote:
> Hello Efraim,
> 
> > I was able to get it to say it would be added when I added the following
> > to my OS config:
> > 
> 
> > (kernel-loadable-modules (list `(,corefreq "linux-module")))
> > 
> 
> > I didn't actually try building or running it though.
> 
> Adding this line to OS definition fixes the initial issue.
> 
> However, you still need to manually add the kernel module and start the corefreqd daemon as a root.
> 
> ```
> $ corefreq-cli
> Daemon connection error code 2
> corefreq-ro-shm: 'No such file or directory' @ line 19075
> $ corefreqd
> corefreqd execution error code 13
> Permission denied @ line 8002
> $ sudo -E corefreqd
> Password:
> Driver connection error code 2
> /dev/corefreqk: 'No such file or directory' @ line 7998
> $ sudo -E modprobe corefreqk
> $ sudo -E corefreqd &
> CoreFreq Daemon 1.90.1  Copyright (C) 2015-2022 CYRIL INGENIERIE
> $ corefreq-cli
> # Now it launches :-)
> ```
> So maybe a service would be handy, what do you think?

Sounds like you have your work cut out for you :)


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

      reply	other threads:[~2022-12-27  6:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-24 22:24 Corefreq: How to specify output in OS definition phodina via
2022-12-24 22:47 ` Tobias Geerinckx-Rice
2022-12-26 13:05   ` Efraim Flashner
2022-12-26 18:11     ` phodina
2022-12-27  6:56       ` Efraim Flashner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y6qXHzE2pztYhKBs@3900XT \
    --to=efraim@flashner.co.il \
    --cc=help-guix@gnu.org \
    --cc=me@tobias.gr \
    --cc=phodina@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.