ตามคำตอบของ @ lenik บอกว่าทีวีของคุณต้องรองรับ CEC ฉันติดตั้ง libcec เวอร์ชันที่คอมไพล์แล้วซึ่งรวมยูทิลิตีบรรทัดคำสั่งcec-client
จากSourceForgeโดยใช้คำสั่งต่อไปนี้:
wget http://sourceforge.net/projects/selfprogramming/files/libCEC.deb/libcec_2.1.0-1_armhf.deb/download -O libcec_2.1.0-1_armhf.deb
sudo dpkg -i libcec_2.1.0-1_armhf.deb
อัปเดต: 2017-02-27
ลิงก์ข้างต้นไปยัง SourceForge ไม่มีอยู่อีกต่อไป ตามบทความนี้คุณสามารถติดตั้งcec-client
โดยใช้คำสั่งต่อไปนี้:
sudo apt-get install cec-utils
ส่วนที่เหลือของคำตอบนี้ควรจะยังคงถูกต้อง
นี่คือหัวข้อของraspberrypi.orgที่กล่าวถึงการใช้cec-client
คำสั่ง to
เธรดบอกว่าคำสั่งต่อไปนี้เปิดทีวี Samsung สำเร็จแล้ว:
echo "on 0" | cec-client -s
คำสั่งต่อไปนี้เปลี่ยนแหล่งที่มาจาก TV Tuner เป็น Raspi HDMI:
echo "as" | cec-client -s
หรือ
echo "tx 1f 82 30 00" | cec-client -s
คำสั่งต่อไปนี้ไม่สำเร็จในการปิดทีวี:
echo "tx 10 36" | cec-client -s
หรือ
echo "standby 0" | cec-client -s
standby 0
DEBUG: [ 56474] << putting 'TV' (0) in standby mode
TRAFFIC: [ 56476] << 10:36
DEBUG: [ 56477] sending data: len = 1, payload = 10:36
DEBUG: [ 56538] received data: header:00020001 p0:00003610 p1:00000000 p2:00000000 p3:00000000 reason:1
DEBUG: [ 56539] command transmitted
DEBUG: [ 56660] received data: header:00040002 p0:04360001 p1:00000000 p2:00000000 p3:00000000 reason:2
TRAFFIC: [ 56661] >> 01:00:36:04
NOTICE: [ 56661] >> TV (0) -> Recorder 1 (1): feature abort ( 0)
DEBUG: [ 56661] marking opcode 'standby' as unsupported feature for device 'TV'
echo "standby 0" | cec-client -s
ทำงานที่ดีสำหรับพานาโซนิคทีวีของฉันแม้ว่ากระบวนการแผงหลังและฉันได้kill -9
มัน