this post was submitted on 06 Oct 2023
140 points (96.7% liked)

Steam

10029 readers
1 users here now

Steam is a video game digital distribution service by Valve.

Steam News | Steam Beta Client news

Useful tools:
SteamDB
SteamCharts
Issue tracker for Linux version of Steam

founded 3 years ago
MODERATORS
 

...as spotted by Brad Lynch and TVKilledMi on X/Twitter, this model does support 6GHz triple-band Wi-Fi — suggesting that it has either Wi-Fi 6E or Wi-Fi 7. The original Steam Deck doesn’t even have Wi-Fi 6.

you are viewing a single comment's thread
view the rest of the comments
[–] SpaghettiYeti@lemmy.world 9 points 11 months ago* (last edited 11 months ago) (1 children)

For anyone wanting a console / steam link hardware replacement - get a raspberry pi. I run steam link on a 3b and a 4 and it's amazing on both. I still have 2 steam link boxes from back in the day, but they have slower WiFi, are less stable, and still only work in 1080p. I have none of these issues streaming to the Raspberry Pis. Crispy 4k 60fps streaming.

You have to use a workaround due to some strange bug that Steam hasn't fixed on linux, but it just means you need to launch it in a little of an abnormal way. After that, it's ez peasy.

Edit: instructions below under another comment.

[–] griefreeze@lemmy.world 3 points 11 months ago (1 children)

What's this workaround you speak of? Been meaning to do something with my spare 3b

[–] SpaghettiYeti@lemmy.world 2 points 11 months ago* (last edited 11 months ago) (1 children)

Make sure all your apps are up to date. Then:

sudo apt install steamlink

Then type steamlink

Then when you want to launch steamlink, press alt+ctrl+F1

Then type steamlink

Acknowledge the warnings for low video memory (doesn't matter)

Press enter the few times it prompts you

Then it will launch steam link

Connect your computer as you normally would

Then when you're done with steamlink, stop streaming using the menu in steam.

Then press alt+ctrl+F7 to get back to your OS.

I'm doing this on Raspbian on both my 3b and 4 pi.

The subsequent times you launch, you will only have to type alt+ctrl+F1 and then Steamlink, followed by 1 extra "enter". Use the F7 method above to get back out.

It took like 2 hours of random internet forum sleuthing to piece all this together. Hope it helps some of you!

Pro tip - Connect your Xbox controller to Raspbian and Steamlink will automatically recognize it. I have better luck with that than trying to connect using Steam settings.

[–] griefreeze@lemmy.world 2 points 11 months ago

Awesome, I appreciate you!