From f0e39eeb5c25c1584043fb3fad0afc7ca0fcc944 Mon Sep 17 00:00:00 2001 From: Berny23 Date: Tue, 25 Jan 2022 18:38:49 +0100 Subject: [PATCH] add solution for #43 to troubleshooting section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1b01f05..ca4b5a3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.