this post was submitted on 11 Jul 2025
18 points (100.0% liked)
Steam Deck
18233 readers
145 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:
- Follow the rules of Sopuli
- Posts must be related to the Steam Deck in an obvious way.
- No piracy, there are other communities for that.
- Discussion of emulators are allowed, but no discussion on how to illegally acquire ROMs.
- This is a place of civil discussion, no trolling.
- Have fun.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm not sure exactly what causes this, but you can work around it as long as you can actually run commands as root (i.e. using
sudo
) in the terminal.The command to add a new user is
adduser
.The command to add a user to the administrators group (i.e. give them the ability to use
sudo
) isusermod -aG wheel
.These commands should be run as root by prepending
sudo
.I'm trying to sudo in a user or elevate deck to admin. Either way if I try to sudo anything, I get asked " [sudo]password for deck: " and when I put in a password it says " deck is not in the sudoers file. "
So I haven't been able to do anything worthwhile, yet.
If you know the root password, then you can switch to the account called
root
using thesu root
command.In Linux there is always a user called
root
, which is the only account allowed to perform most system management tasks. Thesudo
command just executes a commend asroot
. Most of the time you don't need to actually sign into theroot
account, just usesudo
, but you can actually sign into it in the terminal as it is a real bona fide user account.The sudoers file is located at
/etc/sudoers
. Do keep in mind that this file should not be edited directly. You can use thecat
command which will print the content of a file to the terminal. So trycat /etc/sudoers
.I'm unable to su root or access the sudoers file. I'm going to try using a steam os image file on a flash drive to reinstall my steam deck os.