Raspberry Pi 3 B+: Difference between revisions

 
(4 intermediate revisions by the same user not shown)
Line 28: Line 28:
aptitude purge nodejs npm
aptitude purge nodejs npm
npm install -g --unsafe-perm homebridge
npm install -g --unsafe-perm homebridge
npm install -g homebridge-config-ui-x
npm install -g homebridge-cmdswitch2
npm install -g homebridge-cmdswitch2
aptitude install supervisor
aptitude install supervisor
Line 68: Line 69:
</syntaxhighlight>
</syntaxhighlight>
する。
する。
上は cec-client が修正されたので不要。
'''cec-client が修正されたので不要。'''
 
'''libcecのアップデートでまた壊れた'''


USB で変なエラー
USB で変なエラー
Line 75: Line 78:
</syntaxhighlight>
</syntaxhighlight>
する。
する。
上も修正されたので不要。
'''修正されたので不要。'''
 
また変な挙動になったので、これで修正 (以下HDMI, USB関連すべて)
<syntaxhighlight lang="text" enclose="div">
hdmi_ignore_cec_init=1
hdmi_force_hotplug=1
hdmi_drive=2
dtoverlay=dwc
</syntaxhighlight>
 


bookworm の仕様変更なのだが、rsyslog が無くなり、あらゆる journalctl らしい。
bookworm の仕様変更なのだが、rsyslog が無くなり、あらゆる journalctl らしい。