public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] system freezes....
@ 2006-02-03 13:36 Marco Calviani
  2006-02-06 18:19 ` b.n.
  2006-02-06 19:11 ` Hemmann, Volker Armin
  0 siblings, 2 replies; 6+ messages in thread
From: Marco Calviani @ 2006-02-03 13:36 UTC (permalink / raw
  To: gentoo-user

Hi list,
   i'm a Travelmate 8005 laptop user, running an updated gentoo box.
I'm routinely experiencing system freezes 1 or 2 times every two days,
without an apparent cause; everything stops, starting from mouse to
keyboard, so that it is impossible to restart the system.

The system logs of the system does not suggest anything particular
except for this:

hdc: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
hdc: drive_cmd: error=0x04 { AbortedCommand }
ide: failed opcode was: 0xec
hdc: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
hdc: drive_cmd: error=0x04 { AbortedCommand }
ide: failed opcode was: 0xec

which however i think it is related to cdrom issues.

# uname -r
2.6.14-gentoo-r5

(PS: i have a radeon 9700 video card wuth the latest (8.21.7) drivers)
# fglrxinfo
isplay: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON 9700 Generic
OpenGL version string: 2.0.5582 (8.21.7)

I know that these infos are completely insufficient but i don't know
where to start.

Best regards,
MC

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] system freezes....
  2006-02-03 13:36 [gentoo-user] system freezes Marco Calviani
@ 2006-02-06 18:19 ` b.n.
  2006-02-06 20:08   ` Marco Calviani
  2006-02-06 19:11 ` Hemmann, Volker Armin
  1 sibling, 1 reply; 6+ messages in thread
From: b.n. @ 2006-02-06 18:19 UTC (permalink / raw
  To: gentoo-user


> The system logs of the system does not suggest anything particular
> except for this:
> 
> hdc: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
> hdc: drive_cmd: error=0x04 { AbortedCommand }
> ide: failed opcode was: 0xec
> hdc: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
> hdc: drive_cmd: error=0x04 { AbortedCommand }
> ide: failed opcode was: 0xec
> 
> which however i think it is related to cdrom issues.

I had very, very, very similar behaviour (cdrom-related error and 
failings on logs + random freezes) with a faulty power supply on my 
desktop machine.

Substituting the power supply cured all the issues, but I don't know how 
it can be done on a laptop.

m.
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] system freezes....
  2006-02-03 13:36 [gentoo-user] system freezes Marco Calviani
  2006-02-06 18:19 ` b.n.
@ 2006-02-06 19:11 ` Hemmann, Volker Armin
  2006-02-06 20:07   ` Marco Calviani
  1 sibling, 1 reply; 6+ messages in thread
From: Hemmann, Volker Armin @ 2006-02-06 19:11 UTC (permalink / raw
  To: gentoo-user

On Friday 03 February 2006 14:36, Marco Calviani wrote:
> Hi list,
>    i'm a Travelmate 8005 laptop user, running an updated gentoo box.
> I'm routinely experiencing system freezes 1 or 2 times every two days,
> without an apparent cause; everything stops, starting from mouse to
> keyboard, so that it is impossible to restart the system.
>
> The system logs of the system does not suggest anything particular
> except for this:
>
> hdc: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
> hdc: drive_cmd: error=0x04 { AbortedCommand }
> ide: failed opcode was: 0xec
> hdc: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
> hdc: drive_cmd: error=0x04 { AbortedCommand }
> ide: failed opcode was: 0xec
>
> which however i think it is related to cdrom issues.

yupp, kernel waits for some time outs, if you did not set unmaskirq with 
hdparm, this may make your laptop pretty unresponsive.
If this happens with all your cds, it is time to buy a new cdrom drive.
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] system freezes....
  2006-02-06 19:11 ` Hemmann, Volker Armin
@ 2006-02-06 20:07   ` Marco Calviani
  2006-02-06 23:41     ` Hemmann, Volker Armin
  0 siblings, 1 reply; 6+ messages in thread
From: Marco Calviani @ 2006-02-06 20:07 UTC (permalink / raw
  To: gentoo-user

Hi,

> yupp, kernel waits for some time outs, if you did not set unmaskirq with
> hdparm, this may make your laptop pretty unresponsive.

do you mean that i have to set the umaskirq option also for cdrom? I
had it set with hdparm only for my primary hd, that is /dev/hda.....

Regards,
MC

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] system freezes....
  2006-02-06 18:19 ` b.n.
@ 2006-02-06 20:08   ` Marco Calviani
  0 siblings, 0 replies; 6+ messages in thread
From: Marco Calviani @ 2006-02-06 20:08 UTC (permalink / raw
  To: gentoo-user

Hi,
> Substituting the power supply cured all the issues, but I don't know how
> it can be done on a laptop.

thanks for sharing your experience.

Regards,
MC

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] system freezes....
  2006-02-06 20:07   ` Marco Calviani
@ 2006-02-06 23:41     ` Hemmann, Volker Armin
  0 siblings, 0 replies; 6+ messages in thread
From: Hemmann, Volker Armin @ 2006-02-06 23:41 UTC (permalink / raw
  To: gentoo-user

On Monday 06 February 2006 21:07, Marco Calviani wrote:
> Hi,
>
> > yupp, kernel waits for some time outs, if you did not set unmaskirq with
> > hdparm, this may make your laptop pretty unresponsive.
>
> do you mean that i have to set the umaskirq option also for cdrom? I
> had it set with hdparm only for my primary hd, that is /dev/hda.....

especially for the cdrom!
-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2006-02-06 23:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-03 13:36 [gentoo-user] system freezes Marco Calviani
2006-02-06 18:19 ` b.n.
2006-02-06 20:08   ` Marco Calviani
2006-02-06 19:11 ` Hemmann, Volker Armin
2006-02-06 20:07   ` Marco Calviani
2006-02-06 23:41     ` Hemmann, Volker Armin

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