Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
open crontab as user pi
add the following line and save the file:
Now steamlink will start at every (re)boot.
I also tried using crontab as well but nothing happens when implementing that method.
Any ideas?
Hey all, I had the exact same situation. The reason you get that error is that SteamLink is launched before the Raspberry Pi has been able to set up its internet connection. Whenever SteamLink launches, it checks online for an update. Since there is no internet connection yet, this will fail, resulting in the error message.
The fix is to configure Raspbian to wait for a network connection before finishing its boot sequence. You can change this in the "System" tab of the Raspberry Pi Configuration screen you can access via the start menu.
Thank you I love you
To summarize for others, this is what I did:
Run "sudo nano /etc/xdg/lxsession/LXDE-pi/autostart" (without quotation marks) and write "@steamlink" (without quotation marks) at a new line on the bottom of the file.
Enable "wait for network".
I just decided to set up a Rpi4 as a steamlink searching for awhile I finally came across your post to change the network settings. This finally fixed that error archive error. Thank you.
4 Years later, So much thank you
works for me, thanks