All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Hofstaedtler <ch@zeha.at>
To: Arjan van de Ven <arjan@infradead.org>
Cc: Justin Piszcz <jpiszcz@lucidpixels.com>,
	linux-kernel@vger.kernel.org, bruce.w.allan@intel.com
Subject: Re: Linux* is not supported on the Intel(R) Desktop Board DP55KG - Kernel still hangs upon reboot.
Date: Mon, 4 Jan 2010 00:34:57 +0100	[thread overview]
Message-ID: <20100103233456.GA4748@percival.namespace.at> (raw)
In-Reply-To: <20100103150300.170dedee@infradead.org>

Arjan,

* Arjan van de Ven <arjan@infradead.org> [100104 00:00]:
> On Sun, 3 Jan 2010 16:40:38 -0500 (EST)
> Justin Piszcz <jpiszcz@lucidpixels.com> wrote:
> > On Sun, 3 Jan 2010, Christian Hofstaedtler wrote:
> > > Hi,
> > >
> > > In regard to the DP55KG board having reboot [1] and HPET [2] issues,
> > > have you seen any fixes (from Intel?) for these problems?
> > >
> > > I now own such a board and see the same stuff on a distro-patched
> > > 2.6.31.6.
> > >
> > > Thanks,
> > >  Christian
> > >
> > > [1] http://thread.gmane.org/gmane.linux.kernel/903161/
> > > [2] http://thread.gmane.org/gmane.linux.kernel/913374
> > >
> > 
> > Hello Christian,
> > 
> > The work around for the reboot [1] issue is append this to your
> > kernel boot options in lilo/grub:
> > 
> > reboot=a
> 
> btw this can be automated... just needs a DMI quirk.
> someone needs to get dmidecode output and add it to the existing
> table of reboot= quirks...

I guess it'd make more sense to fix it in the boards firmware, /if/ this is
possible. (I'm wondering what other OSes do in this regard.)

Here is the DMI data, anyway:

$ pwd
/sys/devices/virtual/dmi/id
$ cat board_name
DP55KG
$ cat board_vendor
Intel Corporation
$ cat board_version
AAE47218-403
$ cat product_name

$ cat sys_vendor

$ cat bios_date
10/28/2009
$ cat bios_vendor
Intel Corp.
$ cat bios_version
KGIBX10J.86A.3878.2009.1028.1049


I think I saw a patch for this floating around, but I'm not sure if this made
it into some branch.


  Christian

-- 
christian hofstaedtler

  reply	other threads:[~2010-01-03 23:35 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-03 20:23 Linux* is not supported on the Intel(R) Desktop Board DP55KG - Kernel still hangs upon reboot Christian Hofstaedtler
2010-01-03 21:40 ` Justin Piszcz
2010-01-03 23:03   ` Arjan van de Ven
2010-01-03 23:34     ` Christian Hofstaedtler [this message]
2010-01-04  5:47     ` Yuhong Bao
2010-01-04 15:16       ` David John
2010-06-11  2:16         ` Yuhong Bao
2010-01-04 16:21     ` [PATCH] Add DMI quirk for Intel DP55KG mainboard Christian Hofstaedtler
2010-01-04 17:15       ` Len Brown
2010-01-04 17:30         ` H. Peter Anvin
2010-01-04 22:03           ` Len Brown
2010-01-05  2:15             ` Robert Hancock
2010-01-05  3:37               ` H. Peter Anvin
2010-01-05 12:30                 ` [PATCH] Default to ACPI reboots on newish X86 hardware Christian Hofstaedtler
2010-01-05 17:04                   ` H. Peter Anvin
2010-01-05 18:26                     ` Christian Hofstaedtler
2010-01-06  6:06                       ` H. Peter Anvin
2010-01-06 19:38                       ` Len Brown
2010-01-07 20:03                         ` Christian Hofstaedtler
2010-01-07 20:05                           ` Christian Hofstaedtler
2010-01-07 23:05                           ` H. Peter Anvin
2010-01-20  5:21                           ` Len Brown
2010-01-21 17:18                             ` [PATCH 1/2] x86: Unify reboot_type selection Christian Hofstaedtler
2010-01-21 17:18                               ` [PATCH 2/2] Default to ACPI reboots on newish X86 hardware Christian Hofstaedtler
2010-01-23 19:57                                 ` Len Brown
2010-01-21 18:29                               ` [PATCH 1/2] x86: Unify reboot_type selection H. Peter Anvin
2010-01-21 17:24                             ` [PATCH] Default to ACPI reboots on newish X86 hardware Christian Hofstaedtler
2010-01-05  1:45           ` [PATCH] Add DMI quirk for Intel DP55KG mainboard Arjan van de Ven
2010-01-06 14:36             ` Matthew Garrett
2010-01-06 19:26               ` Len Brown
2010-01-06 19:36                 ` Matthew Garrett
2010-01-06 20:22                   ` Len Brown
2010-01-06 20:29                     ` Matthew Garrett
2010-01-06 21:26                     ` H. Peter Anvin
2010-01-20  5:06                       ` Len Brown
2010-01-07  1:15                     ` Robert Hancock
2010-01-06  7:41         ` Pavel Machek
2010-01-06 14:51           ` Alan Cox
  -- strict thread matches above, loose matches on Subject: below --
2009-10-15 16:29 Linux* is not supported on the Intel(R) Desktop Board DP55KG - Kernel still hangs upon reboot Justin Piszcz
2009-10-15 17:18 ` Allan, Bruce W
2009-10-15 17:20   ` Justin Piszcz

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=20100103233456.GA4748@percival.namespace.at \
    --to=ch@zeha.at \
    --cc=arjan@infradead.org \
    --cc=bruce.w.allan@intel.com \
    --cc=jpiszcz@lucidpixels.com \
    --cc=linux-kernel@vger.kernel.org \
    /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.