Berny23 / LD-ToyPad-Emulator

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

Lego Reader doesn't appear in vhui64 #157

Open adriiba opened 1 year ago

adriiba commented 1 year 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 1 year 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.

randomoOCoder commented 3 months ago

Hi, I have the same problem. I made sure the hostname of the VM was 'debian' and ran the command just to be sure, but it didn't work. I also set the adapter to "bridged adapter" in the virtual box settings (I selected the same WiFi device as my host machine, I assume that's correct ?). I'm running linux mint 22 on the host.