Re: Corefreq: How to specify output in OS definition

2022-12-26 Thread Efraim Flashner
On Mon, Dec 26, 2022 at 06:11:50PM +, 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 runnin

Re: Corefreq: How to specify output in OS definition

2022-12-26 Thread phodina
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. Howev

Re: Corefreq: How to specify output in OS definition

2022-12-26 Thread Efraim Flashner
On Sat, Dec 24, 2022 at 10:47:33PM +, Tobias Geerinckx-Rice wrote: > Hi Petr, > > I think this package might predate k-l-m, in which case the honest answer is > ‘I don't’ :-) If it's not supported, however, it should be. > > I'll try to remember to check how I use it when I get back to my l

Re: Corefreq: How to specify output in OS definition

2022-12-24 Thread Tobias Geerinckx-Rice
Hi Petr, I think this package might predate k-l-m, in which case the honest answer is ‘I don't’ :-) If it's not supported, however, it should be. I'll try to remember to check how I use it when I get back to my laptop. If I forget, complain. Kind regards, T G-R Sent on the go. Excuse or e

Corefreq: How to specify output in OS definition

2022-12-24 Thread phodina via
Hi Tobias, how do you specify output "linux-module" for the package corefreq in the OS definition in the field kernel-loadable-modules? Petr