Below you will find pages that utilize the taxonomy term “Hdmi”
When “downgrading” to ARC fixes everything
In the Raspberry Pi CEC automation I mentioned that my Samsung TV is on ARC (not eARC). This is the backstory: eARC wouldn’t stay put, so dropping back to ARC was the only reliable option.
Setup
Samsung S95B hangs on the wall, its eARC port feeds a Denon AVR-X1700H, and every source runs through the receiver with CEC enabled.
With HDMI eARC Mode = Auto, the S95B would sometimes boot to TV Speakers instead of “Receiver (HDMI-eARC),” silently fall back to TV Speakers after source changes, and after the 1651 firmware update it would wake up that way every single time even with an ARC/eARC device attached (Samsung Community).
Fix HDMI-CEC weirdness with a Raspberry Pi and a $7 cable
For years I treated HDMI-CEC like a house spirit: sometimes helpful, mostly temperamental, never fully understood. My living-room stack is straightforward: Samsung TV on ARC (NOT eARC - story for another day), Denon AVR-X1700H hidden in a closet, Apple TV plus a bunch of consoles connected to the receiver, and a Raspberry Pi 4 already doing Homebridge duty. When it comes to CEC, the Apple TV handles it like a dream, but every console behaves like it missed the last week of CEC school. They wake the TV, switch the input, then leave the Denon asleep so I’m back to toggling audio outputs manually.
To get 4K60 for Hades 2 on Switch 2, disable “120 Hz Output” in system settings
Did a quick search and didn’t see anyone else post this. To get 4K 60 FPS output while docked for Hades 2 on the Switch 2, disabling “120 Hz Output” in Switch 2 System Settings > Display is required. Just choosing 4K TV resolution is not enough.
IMO, since the 4K seems to be upscaled, it’s not really enough of an image quality improvement to be worth it. But you could test for yourself.
Cleaned up the network/media closet
One closet to house all our networking and media equipment. Most of the hard work was done by the previous owner with the CAT6, HDMI, and speaker wires all in wall.

Here’s the network panel close up. I’m not super stoked about putting my eero gateway in here to act as the router but currently not sure what to upgrade to. Suggestions welcome.
PS5 works great with homebridge now
Steps I took
Go to the homebridge terminal, you can SSH or I just used the homebridge UI.
Install Playactor
sudo npm install -g playactor.Run
playactor browseand find your PS5, remember its name like “PS5-XXX”, you’ll need it later.Run
playactor login --host-name PS5-XXX --no-open-urlsto register your device as a remote play controller. The--no-open-urlsis important here because by default it tries to open a browser which isn’t gonna work if you’re using SSH or homebridge UI.