Debian化することによって使えなくなったもう一つの機能、
マイコン通信機能を復活させます。
というか、lennyには最初からそのプログラムがインストールされ、
デーモンmicro_evtdとして動いています。
まず、/etc/micro_evtd/micro_evtd.confを編集してファンコントロールなどを有効にします。
次、実際にマイコンと通信してみます。
microapl -a [option]
実は、manコマンドにも書かれていない"-a"が必要です。
ちなみに使えるオプションは以下の通り。
boot_start boot_end power_off shutdown_wait shutdown_cancel skip_standby delay_standby standby reboot temp_get fan_set_speed [arg] fan_get_speed bz_on [arg] bz_set_freq [arg] bz_melody tempo note ... bz_imhere tempo note ... int_get_switch_status [arg] led_set_bright [arg] led_set_cpu_mcon [arg] led_set_on_off [arg] led_set_blink [arg] led_set_code_error [arg] led_set_code_information [arg] led_set_cpu_mcon [arg] mcon_get_status hdd_set_power [arg] mcon_get_version

コメントする