Jump to content

I am trying to get started using Linux and have selected Pop OS. I installed steam and started downloading games and it worked for a week. Now whenever I try to download and install games from steam and sometimes just launching steam the entire system freezes and the only thing I can do is to press the restart button a hard shutdown.

 

Please help. I am new to Linux and have not been able to find a solution to this problem anywhere. I am not sure if my drivers need to be updated or how to do that.

 

PC Hardware.

  • CPU: Threadripper 1920X
  • Motherboard: ASRock X399 Phantom Gaming 6 ATX sTR4
  • Memory: G.Skill Aegis 64 GB (4 x 16 GB) DDR4-2666 CL19
  • Storage:
    • Windows:
      • TCSunBow X3 1 TB 2.5" Solid State Drive
      • Seagate Enterprise Capacity 10 TB 3.5" 7200RPM Internal Hard Drive

    • Linux: 

      • Team MP33 2 TB M.2-2280 NVME Solid State Drive

  • Video Card: Asus Radeon RX 6700 XT 12 GB ROG STRIX

  • Power Supply: EVGA BQ 750 W 80+ Bronze Certified Semi-modular ATX Power Supply

Link to comment
https://linustechtips.com/topic/1366186-linux-freezing-when-using-steam/
Share on other sites

Link to post
Share on other sites

7 minutes ago, Ryan_Duncan said:

I am trying to get started using Linux and have selected Pop OS. I installed steam and started downloading games and it worked for a week. Now whenever I try to download and install games from steam and sometimes just launching steam the entire system freezes and the only thing I can do is to press the restart button a hard shutdown.

 

Please help. I am new to Linux and have not been able to find a solution to this problem anywhere. I am not sure if my drivers need to be updated or how to do that.

 

PC Hardware.

  • CPU: Threadripper 1920X
  • Motherboard: ASRock X399 Phantom Gaming 6 ATX sTR4
  • Memory: G.Skill Aegis 64 GB (4 x 16 GB) DDR4-2666 CL19
  • Storage:
    • Windows:
      • TCSunBow X3 1 TB 2.5" Solid State Drive
      • Seagate Enterprise Capacity 10 TB 3.5" 7200RPM Internal Hard Drive

    • Linux: 

      • Team MP33 2 TB M.2-2280 NVME Solid State Drive

  • Video Card: Asus Radeon RX 6700 XT 12 GB ROG STRIX

  • Power Supply: EVGA BQ 750 W 80+ Bronze Certified Semi-modular ATX Power Supply

First you should update your drivers, To do this open a terminal and type these commands (make sure to write in lowercase as unix commands are case-sensitive)

sudo apt update

sudo apt upgrade

sudo apt autoremove

sudo reboot

And try again

Link to post
Share on other sites

6 minutes ago, WickedThunder86 said:

unix commands are case-sensitive)

Generally, yes.

 

7 minutes ago, WickedThunder86 said:

sudo apt update

sudo apt upgrade

sudo apt autoremove

sudo reboot

Yea, This should work. However, if you aren't comfortable with using the command line, I think you can update software using the store, but I'm not very sure on that

"The most important step a man can take. It’s not the first one, is it?
It’s the next one. Always the next step, Dalinar."
–Chapter 118, Oathbringer, Stormlight Archive #3 by Brandon Sanderson

 

 

Older stuff:

Spoiler

"A high ideal missed by a little, is far better than low ideal that is achievable, yet far less effective"

 

If you think I'm wrong, correct me. If I've offended you in some way tell me what it is and how I can correct it. I want to learn, and along the way one can make mistakes; Being wrong helps you learn what's right.

 

Link to post
Share on other sites

13 minutes ago, WickedThunder86 said:

First you should update your drivers, To do this open a terminal and type these commands (make sure to write in lowercase as unix commands are case-sensitive)

sudo apt update

sudo apt upgrade

sudo apt autoremove

sudo reboot

And try again

Thanks I will try that.

Link to post
Share on other sites

42 minutes ago, Ryan_Duncan said:

Thanks I will try that.

 

Not sure if it will help, but one thing I typically try when troubleshooting things in Linux is launching them from the terminal. Sometimes when things go wrong or crash you'll see messages there that you wouldn't see in the GUI. 

 

Also rather than a reset, does Alt + SysRQ REISUB? That is a much safer way to reset unless it's truly "locked" up.  Quick article for REISUB

Link to post
Share on other sites

3 hours ago, OhioYJ said:

 

Not sure if it will help, but one thing I typically try when troubleshooting things in Linux is launching them from the terminal. Sometimes when things go wrong or crash you'll see messages there that you wouldn't see in the GUI. 

 

Also rather than a reset, does Alt + SysRQ REISUB? That is a much safer way to reset unless it's truly "locked" up.  Quick article for REISUB

I did not know about Alt + SysRQ REISUB I will try that next time it freezes. I will also try launching from the terminal.

Link to post
Share on other sites

 

On 8/18/2021 at 10:07 AM, WickedThunder86 said:

First you should update your drivers, To do this open a terminal and type these commands (make sure to write in lowercase as unix commands are case-sensitive)

sudo apt update

sudo apt upgrade

sudo apt autoremove

sudo reboot

And try again

Running the update commands from the terminal did not help. As soon as I started downloading a game everything froze again.

 

 

On 8/18/2021 at 11:10 AM, OhioYJ said:

 

Not sure if it will help, but one thing I typically try when troubleshooting things in Linux is launching them from the terminal. Sometimes when things go wrong or crash you'll see messages there that you wouldn't see in the GUI. 

 

Also rather than a reset, does Alt + SysRQ REISUB? That is a much safer way to reset unless it's truly "locked" up.  Quick article for REISUB

I also tried using Alt + SysRQ REISUB but that did nothing to unfreeze it.

 

When I launch steam from the terminal I get this WARNING: Using default/fallback debugger launch for the fifth line down. But it opened and continued to download then it froze again.

Link to post
Share on other sites

7 hours ago, Ryan_Duncan said:

 

Running the update commands from the terminal did not help. As soon as I started downloading a game everything froze again.

 

 

I also tried using Alt + SysRQ REISUB but that did nothing to unfreeze it.

 

When I launch steam from the terminal I get this WARNING: Using default/fallback debugger launch for the fifth line down. But it opened and continued to download then it froze again.

Does the system also freezes randomly at other tasks?

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×