Berny23 / LD-ToyPad-Emulator

Toy Pad Emulator for Lego Dimensions (Unofficial Fan Project)
https://github.com/Berny23/LD-ToyPad-Emulator
MIT License
228 stars 41 forks source link

Lego Reader doesn't appear in vhui64 #157

Open adriiba opened 10 months ago

adriiba commented 10 months ago

I have done all the steps and in principle everything is fine until I open the virtual here client, and the desktop hub with the lego reader does not appear, I have checked the host and looked for different solutions but none of them make it appear. Any possible solution? I even provided a help window on github that said I had to write some kind of command when the lego reader didn't appear, but neither did it. help pls

ElBread3 commented 10 months ago

Oh there's a part in the Troubleshooting section near the bottom of the readme, this might be of help

VirtualHere USB Client doesn't show LEGO READER V2.10

When installing the virtual machine, you have to set the hostname to debian.

Alternatively, copy the following command and replace YOUR_IP_ADDRESS with your virtual machine's IP address (it looks like 192.168.X.X, run hostname -I to show it). After you've done this, run the modified command while you're inside the LD-ToyPad-Emulator folder.

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

in case you haven't seen this already.