1)http://www.bolthole.com/solaris/drivers/acpi.htmlの
Download the tarfile hereをクリックしてacpi.tarをダウンロードする
2)/var/tmpにダウンロードしたと仮定して
# cd /var/tmp
# tar xpf acpi.tar
3) コンパイル&インストール
# make
# ./installacpi
4)/etc/inittabに
p9:5:wait:/sbin/acpi_poweroff >/dev/msglog 2<>/dev/msglog </dev/console
が追加されていることを確認する。ない場合は、エディタで追記する。
5) 再起動後acpiドライバが組み込まれるはず
6) 以下のいずれかのコマンドで電源断すればOKである
# init 5
or
# shutdown -i5 -g0 -y
Download the tarfile hereをクリックしてacpi.tarをダウンロードする
2)/var/tmpにダウンロードしたと仮定して
# cd /var/tmp
# tar xpf acpi.tar
3) コンパイル&インストール
# make
# ./installacpi
4)/etc/inittabに
p9:5:wait:/sbin/acpi_poweroff >/dev/msglog 2<>/dev/msglog </dev/console
が追加されていることを確認する。ない場合は、エディタで追記する。
5) 再起動後acpiドライバが組み込まれるはず
6) 以下のいずれかのコマンドで電源断すればOKである
# init 5
or
# shutdown -i5 -g0 -y