Can anyone tell me why I am getting the following error:
thinkpad systemd-udevd[166]: Error running install command for acpi_cpufreq
I ran `phc-intel setup` and it completed successfully. So, I do not understand why this error is shown in journalctl.
Search Criteria
Package Details: phc-intel-dkms-stable 0.3.2.rev44-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/phc-intel-dkms-stable.git (read-only, click to copy) |
---|---|
Package Base: | phc-intel-dkms-stable |
Description: | Frequency driver for Intel CPUs with undervolting feature. DKMS-based kernel module, stable branch. |
Upstream URL: | https://gitlab.com/linux-phc/phc-intel |
Licenses: | GPL2 |
Groups: | linux-phc, phc-intel |
Conflicts: | phc-intel-dkms |
Provides: | linux-phc, phc-intel-dkms, PHC-INTEL-MODULE, phc-intel-patch |
Submitter: | dreieck |
Maintainer: | None |
Last Packager: | dreieck |
Votes: | 112 |
Popularity: | 0.000000 |
First Submitted: | 2023-02-21 10:47 (UTC) |
Last Updated: | 2023-02-22 09:31 (UTC) |
Dependencies (2)
- dkms (dkms-gitAUR, dkms-fast-zstdAUR)
- phc-intel-scriptsAUR (optional) – To control the driver.
Required by (1)
- phc-intel-scripts (requires PHC-INTEL-MODULE)
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 14 Next › Last »
orschiro commented on 2013-08-07 19:32 (UTC)
ilusi0n commented on 2013-07-23 21:33 (UTC)
@And1G
I created a systemd service and a script. It's simple but works fine for me.
Systemd file
[Unit]
Description=phc-intel service
[Service]
Type=oneshot
ExecStart=/bin/bash -c /home/ilusi0n/.scripts/phc-intel.sh
[Install]
WantedBy=multi-user.target
The script you can find at my github https://github.com/ilusi0n/dotcats/blob/master/scripts/phc-intel.sh
evil-god commented on 2013-07-23 20:42 (UTC)
change source=(phc-intel-$_realver.tar.bz2::$url/forum/download/file.php?id=145
to
source=(phc-intel-$_realver.tar.bz2::$url/forum/download/file.php?id=146
<deleted-account> commented on 2013-07-23 19:56 (UTC)
And1G, the wiki has all the instructions I think.
And1G commented on 2013-07-23 18:37 (UTC)
Any Idea how to get this to run with systemd? I found nothing in the forums and comments and since people are talking about the package here, I assume it's working at least somehow...
blkrk4000 commented on 2013-05-20 23:02 (UTC)
rev 9.1 is new
www.linux-phc.org/forum/download/file.php?id=142
<deleted-account> commented on 2013-05-01 11:26 (UTC)
I finally put the config into /etc/default/. Grub, pam and shadow already use this directory for configs.
<deleted-account> commented on 2013-02-26 13:42 (UTC)
Doesn't build anymore: The requested URL returned error: 404 Not Found
==> ERROR: Error al descargar phc-intel-pack-rev7.tar.bz2
fs4000 commented on 2012-12-19 17:46 (UTC)
I moved /etc/rc.d/phc-intel to /usr/bin/phc-intel and removed all initscripts dependencies. /etc/conf.d/phc-intel was moved to /etc/phc-intel.conf since /etc/conf.d has been deprecated along with initscripts.
Instead of "rc.d setup phc-intel" now you need to run "phc-intel setup". You'll find a short instruction in phc-intel.install.
cobalt commented on 2012-12-17 19:50 (UTC)
Instructions from https://wiki.archlinux.org/index.php/PHC worked like a charm for me. Looks like everything is still up to date there. I used mprime-phc-setup script to find new VIDS.
Pinned Comments
dreieck commented on 2023-02-21 10:52 (UTC)
Note:
DKMS build produces some errors
find: ‘./inc’: No such file or directory
and/bin/sh: line 1: [: 6: unary operator expected
:Module gets build anyway.
Reported upstream ↗ here.