Skip to content

Commit

Permalink
Merge pull request #329 from teeedubb/main
Browse files Browse the repository at this point in the history
Add installation instructions for ubuntu 22.04.3
  • Loading branch information
rashevskyv authored Feb 3, 2024
2 parents b29e9e1 + ae0b2f8 commit 197870f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README_ENG.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,16 @@ brew install python-tk
pip3 install pyusb
```

#### Install instructions for Ubuntu 22.04.3

This will install DBI dependencies and create a udev rule to allow a non-root user to access a Switch connected via USB.

```pip3 install pyusb
sudo apt install python-tk
echo 'SUBSYSTEM=="usb", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="3000", MODE="0666"' | sudo tee /etc/udev/rules.d/nintendo-switch.rules
sudo udevadm control --reload-rules
```

### Home server

The **"Home server"** option will appear if the **Network install sources** section has been configured in **[dbi.config](#dbiconfig)**. You can specify the name of the option as required in the configuration file.
Expand Down

0 comments on commit 197870f

Please sign in to comment.