* [gentoo-user] Software suspend 2
@ 2006-05-22 1:57 James Colby
2006-05-22 2:16 ` Jeremy Olexa
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: James Colby @ 2006-05-22 1:57 UTC (permalink / raw
To: gentoo-user
List members -
I am trying to to set up software suspend 2 on my laptop using the
instructions found on gentoo-wiki.com. I am at the section where I
need to configure my boot loader (I'm using lilo) and when I add the
following entry to my lilo.conf:
image=/boot/gentoo-suspend2
label=gentoo-suspend2
append = resume2=swap:/dev/hda7
read-only
root=/dev/hda8
I get the following error when running lilo:
Syntax error at or above line 14 in file '/etc/lilo.conf'. Line 14 is
the append line. Does anyone have any idea as to what may be causing
this?
Thanks,
James
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Software suspend 2
2006-05-22 1:57 [gentoo-user] Software suspend 2 James Colby
@ 2006-05-22 2:16 ` Jeremy Olexa
2006-05-22 2:16 ` Nick Rout
2006-05-22 6:05 ` Alexander Skwar
2 siblings, 0 replies; 5+ messages in thread
From: Jeremy Olexa @ 2006-05-22 2:16 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
James Colby wrote:
> List members -
>
> I am trying to to set up software suspend 2 on my laptop using the
> instructions found on gentoo-wiki.com. I am at the section where I
> need to configure my boot loader (I'm using lilo) and when I add the
> following entry to my lilo.conf:
> image=/boot/gentoo-suspend2
> label=gentoo-suspend2
> append = resume2=swap:/dev/hda7
> read-only
> root=/dev/hda8
>
> I get the following error when running lilo:
> Syntax error at or above line 14 in file '/etc/lilo.conf'. Line 14 is
> the append line. Does anyone have any idea as to what may be causing
> this?
>
> Thanks,
> James
>
My append line looks like this:
append="udev CONSOLE=/dev/tty1"
Notice the difference between spaces and quotes in mine compared to
yours. Hope that helps.
- --
Jeremy Olexa
(olexa@cs.umn.edu)
Office: EE/CS 1-201
CS/IT Systems Staff
University of Minnesota
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFEcR8CFN7pD9kMi/URAvyzAJ4+uIwUhRMtV8ReG1u3d+BYg8PMrQCeOepA
C91PDW6Z1TqgHMNty+mWgUk=
=VbpT
-----END PGP SIGNATURE-----
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Software suspend 2
2006-05-22 1:57 [gentoo-user] Software suspend 2 James Colby
2006-05-22 2:16 ` Jeremy Olexa
@ 2006-05-22 2:16 ` Nick Rout
2006-05-22 6:05 ` Alexander Skwar
2 siblings, 0 replies; 5+ messages in thread
From: Nick Rout @ 2006-05-22 2:16 UTC (permalink / raw
To: gentoo-user
I am no lilo expert, but the forst thing that strikes me about the lilo
file you posted is that most of the lines have no spaces around the =
sign. Line 14 does.
On Sun, 21 May 2006 21:57:02 -0400
James Colby wrote:
> List members -
>
> I am trying to to set up software suspend 2 on my laptop using the
> instructions found on gentoo-wiki.com. I am at the section where I
> need to configure my boot loader (I'm using lilo) and when I add the
> following entry to my lilo.conf:
> image=/boot/gentoo-suspend2
> label=gentoo-suspend2
> append = resume2=swap:/dev/hda7
> read-only
> root=/dev/hda8
>
> I get the following error when running lilo:
> Syntax error at or above line 14 in file '/etc/lilo.conf'. Line 14 is
> the append line. Does anyone have any idea as to what may be causing
> this?
>
> Thanks,
> James
>
> --
> gentoo-user@gentoo.org mailing list
--
Nick Rout <nick@rout.co.nz>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Software suspend 2
2006-05-22 1:57 [gentoo-user] Software suspend 2 James Colby
2006-05-22 2:16 ` Jeremy Olexa
2006-05-22 2:16 ` Nick Rout
@ 2006-05-22 6:05 ` Alexander Skwar
2006-05-23 0:46 ` James Colby
2 siblings, 1 reply; 5+ messages in thread
From: Alexander Skwar @ 2006-05-22 6:05 UTC (permalink / raw
To: gentoo-user
James Colby wrote:
> I get the following error when running lilo:
> Syntax error at or above line 14 in file '/etc/lilo.conf'. Line 14 is
> the append line. Does anyone have any idea as to what may be causing
> this?
Well, no idea, but you can skip that append, if you set a default
suspend "device" in the kernel configuration.
Alexander Skwar
--
Opportunities are usually disguised as hard work, so most people don't
recognize them.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Software suspend 2
2006-05-22 6:05 ` Alexander Skwar
@ 2006-05-23 0:46 ` James Colby
0 siblings, 0 replies; 5+ messages in thread
From: James Colby @ 2006-05-23 0:46 UTC (permalink / raw
To: gentoo-user
>
> Well, no idea, but you can skip that append, if you set a default
> suspend "device" in the kernel configuration.
>
> Alexander Skwar
> --
Alexander -
Thanks for the tip...that worked for me.
Kind regards,
James
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-05-23 0:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-22 1:57 [gentoo-user] Software suspend 2 James Colby
2006-05-22 2:16 ` Jeremy Olexa
2006-05-22 2:16 ` Nick Rout
2006-05-22 6:05 ` Alexander Skwar
2006-05-23 0:46 ` James Colby
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox