Skip to content

Commit

Permalink
add solution for #43 to troubleshooting section
Browse files Browse the repository at this point in the history
  • Loading branch information
Berny23 committed Jan 25, 2022
1 parent ac39e0a commit f0e39ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Allows you to connect an emulated Toy Pad to your PC or video-game console.
- Displays the Toy Pad's **light effects**
- Supports smart scrolling for **mobile devices**
- Can be run in a **virtual machine** on Windows, macOS and Linux
- **No copyrighted game files are required**, nor are any included
- Can be configured easily by following the instructions below

## Demo
Expand Down Expand Up @@ -217,6 +218,11 @@ Alternatively, copy the following command and replace `YOUR_IP_ADDRESS` with you
git reset --hard ; printf '\necho "usbip-vudc.0" > UDC\nusbipd -D --device\nsleep 2;\nusbip attach -r YOUR_IP_ADDRESS -b usbip-vudc.0\nchmod a+rw /dev/hidg0' >> usb_setup_script.sh ; sudo cp usb_setup_script.sh /usr/local/bin/toypad_usb_setup.sh
````
### Webpage not reachable under http://debian/
If you're using a virtual machine, make sure you've applied the solution specific to your software first ([VirtualBox](#webpage-not-reachable-oracle-virtualbox) or [VMware](#webpage-not-reachable-vmware))!
After that, run the command `hostname -I` in your virtual machine and type the IP address that looks like `192.168.X.X` in your webbrowser.
## Acknowledgements
* **ags131** for writing one of the main NodeJS libraries I'm using: [https://www.npmjs.com/package/node-ld](https://www.npmjs.com/package/node-ld). My project would've been impossible to create without this guy's research.

Expand Down

0 comments on commit f0e39ee

Please sign in to comment.