[gentoo-user] cpufrequtils can't find expected /sys/devices/system/cpu/cpufreq

2014-04-24 Thread Walter Dnes
I'm finishing up on installing Gentoo on a laptop. I tried testing cpufrequtils, and ran into problems... [aa1][root][/usr/src/linux] /etc/init.d/cpufrequtils start * Caching service dependencies ... [ ok ] * Running cpufreq-set --governor conservative -- ...

Re: [gentoo-user] cpufrequtils can't find expected /sys/devices/system/cpu/cpufreq

2014-04-24 Thread Neil Bothwick
On Thu, 24 Apr 2014 02:27:05 -0400, Walter Dnes wrote: [aa1][root][/usr/src/linux] /etc/init.d/cpufrequtils start * Caching service dependencies ... [ ok ] * Running cpufreq-set --governor conservative -- ... /usr/libexec/cpufrequtils-change.sh: line 26: cd:

Re: [gentoo-user] cpufrequtils can't find expected /sys/devices/system/cpu/cpufreq

2014-04-24 Thread Joost Roeleveld
On Thursday 24 April 2014 10:13:39 Neil Bothwick wrote: On Thu, 24 Apr 2014 02:27:05 -0400, Walter Dnes wrote: [aa1][root][/usr/src/linux] /etc/init.d/cpufrequtils start * Caching service dependencies ... [ ok ] * Running cpufreq-set --governor conservative --

[gentoo-user] Re: cpufrequtils can't find expected /sys/devices/system/cpu/cpufreq

2014-04-24 Thread Holger Hoffstätte
On Thu, 24 Apr 2014 10:13:39 +0100, Neil Bothwick wrote: On Thu, 24 Apr 2014 02:27:05 -0400, Walter Dnes wrote: [aa1][root][/usr/src/linux] /etc/init.d/cpufrequtils start * Caching service dependencies ... [ ok ] * Running cpufreq-set --governor conservative --

Re: [gentoo-user] cpufrequtils can't find expected /sys/devices/system/cpu/cpufreq

2014-04-24 Thread Neil Bothwick
On Thu, 24 Apr 2014 11:28:34 +0200, Joost Roeleveld wrote: /sys/devices/system/cpu/cpufreq does not exist but /sys/devices/system/cpu/cpu{0..3}/cpufreq do Strange, on my system it does exist: When going through the CPUFREQ options in menuconfig, the following option mentions a boost

Re: [gentoo-user] Re: cpufrequtils can't find expected /sys/devices/system/cpu/cpufreq

2014-04-24 Thread Walter Dnes
On Thu, Apr 24, 2014 at 09:35:27AM +, Holger Hoffstätte wrote It depends on the CPU frequency governor. If CONFIG_X86_INTEL_PSTATE is set and active (depending on your CPU model), the traditional governors (like ondemand) and their correspondig sysfs entries are disabled. For example I

Re: [gentoo-user] cpufrequtils can't find expected /sys/devices/system/cpu/cpufreq

2014-04-24 Thread Samuli Suominen
cpufreqd, cpufrequtils are both dead packages for years now, it's propably cpupower you want instead, the only package getting updated for constantly changing paths in /sys On 24/04/14 09:27, Walter Dnes wrote: I'm finishing up on installing Gentoo on a laptop. I tried testing

[gentoo-user] More emerge oddity in chroot

2014-04-24 Thread Peter Humphrey
Hello list, I'm wearying of this chroot operation, and I must be sounding like a tyro. The other day emerge started hanging at the end of compilation, thus: # emerge -1 apache-tools [,,,] make[1]: Leaving directory `/var/tmp/portage/app-admin/apache- tools-2.2.25/work/httpd-2.2.25/support'

Re: [gentoo-user] problems with usb audio and midi

2014-04-24 Thread Mick
On Thursday 24 Apr 2014 03:47:35 luis jure wrote: i have an internal pci card (m-audio 2496) that works fine on my gentoo machine, but i'm having problems with usb audio cards and midi devices. [snip ...] difference i see is that gentoo uses uhci_hcd, while xubuntu uses ohci-pci, not that i

Re: [gentoo-user] problems with usb audio and midi

2014-04-24 Thread luis jure
thanks for your answer! actually, i just realized that it's working now. unfortunately i don't know what of all the things i've been trying made the difference... $ cat /proc/asound/cards 0 [M2496 ]: ICE1712 - M Audio Audiophile 24/96 M Audio Audiophile 24/96

Re: [gentoo-user] cpufrequtils can't find expected /sys/devices/system/cpu/cpufreq

2014-04-24 Thread yac
On Thu, 24 Apr 2014 02:27:05 -0400 Walter Dnes waltd...@waltdnes.org wrote: I'm finishing up on installing Gentoo on a laptop. I tried testing cpufrequtils, and ran into problems... [aa1][root][/usr/src/linux] /etc/init.d/cpufrequtils start * Caching service dependencies ...

Re: [gentoo-user] More emerge oddity in chroot

2014-04-24 Thread Philip Webb
140424 Peter Humphrey wrote: I'm wearying of this chroot operation, and I must be sounding like a tyro. The other day emerge started hanging at the end of compilation, thus: # emerge -1 apache-tools -- details snipped -- Completed installing apache-tools-2.2.25 into /var/tmp/portage/app- --

[gentoo-user] Re: cpufrequtils can't find expected /sys/devices/system/cpu/cpufreq

2014-04-24 Thread James
yac yac at gentoo.org writes: I'm finishing up on installing Gentoo on a laptop. I tried testing cpufrequtils, and ran into problems... I haven't tried this myself but I believe you need CPU_FREQ_DEFAULT_GOV_USERSPACE kernel config. And I guess this is the ultimate reference:

Re: [gentoo-user] problems with usb audio and midi

2014-04-24 Thread Mick
On Thursday 24 Apr 2014 17:32:25 luis jure wrote: lspci | grep OHCI should show if you need it. mmm... lspci | grep OHCI gives nothing, so i guess i'll disable these modules in the kernel. Oops! I gave a bum steer, my apologies! I meant to have typed: lspci -v | grep -i OHCI As an