Re: current on HP EliteBook 8530w

2010-06-20 Thread Jan Stary
On Jun 19 08:49:26, jor...@peereboom.us wrote: > Can you try this patch to see if it helps on your HP systems? > > ? acpipci.diff > ? acpitz.c.fix > ? condref > ? msg > ? passive.diff > ? tzdiff > ? xdiff > Index: dsdt.c > === > RCS fi

Re: current on HP EliteBook 8530w

2010-06-20 Thread Jan Stary
On Jun 20 08:59:53, Jan Stary wrote: > On Jun 19 08:49:26, jor...@peereboom.us wrote: > > Can you try this patch to see if it helps on your HP systems? > > > > ? acpipci.diff > > ? acpitz.c.fix > > ? condref > > ? msg > > ? passive.diff > > ? tzdiff > > ? xdiff > > Index: dsdt.c > > ==

Re: current on HP EliteBook 8530w

2010-06-19 Thread jordan
Can you try this patch to see if it helps on your HP systems? ? acpipci.diff ? acpitz.c.fix ? condref ? msg ? passive.diff ? tzdiff ? xdiff Index: dsdt.c === RCS file: /cvs/src/sys/dev/acpi/dsdt.c,v retrieving revision 1.157 diff -u -

Re: current on HP EliteBook 8530w

2010-05-04 Thread Markus Bergkvist
On 04/30/10 14:47, Markus Bergkvist wrote: Hi! This looks same as problem on my hp 6930p. According to Jordan it's some reference counting bug somewhere. This makes it boot... Index: dsdt.c === RCS file: /cvs/src/sys/dev/acpi/dsd

Re: current on HP EliteBook 8530w

2010-04-30 Thread J.C. Roberts
On Fri, 30 Apr 2010 22:34:31 + Miod Vallat wrote: > > You can set 'kern.nosuidcoredump' in /etc/sysctl.conf to save core > > dumps from in /var/crash. Then try using 'boot dump' in ddb. > > This sysctl value has no relation to the ability to create kernel > crash dumps. > > Miod uggh. I wa

Re: current on HP EliteBook 8530w

2010-04-30 Thread Miod Vallat
> You can set 'kern.nosuidcoredump' in /etc/sysctl.conf to save core > dumps from in /var/crash. Then try using 'boot dump' in ddb. This sysctl value has no relation to the ability to create kernel crash dumps. Miod

Re: current on HP EliteBook 8530w

2010-04-30 Thread Markus Bergkvist
On 04/30/10 16:39, J.C. Roberts wrote: On Fri, 30 Apr 2010 14:47:35 +0200 Markus Bergkvist wrote: Looks like the same problem I have on my hp 6730b. The diff makes it boot, but if I plug or unplug the ac I get the panic below and the only way to leave ddb is hard reboot. From ddb, does 'b

Re: current on HP EliteBook 8530w

2010-04-30 Thread J.C. Roberts
On Fri, 30 Apr 2010 14:47:35 +0200 Markus Bergkvist wrote: > > Looks like the same problem I have on my hp 6730b. The diff makes it > boot, but if I plug or unplug the ac I get the panic below and the > only way to leave ddb is hard reboot. >From ddb, does 'boot reboot' not work? You can set

Re: current on HP EliteBook 8530w

2010-04-30 Thread Markus Bergkvist
On 01/24/10 02:00, Zoran IvaniD wrote: > On Fri, Jan 22, 2010 at 02:04:23PM +0100, Jan Stary wrote: > >> correctly (?) recognizes the SpeedStep frequencies: >> >> cpu0: Enhanced SpeedStep 2528 MHz: speeds: 2534, 2533, 1600, 800 MHz >> >> The kernel without ACPI does not: >> >> cpu0: unk

Re: current on HP EliteBook 8530w

2010-02-11 Thread Daniele Pilenga
Hi, On Thu, Feb 11, 2010 at 11:34 AM, Jan Stary wrote: [...] >> It worked for a while, but recently, having acpiec enabled >> (with the patch above) results in >> >> acpitz0 at acpi0: critical temperature 115 degC >> acpitz1 at acpi0: critical temperature 105 degC >> acpitz2 at acpi0: critical t

Re: current on HP EliteBook 8530w

2010-02-11 Thread Jan Stary
On Feb 11 10:34:57, Jan Stary wrote: > > > This looks same as problem on my hp 6930p. According to Jordan it's some > > > reference counting bug somewhere. This makes it boot... > > > > Index: dsdt.c > > > === > > > RCS file: /cvs/sr

Re: current on HP EliteBook 8530w

2010-02-11 Thread Jan Stary
> > This looks same as problem on my hp 6930p. According to Jordan it's some > > reference counting bug somewhere. This makes it boot... > > Index: dsdt.c > > === > > RCS file: /cvs/src/sys/dev/acpi/dsdt.c,v > > retrieving revision 1

Re: current on HP EliteBook 8530w

2010-01-24 Thread Pawlowski Marcin Piotr
Zoran IvaniD wrote: Hi! This looks same as problem on my hp 6930p. According to Jordan it's some reference counting bug somewhere. This makes it boot... Index: dsdt.c === RCS file: /cvs/src/sys/dev/acpi/dsdt.c,v retrieving re

Re: current on HP EliteBook 8530w

2010-01-24 Thread Jan Stary
On Jan 24 02:00:25, Zoran Ivanif wrote: > On Fri, Jan 22, 2010 at 02:04:23PM +0100, Jan Stary wrote: > > > correctly (?) recognizes the SpeedStep frequencies: > > > > cpu0: Enhanced SpeedStep 2528 MHz: speeds: 2534, 2533, 1600, 800 MHz > > > > The kernel without ACPI does not: > > > > cpu0

Re: current on HP EliteBook 8530w

2010-01-23 Thread Zoran Ivanić
On Fri, Jan 22, 2010 at 02:04:23PM +0100, Jan Stary wrote: > correctly (?) recognizes the SpeedStep frequencies: > > cpu0: Enhanced SpeedStep 2528 MHz: speeds: 2534, 2533, 1600, 800 MHz > > The kernel without ACPI does not: > > cpu0: unknown Enhanced SpeedStep CPU, msr 0x0617492506

Re: current on HP EliteBook 8530w

2010-01-22 Thread Gilles Chehade
I provided one for this panic, got the same laptop at work ;-) Gilles On Fri, Jan 22, 2010 at 07:26:56AM -0600, Marco Peereboom wrote: > you too need to send acpidump -o output in a tar to jordan. > > On Fri, Jan 22, 2010 at 02:04:23PM +0100, Jan Stary wrote: > > This is a fresh -current on an H

Re: current on HP EliteBook 8530w

2010-01-22 Thread Pawlowski Marcin Piotr
Jan Stary wrote: Jan Stary wrote: /bsd panics when booting when ACPI is enabled; boots and works just fine once ACPI is disabled (via UKC). See full dmesgs below. What puzzles me is that /bsd.rd (who does the install) has ACPI enabled, yet runs fine - unlike the /bsd that in installs (see th

Re: current on HP EliteBook 8530w

2010-01-22 Thread Jan Stary
> On Fri, Jan 22, 2010 at 02:04:23PM +0100, Jan Stary wrote: > > This is a fresh -current on an HP EliteBook 8530w ("Mobile Workstation"). > > Thank you all who make be able to run this. > > > > /bsd panics when booting when ACPI is enabled; boots and works just fine > > once ACPI is disabled (via

Re: current on HP EliteBook 8530w

2010-01-22 Thread Jan Stary
> Jan Stary wrote: >> /bsd panics when booting when ACPI is enabled; boots and works just fine >> once ACPI is disabled (via UKC). See full dmesgs below. >> >> What puzzles me is that /bsd.rd (who does the install) has ACPI enabled, >> yet runs fine - unlike the /bsd that in installs (see the full

Re: current on HP EliteBook 8530w

2010-01-22 Thread David Vasek
On Fri, 22 Jan 2010, Jan Stary wrote: This is a fresh -current on an HP EliteBook 8530w ("Mobile Workstation"). Thank you all who make be able to run this. /bsd panics when booting when ACPI is enabled; boots and works just fine once ACPI is disabled (via UKC). See full dmesgs below. It is si

Re: current on HP EliteBook 8530w

2010-01-22 Thread Marco Peereboom
you too need to send acpidump -o output in a tar to jordan. On Fri, Jan 22, 2010 at 02:04:23PM +0100, Jan Stary wrote: > This is a fresh -current on an HP EliteBook 8530w ("Mobile Workstation"). > Thank you all who make be able to run this. > > /bsd panics when booting when ACPI is enabled; boots

current on HP EliteBook 8530w

2010-01-22 Thread Jan Stary
This is a fresh -current on an HP EliteBook 8530w ("Mobile Workstation"). Thank you all who make be able to run this. /bsd panics when booting when ACPI is enabled; boots and works just fine once ACPI is disabled (via UKC). See full dmesgs below. What puzzles me is that /bsd.rd (who does the inst