Dual Core Problems

2007-07-10 Thread Ivaylo Mateev
Hi! FreeBSD Stable can not detect my dual core CPU correctly. It uses only one core. and ACPI is not working corectly. When i type shutdown -h now, the Computer do not power off, but stay on with the Uptime massage Thanx for the help ___

Re: Dual Core Problems

2007-07-10 Thread Stefan Lambrev
Ivaylo Mateev wrote: Hi! FreeBSD Stable can not detect my dual core CPU correctly. It uses only one core. and ACPI is not working corectly. When i type shutdown -h now, the Computer do not power off, but stay on with the Uptime massage Thanx for the help Wich version, what hardware ?

Re: Dual Core Problems

2007-07-10 Thread Kim Attree
Ivaylo, Have you compiled in SMP and ACPI support to your kernel ? Thanks Kim Ivaylo Mateev wrote: Hi! FreeBSD Stable can not detect my dual core CPU correctly. It uses only one core. and ACPI is not working corectly. When i type shutdown -h now, the Computer do not power off, but

Re: Dual Core Problems

2007-07-10 Thread Ivaylo Mateev
SMP compiled ??? UUpss I just looked in my kernel config file. SMP was commented I tought I uncommented after I added it , but . so SMP is up and running, but the ACPI Problem still exists. acpi.ko loaded uname -a: FreeBSD heavymetal 6.2-STABLE FreeBSD 6.2-STABLE #4: Tue

Re: Dual Core Problems

2007-07-10 Thread Ivaylo Mateev
It is not working :( On 10.07.2007, at 13:47, Søren Klintrup wrote: Ivaylo Mateev wrote: ACPI is not working corectly. When i type shutdown -h now, the Computer do not power off, but stay on with the Uptime massage you need to use 'shutdown -p now' to power off the system. read

Re: Dual Core Problems

2007-07-10 Thread Søren Klintrup
Ivaylo Mateev wrote: ACPI is not working corectly. When i type shutdown -h now, the Computer do not power off, but stay on with the Uptime massage you need to use 'shutdown -p now' to power off the system. read shutdown(8) for more /Søren ___

Re: Dual Core Problems

2007-07-10 Thread Tom Evans
On Tue, 2007-07-10 at 13:58 +0200, Ivaylo Mateev wrote: It is not working :( On 10.07.2007, at 13:47, Søren Klintrup wrote: Ivaylo Mateev wrote: ACPI is not working corectly. When i type shutdown -h now, the Computer do not power off, but stay on with the Uptime massage you

Re: Dual Core Problems

2007-07-10 Thread Paig Chong Woo
Le 10 juil. 2007 à 12:24, Ivaylo Mateev a écrit : Hi! FreeBSD Stable can not detect my dual core CPU correctly. It uses only one core. and ACPI is not working corectly. When i type shutdown -h now, the Computer do not power off, but stay on with the Uptime massage shutdown -h halts

Re: Dual Core Problems

2007-07-10 Thread Søren Klintrup
Ivaylo Mateev wrote: ACPI is not working corectly. When i type shutdown -h now, the Computer do not power off, but stay on with the Uptime massage you need to use 'shutdown -p now' to power off the system. read shutdown(8) for more /Søren ___

Re: Dual Core Problems

2007-07-10 Thread Ivaylo Mateev
On 10.07.2007, at 14:11, Tom Evans wrote: On Tue, 2007-07-10 at 13:58 +0200, Ivaylo Mateev wrote: It is not working :( On 10.07.2007, at 13:47, Søren Klintrup wrote: Ivaylo Mateev wrote: ACPI is not working corectly. When i type shutdown -h now, the Computer do not power off, but stay on

Re: Dual Core Problems

2007-07-10 Thread Jeremy Chadwick
On Tue, Jul 10, 2007 at 01:35:38PM +0200, Ivaylo Mateev wrote: SMP compiled ??? UUpss I just looked in my kernel config file. SMP was commented I tought I uncommented after I added it , but . so SMP is up and running, but the ACPI Problem still exists. Try setting one of

Re: Dual Core Problems

2007-07-10 Thread Jeremy Chadwick
On Tue, Jul 10, 2007 at 02:52:40PM +0200, Ivaylo Mateev wrote: On 10.07.2007, at 14:40, Jeremy Chadwick wrote: Try setting one of these via sysctl {variable}=1 then using shutdown -p now as instructed. $ sysctl -d hw.acpi.disable_on_reboot hw.acpi.disable_on_reboot: Disable ACPI when