From: Matthew Percival <matthew@capgo.com>
To: Linux OMAP Open Source <linux-omap-open-source@linux.omap.com>
Subject: Re: OSK5912 Deep Sleep
Date: Mon, 22 May 2006 09:08:52 +1000 [thread overview]
Message-ID: <1148252932.9017.4.camel@localhost.localdomain> (raw)
In-Reply-To: <446D9F6A.9080202@web.de>
G'Day,
> i tried what you told me, but i got this message from the shell: cannot
> create /sys/power/state: No such file or directory
Ah, you either have not compiled the sysfs into kernel, or have not
mounted it. Ensure you have CONFIG_SYSFS=y in your kernel's .config
(this is in the root source directory) --- =m is also OK, if you load
the module later. If not, enable it, and recompile. Then, make sure
you have the following line in your OSK's /etc/fstab:
none /sys sysfs defaults 0 0
This will load the sysfs on boot (make sure you have created /sys/ for
it to mount there). If you check the contents of /sys/ (with ls) after
it has been mounted, you should see a collection of directories: these
can be very useful to running your system.
-- Matthew
next prev parent reply other threads:[~2006-05-21 23:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-19 10:35 OSK5912 Deep Sleep Martin Margraf
2006-05-21 23:08 ` Matthew Percival [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-05-21 23:49 Ishigami, Tatsuya
2006-05-18 14:08 Martin Margraf
2006-05-18 23:37 ` Matthew Percival
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=1148252932.9017.4.camel@localhost.localdomain \
--to=matthew@capgo.com \
--cc=linux-omap-open-source@linux.omap.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.
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.