Reply
 
Thread Tools Display Modes
  #1  
Old 07-09-2012, 12:18 PM
ariesnurmans ariesnurmans is offline
Junior Member
 
Join Date: Jul 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default problem with shutdown pcbsd 9
Hi, I got a problem with my pcbsd 9 gnome, when I'm shutdown my laptop toshiba A100, seem that my laptop isn't fully shutdown, my screen goes blank but my power led and harddisk stil on, does anyone know how to fix it? Thank you.
Reply With Quote
  #2  
Old 07-09-2012, 02:08 PM
purgatori purgatori is offline
Senior Member
 
Join Date: May 2010
Posts: 234
Thanks: 6
Thanked 15 Times in 14 Posts
Default
Originally Posted by ariesnurmans View Post
Hi, I got a problem with my pcbsd 9 gnome, when I'm shutdown my laptop toshiba A100, seem that my laptop isn't fully shutdown, my screen goes blank but my power led and harddisk stil on, does anyone know how to fix it? Thank you.
You may need to edit some of your ACPI settings in sysctl: http://www.freebsd.org/doc/en_US.ISO...cpi-debug.html + http://www.freebsd.org/doc/en_US.ISO...ng-sysctl.html

You could also try depressing the power button after halting the system in order to manually turn it off.
__________________
My Blog About Emacs and (PC)BSD
Promethean Machines

Last edited by purgatori; 07-09-2012 at 02:18 PM.
Reply With Quote
  #3  
Old 07-09-2012, 02:19 PM
fluca1978 fluca1978 is offline
Senior Member
 
Join Date: Mar 2011
Posts: 358
Thanks: 3
Thanked 18 Times in 14 Posts
Default
According to here the ACPI is fully supported on your laptop, so it should work. I imagine you are seeing a System halted message and when the laptop stops working. Have a look at /boot/loader.conf, there is an acpi line that disables throttling, maybe that could help. Besides, it is very strange it does not work out of the box.
Reply With Quote
  #4  
Old 07-09-2012, 02:22 PM
purgatori purgatori is offline
Senior Member
 
Join Date: May 2010
Posts: 234
Thanks: 6
Thanked 15 Times in 14 Posts
Default
Originally Posted by fluca1978 View Post
According to here the ACPI is fully supported on your laptop, so it should work. I imagine you are seeing a System halted message and when the laptop stops working. Have a look at /boot/loader.conf, there is an acpi line that disables throttling, maybe that could help. Besides, it is very strange it does not work out of the box.
Yes, it is strange. Actually, it is _somewhat_ similar to a minor bug I have with my IBM Netvisa desktop machine. If I run $ shutdown -h now or whatnot, the system runs through the shutdown process, but fails to actually power down the system. Pressing the power button, on the other hand, initiates the same sequence but also powers the system down.

I guess that means it's worth investigating different methods for shutting the system down -- if one doesn't work, another one might.
__________________
My Blog About Emacs and (PC)BSD
Promethean Machines
Reply With Quote
  #5  
Old 07-10-2012, 09:02 AM
ariesnurmans ariesnurmans is offline
Junior Member
 
Join Date: Jul 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default
I Tried messing around with /boot/loader.conf, still it doesn't work, and I found this thread about add a "hw.acpi.disable_on_poweroff=0" in sysctl, I've tried added to "/ect/sysctl.conf" and still no luck in "#sysctl hw.acpi" still not showing up the "hw.acpi.disable_on_power=0", does anyone know how to add those line into sysctl? and does anyone have anymore solution for my problem?
Reply With Quote
  #6  
Old 07-16-2012, 12:51 AM
purgatori purgatori is offline
Senior Member
 
Join Date: May 2010
Posts: 234
Thanks: 6
Thanked 15 Times in 14 Posts
Default
Originally Posted by ariesnurmans View Post
I Tried messing around with /boot/loader.conf, still it doesn't work, and I found this thread about add a "hw.acpi.disable_on_poweroff=0" in sysctl, I've tried added to "/ect/sysctl.conf" and still no luck in "#sysctl hw.acpi" still not showing up the "hw.acpi.disable_on_power=0", does anyone know how to add those line into sysctl? and does anyone have anymore solution for my problem?
I want to declare, up front, that I've never edited sysctl myself before, and am far from being any kind of expert. I'd really recommend that you run:

Code:
$ man sysctl
... and consult the documentation closely (in addition to the section of the FreeBSD handbook I linked to earlier). The format for writing to a sysctl variable is as follows:

Return the Value of the Variable
Code:
$ sysctl -a | grep ttl
net.inet.ip.ttl: 64
Modify the Value
Code:
$ sysctl -w net.inet.ip.ttl=100
net.inet.ip.ttl: 64 -> 100
Return the New Value
Code:
$ sysctl net.inet.ip.ttl
net.inet.ip.ttl: 100
__________________
My Blog About Emacs and (PC)BSD
Promethean Machines
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:07 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.