All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan De Luyck <ml@kcore.org>
To: Nirmal Govind <nirmalg@psu.edu>, cpufreq@www.linux.org.uk
Subject: Re: sysfs cpufreq missing in 2.6.0
Date: Tue, 23 Dec 2003 19:05:31 +0100	[thread overview]
Message-ID: <200312231905.31621.ml@kcore.org> (raw)
In-Reply-To: <3FE86F70.8060908@psu.edu>

On Tuesday 23 December 2003 17:38, Nirmal Govind wrote:
> Hi,
>
> I compiled the 2.6.0 kernel (released on Dec. 18, downloaded from
> kernel.org) with the options enabled for userspace cpufreq.. the
> documentation says that sysfs will be used however I do not have any
> such device in /proc/sys/ or in /. I enabled the /proc/cpufreq so I
> do see a /proc/cpufreq but nothing similar to
> /sys/devices/system/cpu/cpu0/cpufreq/ as mentioned in the kernel
> documentation which also says that the sysfs devices will be created
> automatically. Here's what my /proc/sys/ looks like:

You have to mount the sysfs in /sys. Create the /sys directory with mkdir, and 
add this to your /etc/fstab

sysfs           /sys            sysfs           defaults         0    0

and run  a mount -a. Then you'll have the new sysfs system mounted.

Hope this helps.

Jan
-- 
An eye in a blue face
Saw an eye in a green face.
"That eye is like this eye"
Said the first eye,
"But in low place,
Not in high place."

      parent reply	other threads:[~2003-12-23 18:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-23 16:38 sysfs cpufreq missing in 2.6.0 Nirmal Govind
2003-12-23 16:49 ` Mattia Dongili
2003-12-23 17:01   ` Nirmal Govind
2003-12-23 17:54     ` AthlonRob
2003-12-23 18:01       ` Nirmal Govind
2004-01-09 23:09       ` Ducrot Bruno
2003-12-23 18:05 ` Jan De Luyck [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=200312231905.31621.ml@kcore.org \
    --to=ml@kcore.org \
    --cc=cpufreq@www.linux.org.uk \
    --cc=nirmalg@psu.edu \
    /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.
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.