Easiest way is by using remote play, you’ll want to change settings to enable audio on the host, and possibly lower stream bandwidth.

The guide also has another more in depth method.

MentalEdge
link
fedilink
61Y

The second method, though needing a bit more config is the superior one.

It forwards the actual USB device that is the controller on the deck, to the PC.

The proprietary software seems like a user-friendly version of USB/IP

I’ve got some extra time today, so I’ll see if the free/built-in version is easy to get working.

MentalEdge
link
fedilink
11Y

That would be cool. Seems like it would have to work with the server on the deck if using it with a windows PC.

So, major caveat here: I’m a linux gamer and don’t have windows [subsystem for linux] available to test.

This actually works shockingly well for steam-steam gaming, but I’d call these steps proof-of-concept success versus “finished product”.

I’ll assume if you’re going this deep, you know how desktop mode works and you’re reasonably comfortable with the terminal. Otherwise, don’t follow random guides on the internet, and you understand that you could break things.

Obvious prerequisite: enable sudo by creating a password for the deck user

Enable installing packages via pacman: I borrowed from this guide, but didn’t follow it exactly.

# disable the deck's read-only mode
sudo steamos-readonly disable
# init the pacman keyring
sudo pacman-key --init
# populate the keyring with archlinux
sudo pacman-key --populate archlinux

Install, start, and bind the usbip service on the steamdeck (steps from the “Server” portion of archwiki linked in my original comment above)

# install usbip
sudo pacman -S usbip
# enable/start the usbip daemon
sudo systemctl enable usbip.service
sudo systemctl start usbip.service
# enable the kernel module
sudo modprobe usbip-host
# list the available usb devices
usbip list --local
# bind the Valve usb device (check the output of the above for the right bus id, mine happens to be 3-3)
sudo usbip bind --busid=3-3

Install start and attach to the steamdeck (steps from the “Client” portion of archwiki listed above)

# install usbip
sudo pacman -Sy usbip
# enable the requisite kernel module
sudo modprobe vhci-hcd
# list the remote devices (use your steam desk's ip address, this assumes you're on the same network and have addressed any firewall/configuration issues)
usbip list --remote 192.168.88.207
# attach to it
sudo usbip attach --remote 192.168.88.207 --busid=3-3

Now you can be shocked when it works instantly. Go play a game!

MentalEdge
link
fedilink
31Y

If you turn this into a more complete guide, you should make it a post here on lemmy.

I am also a linux gamer.

@pory@lemmy.world
link
fedilink
English
31Y

Finally… Wii U 2.

Create a post

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.

Link to our Matrix Space

  • 1 user online
  • 20 users / day
  • 28 users / week
  • 142 users / month
  • 438 users / 6 months
  • 1 subscriber
  • 687 Posts
  • 3.07K Comments
  • Modlog