Steam

17752 readers
100 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 5 years ago
MODERATORS
1
2
3
 
 

What do you guys do with these cards I seem to randomly get?

I’ve sold like 3 to get 18 cents or so, but this seems to be really inefficient when it comes to time.

4
7
submitted 5 days ago* (last edited 2 hours ago) by Monkey@piefed.social to c/steam@lemmy.ml
 
 

I have a few issues with steam and steam games.
I'll start with my laptop's specs:
Acer-Aspire-E5-722G

  • Operating system : Kubuntu 26.04
  • Kernel: 7.0.0-29 generic
  • CPU: AMD A8-7410 APU with 4 cores
  • Memory : 6.72GB DDR3 (supposed to be 8)
  • Storage: WD HDD with 931.51GB
  • Graphics device 1 : AMD Radeon(TM) R5 M335
  • Graphics device 2 : AMD Radeon(TM) R5 Graphics (iGPU)

Issue 1: I have installed steam and it ran once but now it crashes if i try to open it (I can share the crash logs) and it works fine if I run it in terminal (I just type steam in Konsole and hit enter).

Issue 2: I installed Car Mechanic Simulator 2018 on my laptop and I ran it once and I had to turn the settings way down for decent frames but I got it playable, when I try to open it it doesn't crash it just take forever (I waited foor 20 minutes and it didn't open). Here is what I have tried:

  • I switched Poton version form experimental to the latest stable version (9.0-4)

  • I added ```-nointro -novid


Here is a picture of where it gets stuck 
![Corj5g4pgE5QpOm.png](https://media.piefed.social/posts/Co/rj/Corj5g4pgE5QpOm.png)  


Issue 3 (I don't know if this one is solvable): I used to have Windows 10 on this laptop and I could play American Truck Simulator on it with low settings, but on Kubuntu it doesn't launch.  

Thanks in advance.  
If you need more information just ask and i'll try to provide it.  

UPDATE: All of the issues have been solved (mostly)  
Issue 1: I disabled "GPU acceleration" and “smooth scrolling in web views” 

Issue 2: I used this fix from ProtonDB: Set launch options to  `PROTON_USE_WINED3D=1 %command%`  

Issue 3: I used this fix from ProtonDB: Set launch options to  `PROTON_USE_WINED3D=1 %command%` however my laptop doesn't have enough RAM and steam was closed by the kernel
5
6
7
 
 

It's #WishlistWednesday and the #CyberpunkFestival by @steam is here to crush your freedom and implant some memories.

Witness mega corporations and neon dystopias by Wishlisting Hope: A Sky Full of Ghosts https://store.steampowered.com/app/3072180?utm%5C_source=Mastodon&utm%5C_campaign=Cyberpunk2026

#scifi #adventuregame #Cyberpunk #storyrich #Gaming #PointAndClick #indiegame #VideoGames #ASkyFullOfGhosts

8
9
 
 

Today starts the #CyberpunkFestival by @steam

Corporate tyranny? ✔
Cyber implants? ✔
Neon dystopia? ✔
And more in Hope: A Sky Full Of Ghosts

Wishlist and Play the Demo: https://store.steampowered.com/app/3072180?utm%5C_source=Mastodon&utm%5C_campaign=Cyberpunk2026

#scifi #adventuregame #Cyberpunk #storyrich #Gaming #PointAndClick #indiegame #VideoGames #ASkyFullOfGhosts

10
11
 
 

Extremely excited that the #CyberpunkFestival by @steam is starting NEXT WEEK!

Corporate tyranny? ✔
Cyber implants? ✔
Dystopia? ✔
And more in Hope: A Sky Full Of Ghosts

https://store.steampowered.com/app/3072180?utm%5C_source=Twitter&utm%5C_campaign=Cyberpunk2026

#scifi #adventuregame #Cyberpunk #storyrich #Gaming #PointAndClick #indiegame #VideoGames #ASkyFullOfGhosts

12
13
20
Gifting made easier (store.steampowered.com)
14
15
16
17
18
19
20
 
 

TLDR to the issue

There have been many reports of the new Steam controller failing to update on Linux distros other than SteamOS, I am making this post to document my solution to this issue.

From what I can tell, certain distros place restrictions on what data can be accessed via USB.


Solution

So as many others here I got my Steam controller and was encountering the update errors on my Debian 13 desktop.

I tried updating via a Windows laptop which was successful however did not stop Steam from complaining there was an update on my Debian machine.

I did a little digging in my steamui_system.txt and noticed my error was

[2026-07-09 10:23:55] HardwareUpdate: ------[ stdout ]------
Found Type: Triton USB SN: FXA9961904609
UPDATING TRITON USB - SN:	FXA9961904609
ERROR: Couldn't open BL comport
[2026-07-09 10:23:55] HardwareUpdate: ------[ stderr ]------

more digging I found out that the update script/tool is stored in /home/YourUser/.local/share/Steam/bin/hardwareupdater/ and in that folder the script/tool is called hardwareupdater.x86_64

This script/tool has launch options that should not be missed in your steamui_system.txt, for me it was —update-by-serial “SerialNumberOfController”

Many Linux users will dislike this but run the script/tool as a sudoer or root in a shell like such,

sudo /home/YourUser/.local/share/Steam/bin/hardwareupdater/hardwareupdater.x86_64 --update-by-serial 'FXA9961904609'

Replace the /YourUser/ portion of the directory path with the username of your Linux account and change the serial-number to match your controller.

the script/tool will display progress as it goes and eventually succeed, Steam will prompt you one last time there is an update but then proceed past the actual update itself and instead do a short tutorial on the controller. I guess there are USB permissions issues hence the failures.

The output of the script/tool is as such

sudo /home/YourUser/.local/share/Steam/bin/hardwareupdater/hardwareupdater.x86_64 --update-by-serial 'FXA9961904609

Found Type: Triton USB SN: FXA9961904609
UPDATING TRITON USB - SN:       FXA9961904609
DEBUG: Found TRITON matching SN`
ERASING
PROGRAMMING: IBEX_FW_6A4D85E3.fw
PROGRESS: 9%
PROGRESS: 17%
PROGRESS: 26%
PROGRESS: 34%
PROGRESS: 43%
PROGRESS: 51%
PROGRESS: 60%
PROGRESS: 68%
PROGRESS: 77%
PROGRESS: 85%
PROGRESS: 94%
PROGRESS: 100%
RESETTING
SUCCESS


Disclaimer:

If the script/tool at all stalls or hangs, which it shouldn't as it took less than a minute for me to complete the update, DO NOT unplug the controller, you may damage the firmware doing this essentially bricking your controller, just be patient and wait or Control + C the script/tool to abruptly exit the script, unfortunately the script/tool has been compiled into binary so i cannot verify how it handles abrupt exits!


Edit

I have not tested this on the Steam Puck, only the controller, I suspect they use the same script but cannot confirm that as my Puck was updated on a Windows Laptop and didn’t prompt me to update on my Debian desktop afterwards.

21
22
23
24
32
Steam Machine (store.steampowered.com)
submitted 1 month ago by testman@lemmy.ml to c/steam@lemmy.ml
25
view more: next ›