public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] I'm in a Pickle
@ 2011-12-25 19:08 CJoeB
  2011-12-25 19:08 ` Dan Cowsill
                   ` (5 more replies)
  0 siblings, 6 replies; 22+ messages in thread
From: CJoeB @ 2011-12-25 19:08 UTC (permalink / raw
  To: gentoo-user

Happy Holidays, Everyone,

To lead into the problem I am experiencing, I will let you know about an
issue I've been having with my desktop (writing this from my laptop). 
Every once in a while, when the screensaver kicks in and then, the
monitor goes on power save mode (something inherent to the monitor), the
screen locks (I have not set it to do this) and the only way, I can get
the computer going again is to reboot it by holding down the power
button.  This is annoying, but has not caused an issue until today.

Today, I was doing a world update and the screen locked - I still had my
KDE desktop up, but couldn't open a window to kill any processes or
anything.  So, I held the power button to cause a reboot.  The computer
booted okay and gave me my login screen, but neither the keyboard nor
the mouse work.

Any ideas?

Regards,

Colleen

-- 

Registered Linux User #411143 with the Linux Counter, http://counter.li.org





^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [gentoo-user] I'm in a Pickle
  2011-12-25 19:08 [gentoo-user] I'm in a Pickle CJoeB
@ 2011-12-25 19:08 ` Dan Cowsill
  2011-12-25 19:28   ` CJoeB
  2011-12-25 19:20 ` Michael Hampicke
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 22+ messages in thread
From: Dan Cowsill @ 2011-12-25 19:08 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1331 bytes --]

On Sun, Dec 25, 2011 at 11:08 AM, CJoeB <colleen.beamer@gmail.com> wrote:

> Happy Holidays, Everyone,
>
> To lead into the problem I am experiencing, I will let you know about an
> issue I've been having with my desktop (writing this from my laptop).
> Every once in a while, when the screensaver kicks in and then, the
> monitor goes on power save mode (something inherent to the monitor), the
> screen locks (I have not set it to do this) and the only way, I can get
> the computer going again is to reboot it by holding down the power
> button.  This is annoying, but has not caused an issue until today.
>
> Today, I was doing a world update and the screen locked - I still had my
> KDE desktop up, but couldn't open a window to kill any processes or
> anything.  So, I held the power button to cause a reboot.  The computer
> booted okay and gave me my login screen, but neither the keyboard nor
> the mouse work.
>
> Any ideas?
>
> Regards,
>
> Colleen
>
> --
>
> Registered Linux User #411143 with the Linux Counter,
> http://counter.li.org
>
>
>
>
When the screen locks, is it the whole computer?  Can you do a CTRL+F7 and
get to a console?

As to your current predicament, I would give a livecd a try and see if the
keyboard and mouse work in that.

What I'm driving at here is that your problem may be hardware-related.

[-- Attachment #2: Type: text/html, Size: 1804 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [gentoo-user] I'm in a Pickle
  2011-12-25 19:08 [gentoo-user] I'm in a Pickle CJoeB
  2011-12-25 19:08 ` Dan Cowsill
@ 2011-12-25 19:20 ` Michael Hampicke
  2011-12-25 20:08   ` Mick
  2011-12-25 20:51   ` CJoeB
  2011-12-25 19:27 ` Mark Knecht
                   ` (3 subsequent siblings)
  5 siblings, 2 replies; 22+ messages in thread
From: Michael Hampicke @ 2011-12-25 19:20 UTC (permalink / raw
  To: gentoo-user

> Today, I was doing a world update and the screen locked - I still had my
> KDE desktop up, but couldn't open a window to kill any processes or
> anything.  So, I held the power button to cause a reboot.  The computer
> booted okay and gave me my login screen, but neither the keyboard nor
> the mouse work.

Wild guess: xorg-server was upgraded to a newer version with changed
ABI, so you have to remerge everthing installed under x11-drivers

# emerge -1a $(qlist -I -C x11-drivers/)



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [gentoo-user] I'm in a Pickle
  2011-12-25 19:08 [gentoo-user] I'm in a Pickle CJoeB
  2011-12-25 19:08 ` Dan Cowsill
  2011-12-25 19:20 ` Michael Hampicke
@ 2011-12-25 19:27 ` Mark Knecht
  2011-12-25 20:56   ` CJoeB
  2011-12-25 20:05 ` pk
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 22+ messages in thread
From: Mark Knecht @ 2011-12-25 19:27 UTC (permalink / raw
  To: gentoo-user

On Sun, Dec 25, 2011 at 11:08 AM, CJoeB <colleen.beamer@gmail.com> wrote:
> Happy Holidays, Everyone,
>
> To lead into the problem I am experiencing, I will let you know about an
> issue I've been having with my desktop (writing this from my laptop).
> Every once in a while, when the screensaver kicks in and then, the
> monitor goes on power save mode (something inherent to the monitor), the
> screen locks (I have not set it to do this) and the only way, I can get
> the computer going again is to reboot it by holding down the power
> button.  This is annoying, but has not caused an issue until today.
>
> Today, I was doing a world update and the screen locked - I still had my
> KDE desktop up, but couldn't open a window to kill any processes or
> anything.  So, I held the power button to cause a reboot.  The computer
> booted okay and gave me my login screen, but neither the keyboard nor
> the mouse work.
>
> Any ideas?
>
> Regards,
>
> Colleen
>
> --
>
> Registered Linux User #411143 with the Linux Counter, http://counter.li.org
>
>
>

I got burned by this one also. re-emerge all the xf86 module stuff for
your keyboard, etc. I've got it all in my module-rebuild -C rebuild
list. Once you do that you'll likely be OK.

You''ll either want to ssh in to do this or you might want to reboot,
modifying your boot kernel line adding gentoo=nox to not start X at
all, re-emerge and then start X to test.

Good luck,
Mark



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [gentoo-user] I'm in a Pickle
  2011-12-25 19:08 ` Dan Cowsill
@ 2011-12-25 19:28   ` CJoeB
  2011-12-26  9:44     ` Mick
  0 siblings, 1 reply; 22+ messages in thread
From: CJoeB @ 2011-12-25 19:28 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 2091 bytes --]

On 12/25/11 14:08, Dan Cowsill wrote:
> On Sun, Dec 25, 2011 at 11:08 AM, CJoeB <colleen.beamer@gmail.com
> <mailto:colleen.beamer@gmail.com>> wrote:
>
>     Happy Holidays, Everyone,
>
>     To lead into the problem I am experiencing, I will let you know
>     about an
>     issue I've been having with my desktop (writing this from my laptop).
>     Every once in a while, when the screensaver kicks in and then, the
>     monitor goes on power save mode (something inherent to the
>     monitor), the
>     screen locks (I have not set it to do this) and the only way, I
>     can get
>     the computer going again is to reboot it by holding down the power
>     button.  This is annoying, but has not caused an issue until today.
>
>     Today, I was doing a world update and the screen locked - I still
>     had my
>     KDE desktop up, but couldn't open a window to kill any processes or
>     anything.  So, I held the power button to cause a reboot.  The
>     computer
>     booted okay and gave me my login screen, but neither the keyboard nor
>     the mouse work.
>
>     Any ideas?
>
>     Regards,
>
>     Colleen
>
>     --
>
>     Registered Linux User #411143 with the Linux Counter,
>     http://counter.li.org
>
>
>
>
> When the screen locks, is it the whole computer?  Can you do a CTRL+F7
> and get to a console?
When this happens, the screen is either black (cause the monitor has
gone to sleep), black, but I can see my mouse cursor and it will move
around if I move my mouse around, or I will have my KDE desktop, but
neither the mouse nor the keyboard will work.
>
> As to your current predicament, I would give a livecd a try and see if
> the keyboard and mouse work in that.

I can do this, but the computer isn't that old and up until today when I
rebooted the computer by holding the power button, on reboot, the mouse
and the keyboard worked fine.

And although the computer is new, I've screwed the warranty because I
removed Windows and there is only Linux on my computer.

-- 

Registered Linux User #411143 with the Linux Counter, http://counter.li.org


[-- Attachment #2: Type: text/html, Size: 3817 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [gentoo-user] I'm in a Pickle
  2011-12-25 19:08 [gentoo-user] I'm in a Pickle CJoeB
                   ` (2 preceding siblings ...)
  2011-12-25 19:27 ` Mark Knecht
@ 2011-12-25 20:05 ` pk
  2011-12-25 21:54 ` [gentoo-user] " Nikos Chantziaras
  2011-12-26 19:51 ` [gentoo-user] " Paul Hartman
  5 siblings, 0 replies; 22+ messages in thread
From: pk @ 2011-12-25 20:05 UTC (permalink / raw
  To: gentoo-user

On 2011-12-25 20:08, CJoeB wrote:

> Today, I was doing a world update and the screen locked - I still had my
> KDE desktop up, but couldn't open a window to kill any processes or
> anything.  So, I held the power button to cause a reboot.  The computer
> booted okay and gave me my login screen, but neither the keyboard nor
> the mouse work.
> 
> Any ideas?

Maybe this:
http://chithanh.blogspot.com/2011/12/xorg-server-111-going-stable.html

?

Best regards

Peter K



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [gentoo-user] I'm in a Pickle
  2011-12-25 19:20 ` Michael Hampicke
@ 2011-12-25 20:08   ` Mick
  2011-12-25 21:36     ` CJoeB
  2011-12-25 20:51   ` CJoeB
  1 sibling, 1 reply; 22+ messages in thread
From: Mick @ 2011-12-25 20:08 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 1019 bytes --]

On Sunday 25 Dec 2011 19:20:56 Michael Hampicke wrote:
> > Today, I was doing a world update and the screen locked - I still had my
> > KDE desktop up, but couldn't open a window to kill any processes or
> > anything.  So, I held the power button to cause a reboot.  The computer
> > booted okay and gave me my login screen, but neither the keyboard nor
> > the mouse work.
> 
> Wild guess: xorg-server was upgraded to a newer version with changed
> ABI, so you have to remerge everthing installed under x11-drivers
> 
> # emerge -1a $(qlist -I -C x11-drivers/)

+1

This is most likely related to the recent xorg updates, which as Michael 
suggests should be resolved by remerging all the xorg related drivers.

I'm not sure why your monitor will not wake up from sleep though.  That's not 
normal.  Have you tried going through the power settings of KDE in case it has 
been set up to sleep to RAM or hibernate and your set up has some acpi problem 
that causes it to crash?
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [gentoo-user] I'm in a Pickle
  2011-12-25 19:20 ` Michael Hampicke
  2011-12-25 20:08   ` Mick
@ 2011-12-25 20:51   ` CJoeB
  2011-12-25 21:13     ` Frank Steinmetzger
  2011-12-26 19:54     ` Paul Hartman
  1 sibling, 2 replies; 22+ messages in thread
From: CJoeB @ 2011-12-25 20:51 UTC (permalink / raw
  To: gentoo-user

On 12/25/11 14:20, Michael Hampicke wrote:
>> Today, I was doing a world update and the screen locked - I still had my
>> KDE desktop up, but couldn't open a window to kill any processes or
>> anything.  So, I held the power button to cause a reboot.  The computer
>> booted okay and gave me my login screen, but neither the keyboard nor
>> the mouse work.
> Wild guess: xorg-server was upgraded to a newer version with changed
> ABI, so you have to remerge everthing installed under x11-drivers
>
> # emerge -1a $(qlist -I -C x11-drivers/)

It's a little hard to do that since, I boot to a login screen and
neither my keyboard nor mouse work - despite the fact that the cursor
places itself in the password field on the login screen, I can't enter
my password since the keyboard doesn't work.  :-)

Regards,

Colleen
>


-- 

Registered Linux User #411143 with the Linux Counter, http://counter.li.org





^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [gentoo-user] I'm in a Pickle
  2011-12-25 19:27 ` Mark Knecht
@ 2011-12-25 20:56   ` CJoeB
  0 siblings, 0 replies; 22+ messages in thread
From: CJoeB @ 2011-12-25 20:56 UTC (permalink / raw
  To: gentoo-user

On 12/25/11 14:27, Mark Knecht wrote:
> On Sun, Dec 25, 2011 at 11:08 AM, CJoeB <colleen.beamer@gmail.com> wrote:
>> Happy Holidays, Everyone,
>>
>> To lead into the problem I am experiencing, I will let you know about an
>> issue I've been having with my desktop (writing this from my laptop).
>> Every once in a while, when the screensaver kicks in and then, the
>> monitor goes on power save mode (something inherent to the monitor), the
>> screen locks (I have not set it to do this) and the only way, I can get
>> the computer going again is to reboot it by holding down the power
>> button.  This is annoying, but has not caused an issue until today.
>>
>> Today, I was doing a world update and the screen locked - I still had my
>> KDE desktop up, but couldn't open a window to kill any processes or
>> anything.  So, I held the power button to cause a reboot.  The computer
>> booted okay and gave me my login screen, but neither the keyboard nor
>> the mouse work.
>>
>> Any ideas?
>>
>> Regards,
>>
>> Colleen
>>
>> --
>>
>> Registered Linux User #411143 with the Linux Counter, http://counter.li.org
>>
>>
>>
> I got burned by this one also. re-emerge all the xf86 module stuff for
> your keyboard, etc. I've got it all in my module-rebuild -C rebuild
> list. Once you do that you'll likely be OK.
>
> You''ll either want to ssh in to do this or you might want to reboot,
> modifying your boot kernel line adding gentoo=nox to not start X at
> all, re-emerge and then start X to test.

I haven't completely done this, but I did enter the 'gentoo=nox' to my
kernel line and I got the command prompt.  Thank you SO much for this! 
You may not know it, but Santa just gave me another present!  :-)

Regards,

Colleen



-- 

Registered Linux User #411143 with the Linux Counter, http://counter.li.org




^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [gentoo-user] I'm in a Pickle
  2011-12-25 20:51   ` CJoeB
@ 2011-12-25 21:13     ` Frank Steinmetzger
  2011-12-25 21:21       ` Frank Steinmetzger
  2011-12-26 19:54     ` Paul Hartman
  1 sibling, 1 reply; 22+ messages in thread
From: Frank Steinmetzger @ 2011-12-25 21:13 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 938 bytes --]

On Sun, Dec 25, 2011 at 03:51:02PM -0500, CJoeB wrote:

> > Wild guess: xorg-server was upgraded to a newer version with changed
> > ABI, so you have to remerge everthing installed under x11-drivers
> >
> > # emerge -1a $(qlist -I -C x11-drivers/)
> 
> It's a little hard to do that since, I boot to a login screen and
> neither my keyboard nor mouse work - despite the fact that the cursor
> places itself in the password field on the login screen, I can't enter
> my password since the keyboard doesn't work.  :-)

Well then leave the graphical login out. Either boot to single user mode
(kernel command line parameter "single", IIRC) or exclude xdm from starting
during boot by pressing I after the relevant message appeared, and then saying
"skip" for the xdm service.
-- 
Gruß | Greetings | Qapla'
I forbid any use of my email addresses with Facebook services.

Poverty is not a disgrace, but a bloody nuisance.

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [gentoo-user] I'm in a Pickle
  2011-12-25 21:13     ` Frank Steinmetzger
@ 2011-12-25 21:21       ` Frank Steinmetzger
  0 siblings, 0 replies; 22+ messages in thread
From: Frank Steinmetzger @ 2011-12-25 21:21 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 621 bytes --]

On Sun, Dec 25, 2011 at 10:13:22PM +0100, Frank Steinmetzger wrote:

> > It's a little hard to do that since, I boot to a login screen and
> > neither my keyboard nor mouse work […]
> 
> Well then leave the graphical login out. […]

Whoops, that’s what you get if you send answers without reading all new mails
first. -_-
-- 
Gruß | Greetings | Qapla'
I forbid any use of my email addresses with Facebook services.

“The Vatican is not a state.… a state must have people. There are no
Vaticanians.… No-one gets born in the Vatican except by an unfortunate
accident.” — Geoffrey Robertson

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [gentoo-user] I'm in a Pickle
  2011-12-25 20:08   ` Mick
@ 2011-12-25 21:36     ` CJoeB
  0 siblings, 0 replies; 22+ messages in thread
From: CJoeB @ 2011-12-25 21:36 UTC (permalink / raw
  To: gentoo-user

On 12/25/11 15:08, Mick wrote:
> On Sunday 25 Dec 2011 19:20:56 Michael Hampicke wrote:
>>> Today, I was doing a world update and the screen locked - I still had my
>>> KDE desktop up, but couldn't open a window to kill any processes or
>>> anything.  So, I held the power button to cause a reboot.  The computer
>>> booted okay and gave me my login screen, but neither the keyboard nor
>>> the mouse work.
>> Wild guess: xorg-server was upgraded to a newer version with changed
>> ABI, so you have to remerge everthing installed under x11-drivers
>>
>> # emerge -1a $(qlist -I -C x11-drivers/)
> +1
>
> This is most likely related to the recent xorg updates, which as Michael 
> suggests should be resolved by remerging all the xorg related drivers.

Solved!  Thank you all so much!! Re-emerging the x related drivers
solved the issue.  Thanks for this tip and how to prevent x from loading
on boot!  You guys are GREAT!  Thanks for being there when I can't
figure out something on my own!
> I'm not sure why your monitor will not wake up from sleep though.  That's not 
> normal.  Have you tried going through the power settings of KDE in case it has 
> been set up to sleep to RAM or hibernate and your set up has some acpi problem 
> that causes it to crash?

I'll look into this!   Thanks!

Happy Holidays!

Colleen


-- 

Registered Linux User #411143 with the Linux Counter, http://counter.li.org





^ permalink raw reply	[flat|nested] 22+ messages in thread

* [gentoo-user] Re: I'm in a Pickle
  2011-12-25 19:08 [gentoo-user] I'm in a Pickle CJoeB
                   ` (3 preceding siblings ...)
  2011-12-25 20:05 ` pk
@ 2011-12-25 21:54 ` Nikos Chantziaras
  2011-12-26  0:41   ` Colleen Beamer
  2011-12-26 19:51 ` [gentoo-user] " Paul Hartman
  5 siblings, 1 reply; 22+ messages in thread
From: Nikos Chantziaras @ 2011-12-25 21:54 UTC (permalink / raw
  To: gentoo-user

On 12/25/2011 09:08 PM, CJoeB wrote:
> Happy Holidays, Everyone,
>
> To lead into the problem I am experiencing, I will let you know about an
> issue I've been having with my desktop (writing this from my laptop).
> Every once in a while, when the screensaver kicks in and then, the
> monitor goes on power save mode (something inherent to the monitor), the
> screen locks (I have not set it to do this) and the only way, I can get
> the computer going again is to reboot it by holding down the power
> button.  This is annoying, but has not caused an issue until today.

You shouldn't do that.  There's the SysRq key combination to safely exit 
all programs, umount the filesystem and reboot.

You can Google for it.  Wikipedia also has an article:

http://en.wikipedia.org/wiki/Magic_SysRq_key

(The "SysRq" key is usually the "PrintScrn" key.)




^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [gentoo-user] Re: I'm in a Pickle
  2011-12-25 21:54 ` [gentoo-user] " Nikos Chantziaras
@ 2011-12-26  0:41   ` Colleen Beamer
  2011-12-26  1:10     ` Dale
  0 siblings, 1 reply; 22+ messages in thread
From: Colleen Beamer @ 2011-12-26  0:41 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1126 bytes --]

On 12/25/11 16:54, Nikos Chantziaras wrote:
> On 12/25/2011 09:08 PM, CJoeB wrote:
>> Happy Holidays, Everyone,
>>
>> To lead into the problem I am experiencing, I will let you know about an
>> issue I've been having with my desktop (writing this from my laptop).
>> Every once in a while, when the screensaver kicks in and then, the
>> monitor goes on power save mode (something inherent to the monitor), the
>> screen locks (I have not set it to do this) and the only way, I can get
>> the computer going again is to reboot it by holding down the power
>> button. This is annoying, but has not caused an issue until today.
>
> You shouldn't do that. There's the SysRq key combination to safely exit
all programs, umount the filesystem and reboot.
Yeah,  *know* I shouldn't do that!  :-)  However, you just "taught" me
something I didn't know.
>
> You can Google for it. Wikipedia also has an article:
>
> http://en.wikipedia.org/wiki/Magic_SysRq_key
>
> (The "SysRq" key is usually the "PrintScrn" key.)

Thanks for this!

Regards,

Colleen

-- 

Registered Linux User #411143 with the Linux Counter, http://counter.li.org


[-- Attachment #2: Type: text/html, Size: 1966 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [gentoo-user] Re: I'm in a Pickle
  2011-12-26  0:41   ` Colleen Beamer
@ 2011-12-26  1:10     ` Dale
  2011-12-26  2:23       ` Michael Mol
  0 siblings, 1 reply; 22+ messages in thread
From: Dale @ 2011-12-26  1:10 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 876 bytes --]

Colleen Beamer wrote:
>
>
> Thanks for this!
>
> Regards,
>
> Colleen
>
>

This may help too.  This is from a post Neil made a long time ago:

[QUOTE]

Hold down Atl, hold down SysRq, press each of the keys in turn. The usual
full sequence is R-E-I-S-U-B

Reboot
Even
If
System
Utterly
Broken

[END QUOTE]

Don't forget to build support in the kernel too.  I think this is the only one needed:

root@fireball / # zcat /proc/config.gz | grep -i sysrq
CONFIG_MAGIC_SYSRQ=y
root@fireball / #

Usually I only get to about the E or I then I get a console.  Getting the processes sorted out is the hard part tho.  At least you can do a clean shutdown and reboot tho.

Hope that helps.

Dale

:-)  :-)


-- 
I am only responsible for what I said ... Not for what you understood or how you interpreted my words!

Miss the compile output?  Hint:
EMERGE_DEFAULT_OPTS="--quiet-build=n"


[-- Attachment #2: Type: text/html, Size: 1452 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [gentoo-user] Re: I'm in a Pickle
  2011-12-26  1:10     ` Dale
@ 2011-12-26  2:23       ` Michael Mol
  2011-12-26  2:37         ` Dale
  0 siblings, 1 reply; 22+ messages in thread
From: Michael Mol @ 2011-12-26  2:23 UTC (permalink / raw
  To: gentoo-user

On Sun, Dec 25, 2011 at 8:10 PM, Dale <rdalek1967@gmail.com> wrote:
> Colleen Beamer wrote:
>
>
>
> Thanks for this!
>
> Regards,
>
> Colleen
>
>
>
> This may help too.  This is from a post Neil made a long time ago:
>
> [QUOTE]
>
> Hold down Atl, hold down SysRq, press each of the keys in turn. The usual
> full sequence is R-E-I-S-U-B
>
> Reboot
> Even
> If
> System
> Utterly
> Broken
>
> [END QUOTE]
>
> Don't forget to build support in the kernel too.  I think this is the only
> one needed:
>
> root@fireball / # zcat /proc/config.gz | grep -i sysrq
> CONFIG_MAGIC_SYSRQ=y
> root@fireball / #
>
> Usually I only get to about the E or I then I get a console.  Getting the
> processes sorted out is the hard part tho.  At least you can do a clean
> shutdown and reboot tho.
>
> Hope that helps.
>
> Dale
>
> :-)  :-)
>
>
> --
> I am only responsible for what I said ... Not for what you understood or how
> you interpreted my words!
>
> Miss the compile output?  Hint:
> EMERGE_DEFAULT_OPTS="--quiet-build=n"

Being that this is the third time the xorg drivers issue has cropped
up in the last week, I put together another blog post for it.

http://funnybutnot.wordpress.com/2011/12/25/xorg-updating-from-1-10-to-1-11-and-fixing-your-system/

-- 
:wq



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [gentoo-user] Re: I'm in a Pickle
  2011-12-26  2:23       ` Michael Mol
@ 2011-12-26  2:37         ` Dale
  0 siblings, 0 replies; 22+ messages in thread
From: Dale @ 2011-12-26  2:37 UTC (permalink / raw
  To: gentoo-user

Michael Mol wrote:
> On Sun, Dec 25, 2011 at 8:10 PM, Dale<rdalek1967@gmail.com>  wrote:
>> Colleen Beamer wrote:
>>
>>
>>
>> Thanks for this!
>>
>> Regards,
>>
>> Colleen
>>
>>
>>
>> This may help too.  This is from a post Neil made a long time ago:
>>
>> [QUOTE]
>>
>> Hold down Atl, hold down SysRq, press each of the keys in turn. The usual
>> full sequence is R-E-I-S-U-B
>>
>> Reboot
>> Even
>> If
>> System
>> Utterly
>> Broken
>>
>> [END QUOTE]
>>
>> Don't forget to build support in the kernel too.  I think this is the only
>> one needed:
>>
>> root@fireball / # zcat /proc/config.gz | grep -i sysrq
>> CONFIG_MAGIC_SYSRQ=y
>> root@fireball / #
>>
>> Usually I only get to about the E or I then I get a console.  Getting the
>> processes sorted out is the hard part tho.  At least you can do a clean
>> shutdown and reboot tho.
>>
>> Hope that helps.
>>
>> Dale
>>
>> :-)  :-)
>>
>>
>> --
>> I am only responsible for what I said ... Not for what you understood or how
>> you interpreted my words!
>>
>> Miss the compile output?  Hint:
>> EMERGE_DEFAULT_OPTS="--quiet-build=n"
> Being that this is the third time the xorg drivers issue has cropped
> up in the last week, I put together another blog post for it.
>
> http://funnybutnot.wordpress.com/2011/12/25/xorg-updating-from-1-10-to-1-11-and-fixing-your-system/
>

This happens every time another version of xorg goes stable.  I have to 
admit, I forgot to recompile mine too.  I noticed the upgrade but forgot 
to re-emerge the drivers.  I doubt this will change anytime soon 
either.  We are human and emerge doesn't do it automagically, yet.

Maybe I need to add that to my sig.  lol

Dale

:-)  :-)

-- 
I am only responsible for what I said ... Not for what you understood or how you interpreted my words!

Miss the compile output?  Hint:
EMERGE_DEFAULT_OPTS="--quiet-build=n"




^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [gentoo-user] I'm in a Pickle
  2011-12-25 19:28   ` CJoeB
@ 2011-12-26  9:44     ` Mick
  2011-12-27  4:22       ` Stroller
  0 siblings, 1 reply; 22+ messages in thread
From: Mick @ 2011-12-26  9:44 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 1495 bytes --]

On Sunday 25 Dec 2011 19:28:35 CJoeB wrote:
> On 12/25/11 14:08, Dan Cowsill wrote:

> I can do this, but the computer isn't that old and up until today when I
> rebooted the computer by holding the power button, on reboot, the mouse
> and the keyboard worked fine.
> 
> And although the computer is new, I've screwed the warranty because I
> removed Windows and there is only Linux on my computer.

It is worth noting for future cases like this that the warranty may not be 
screwed up at all - unless the small print explicitly says so and even then 
you may be still able to claim that they fix any hardware fault under the 
warranty.

There was a woman who had removed the MSWindows OS from her new laptop and 
when the keyboard failed the company that sold it to her refused to deal with 
it without the original OS installed.

Eventually the company reneged and replaced the broken component.

http://linux.slashdot.org/story/07/03/27/1753218/hp-dishonors-warranty-if-you-
load-linux

I believe that there's more than one cases that this has happened, so removing 
MSWindows may not nullify your legal consumer rights.

I do however as a matter of course retain the original installation just-in-
case and install Gentoo as a dual boot, if only to save myself the argument 
with some poor idiot reading from a script on some service department in the 
future.  These days with massive hard drives there's enough space to keep both 
OS.
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [gentoo-user] I'm in a Pickle
  2011-12-25 19:08 [gentoo-user] I'm in a Pickle CJoeB
                   ` (4 preceding siblings ...)
  2011-12-25 21:54 ` [gentoo-user] " Nikos Chantziaras
@ 2011-12-26 19:51 ` Paul Hartman
  5 siblings, 0 replies; 22+ messages in thread
From: Paul Hartman @ 2011-12-26 19:51 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1436 bytes --]

On 12/25/2011 01:08 PM, CJoeB wrote:
> Happy Holidays, Everyone,
> 
> To lead into the problem I am experiencing, I will let you know about an
> issue I've been having with my desktop (writing this from my laptop). 
> Every once in a while, when the screensaver kicks in and then, the
> monitor goes on power save mode (something inherent to the monitor), the
> screen locks (I have not set it to do this) and the only way, I can get
> the computer going again is to reboot it by holding down the power
> button.  This is annoying, but has not caused an issue until today.

I had similar and similarly-weird problems caused by a faulty video
card. After removing it, I could see that the capacitors were
domed/cracked and the card obviously got fried somehow... it still
worked most of the time, but was unstable (especially coming out of
power-saving it would exhibit problems or freeze the system). I could
usually still SSH in from another machine and do a proper shutdown, but
not always.


> Today, I was doing a world update and the screen locked - I still had my
> KDE desktop up, but couldn't open a window to kill any processes or
> anything.  So, I held the power button to cause a reboot.  The computer
> booted okay and gave me my login screen, but neither the keyboard nor
> the mouse work.

Maybe part of the world update was x11 stuff and the @x11-module-rebuild
set didn't get emerged yet.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [gentoo-user] I'm in a Pickle
  2011-12-25 20:51   ` CJoeB
  2011-12-25 21:13     ` Frank Steinmetzger
@ 2011-12-26 19:54     ` Paul Hartman
  2011-12-26 21:07       ` Colleen Beamer
  1 sibling, 1 reply; 22+ messages in thread
From: Paul Hartman @ 2011-12-26 19:54 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1162 bytes --]

On 12/25/2011 02:51 PM, CJoeB wrote:
> On 12/25/11 14:20, Michael Hampicke wrote:
>>> Today, I was doing a world update and the screen locked - I still had my
>>> KDE desktop up, but couldn't open a window to kill any processes or
>>> anything.  So, I held the power button to cause a reboot.  The computer
>>> booted okay and gave me my login screen, but neither the keyboard nor
>>> the mouse work.
>> Wild guess: xorg-server was upgraded to a newer version with changed
>> ABI, so you have to remerge everthing installed under x11-drivers
>>
>> # emerge -1a $(qlist -I -C x11-drivers/)
> 
> It's a little hard to do that since, I boot to a login screen and
> neither my keyboard nor mouse work - despite the fact that the cursor
> places itself in the password field on the login screen, I can't enter
> my password since the keyboard doesn't work.  :-)

If it happens again, in GRUB edit the kernel commandline and append
"gentoo=nox" to it and that will prevent Gentoo from starting your
graphical login manager. Or, better yet, create a second menu entry in
grub for "no X" right now, so it'll be there if you need it in the future.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [gentoo-user] I'm in a Pickle
  2011-12-26 19:54     ` Paul Hartman
@ 2011-12-26 21:07       ` Colleen Beamer
  0 siblings, 0 replies; 22+ messages in thread
From: Colleen Beamer @ 2011-12-26 21:07 UTC (permalink / raw
  To: gentoo-user

On 12/26/11 14:54, Paul Hartman wrote:
> On 12/25/2011 02:51 PM, CJoeB wrote:
>> On 12/25/11 14:20, Michael Hampicke wrote:
>>>> Today, I was doing a world update and the screen locked - I still had my
>>>> KDE desktop up, but couldn't open a window to kill any processes or
>>>> anything.  So, I held the power button to cause a reboot.  The computer
>>>> booted okay and gave me my login screen, but neither the keyboard nor
>>>> the mouse work.
>>> Wild guess: xorg-server was upgraded to a newer version with changed
>>> ABI, so you have to remerge everthing installed under x11-drivers
>>>
>>> # emerge -1a $(qlist -I -C x11-drivers/)
>> It's a little hard to do that since, I boot to a login screen and
>> neither my keyboard nor mouse work - despite the fact that the cursor
>> places itself in the password field on the login screen, I can't enter
>> my password since the keyboard doesn't work.  :-)
> If it happens again, in GRUB edit the kernel commandline and append
> "gentoo=nox" to it and that will prevent Gentoo from starting your
> graphical login manager. Or, better yet, create a second menu entry in
> grub for "no X" right now, so it'll be there if you need it in the future.
Thanks.  This info was already provided to me.  I made a note of it in
the place where I keep my "Gentoo tips" so, I'll have this available to
me if I need it again!  :-)

Regards,

Colleen

-- 

Registered Linux User #411143 with the Linux Counter, http://counter.li.org




^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [gentoo-user] I'm in a Pickle
  2011-12-26  9:44     ` Mick
@ 2011-12-27  4:22       ` Stroller
  0 siblings, 0 replies; 22+ messages in thread
From: Stroller @ 2011-12-27  4:22 UTC (permalink / raw
  To: gentoo-user


On 26 December 2011, at 09:44, Mick wrote:
> On Sunday 25 Dec 2011 19:28:35 CJoeB wrote:
>> …
>> And although the computer is new, I've screwed the warranty because I
>> removed Windows and there is only Linux on my computer.
> 
> It is worth noting for future cases like this that the warranty may not be 
> screwed up at all

In Europe the warranty is absolutely certainly definitely unaffected by the use of Linux.

I would very much doubt the situation is different in the USA.

An installation of Windows is necessary, however, in order to reasonably and amicably prove the fault to the supplier. It's quite fair for the supplier to limit support only to operating systems with which they have experience.

I know we're all very excited when we get our new toys, but this just underscores the need to make the very first boot of the new system one from a LiveCD, using it to make an image of the factory o/s installation. If you pipe dd through bzip2 (documented a million places on the net) then the size of the full disk image will reflect only (approximately) the amount of data on there - i.e. only a few gig, even for a huge modern hard-drive.

If this advice is too late for the OP then it may be possible to arrange an official Microsoft version of the OEM Windows installation DVD - it should be possible to activate this with the license sticker attached to the laptop's underside. The Microsoft OEM disks will generally produce a cleaner installation of Windows than the factory install, as the latter tends to include a bunch of extra crapware, but they're often lacking drivers that you'll need, and it can sometimes take a while to find and download the right ones (although my experience with Windows 7 is limited).

Stroller.




^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2011-12-27  4:23 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-25 19:08 [gentoo-user] I'm in a Pickle CJoeB
2011-12-25 19:08 ` Dan Cowsill
2011-12-25 19:28   ` CJoeB
2011-12-26  9:44     ` Mick
2011-12-27  4:22       ` Stroller
2011-12-25 19:20 ` Michael Hampicke
2011-12-25 20:08   ` Mick
2011-12-25 21:36     ` CJoeB
2011-12-25 20:51   ` CJoeB
2011-12-25 21:13     ` Frank Steinmetzger
2011-12-25 21:21       ` Frank Steinmetzger
2011-12-26 19:54     ` Paul Hartman
2011-12-26 21:07       ` Colleen Beamer
2011-12-25 19:27 ` Mark Knecht
2011-12-25 20:56   ` CJoeB
2011-12-25 20:05 ` pk
2011-12-25 21:54 ` [gentoo-user] " Nikos Chantziaras
2011-12-26  0:41   ` Colleen Beamer
2011-12-26  1:10     ` Dale
2011-12-26  2:23       ` Michael Mol
2011-12-26  2:37         ` Dale
2011-12-26 19:51 ` [gentoo-user] " Paul Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox