kalau nggak bisa juga, disable ACPI, pengalaman komputer yang ACPInya jelek nggak bisa shutdown langsung kalau ACPI aktif
On Tue, 22 Feb 2005 17:19:30 +0800, Rumy Taulu <[EMAIL PROTECTED]> wrote: > gimien wrote: > > komputer saya sebelumnya mennggunakan linux slackware. > > karena saya lupa root password, tak ambil pusing saya reinstall. > > akan tetapi permasalahan pada hardware muncul. > > saat ini power supply komputer saya tidak bisa switch-off > > dengan perintah: > > #shutdown -h now > > power supply akan switch-off jika saya menekan tombol power. > > kira2 apa ya kurang??? > > By default kernel bawaan Slackware gak support power-off secara otomatis > Re-compile kernel, aktifkan bagian ini di kernel (dibagian APM) > Anda bisa edit file .config di /usr/src/linux supaya menjadi seperti ini > > # CONFIG_OOM_KILLER is not set > CONFIG_PM=y > CONFIG_APM=m > # CONFIG_APM_IGNORE_USER_SUSPEND is not set > CONFIG_APM_DO_ENABLE=y > CONFIG_APM_CPU_IDLE=y > # CONFIG_APM_DISPLAY_BLANK is not set > # CONFIG_APM_RTC_IS_GMT is not set > CONFIG_APM_ALLOW_INTS=y > CONFIG_APM_REAL_MODE_POWER_OFF=y > > Atau lakukan konfigurasi normal melalui "make menuconfig" > Edit sbb: > > General setup : > [*] Enable PM at boot time > [*] Make CPU Idle calls when idle > [ ] Enable console blanking using APM > [ ] RTC stores time in GMT > [*] Allow interrupts during APM BIOS calls > [*] Use real mode APM BIOS call to power off > > Anyway ... YMMV > > -- > rumy > > > -- > Unsubscribe: kirim email kosong ke [EMAIL PROTECTED] > Arsip, FAQ, dan info milis di http://linux.or.id/milis.php > Tidak bisa posting? Baca: > http://linux.or.id/wiki/index.php?pagename=ProblemMilisDanSolusi > http://linux.or.id/wiki/index.php?pagename=TataTertibMilis > > -- Unsubscribe: kirim email kosong ke [EMAIL PROTECTED] Arsip, FAQ, dan info milis di http://linux.or.id/milis Tidak bisa posting? Baca: http://linux.or.id/problemmilis http://linux.or.id/tatatertibmilis
