this post was submitted on 08 Mar 2025
92 points (98.9% liked)

Steam Deck

15997 readers
162 users here now

A place to discuss and support all things Steam Deck.

Replacement for r/steamdeck_linux.

As Lemmy doesn't have flairs yet, you can use these prefixes to indicate what type of post you have made, eg:
[Flair] My post title

The following is a list of suggested flairs:
[Discussion] - General discussion.
[Help] - A request for help or support.
[News] - News about the deck.
[PSA] - Sharing important information.
[Game] - News / info about a game on the deck.
[Update] - An update to a previous post.
[Meta] - Discussion about this community.

Some more Steam Deck specific flairs:
[Boot Screen] - Custom boot screens/videos.
[Selling] - If you are selling your deck.

These are not enforced, but they are encouraged.

Rules:

Link to our Matrix Space

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 1 day ago (1 children)

It’d be nice if it could wake itself up, and then begin to update games while idle. When done it could just go back to sleep again if it’s still idle after some time passes.

Even better would be settings to choose auto updates from discover, the client, and any proton changes.

Surprised they don’t have anything like this after years, it’s not a particularly complex problem to solve. All of the update logic for the games already exists, it’s literally just managing the wake/sleep events that they’d need to program.

[–] [email protected] 4 points 21 hours ago (1 children)

This would be an awesome feature to have. However, it’ll be very hardware and software dependent. The device needs to wake up constantly to poll if there’s a new demo or game to download.

This is surprisingly a hard problem to solve due to underlying bugs in the embedded firmware and the OS.

[–] [email protected] 1 points 14 hours ago (1 children)

You can already wake the device up over LAN, USB, or Bluetooth. You could even have a separate device such as a PC or phone that sends the wake up signal to the steam deck if you wanted. I have other devices that work this way in my home already.

It’d be preferable to manage this all on device of course, but I assure you this is solvable where existing Steam Decks already reside, without needing to fix any low level firmwares.

[–] [email protected] 1 points 10 hours ago (1 children)

You can already wake the device up over LAN

If you don’t mind, could you explain how to do this? I frequently forget to leave my steam deck on when wanting to use steam link.

[–] [email protected] 1 points 30 minutes ago* (last edited 27 minutes ago)

If you want to use WOL you’ll need an adapter/dock with an Ethernet port.

Then use nmcli (network manager cli) to accept magic wake-up packets: nmcli c modify "Wired connection 1" 802-3-ethernet.wake-on-lan magic

See more info here: https://wiki.archlinux.org/title/Wake-on-LAN

Then you just send a magic packet using your Steam Decks MAC whenever you want it to wake up.

Note: if you own an OLED Steam Deck technically you can just do this over Bluetooth with a controller instead, because of the hardware update.