mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2025-06-18 16:45:39 -04:00
Improve automatic usb rules installation
This commit is contained in:
parent
91bf851e7f
commit
499c9a7994
@ -135,7 +135,7 @@ On Linux and MacOS, the profiles can be found at the "${HOME}/.config/cc3dsfs" f
|
||||
On Windows, the profiles can be found in the ".config/cc3dsfs" folder inside the directory in which the program runs from.
|
||||
|
||||
## Notes
|
||||
- On Linux, you may need to include the udev USB access rules. You can use the .rules files available in the repository's usb\_rules directory, or define your own. For ease of use, releases come bundled with a script to do it named install\_usb\_rules.sh.
|
||||
- On Linux, you may need to include the udev USB access rules. You can use the .rules files available in the repository's usb\_rules directory, or define your own. For ease of use, releases come bundled with a script to do it named install\_usb\_rules.sh. It may require elevated permissions to execute properly.
|
||||
- At startup, the audio may be unstable. It should fix itself, if you give it enough time.
|
||||
- If, at first, the connection to the 3DS/DS fails, reconnect the 3DS/DS and then try again. If that also doesn't work, try restarting the program. If that also doesn't work, try restarting the computer.
|
||||
- USB Hubs can be the cause of connection issues. If you're having problems, try checking whether the 3DS/DS connects fine or not without any other devices connected.
|
||||
|
@ -1 +1,3 @@
|
||||
cp *.rules /etc/udev/rules.d/
|
||||
udevadm control --reload-rules
|
||||
udevadm trigger
|
||||
|
Loading…
Reference in New Issue
Block a user