Server crashes von RPI when connecting Android Tablet

Hello to everyone!

I'm totally new to VirtualHere and found this after a long search for solutions to use USB-Devices over ethernet.
So i installed it on my Pi und the client on a Windows 8.1 machine. Without any problems the connection works with a USB-Drive.

Next i hooked up my Nexus 7 2013 Tablet which normally connects via MTP when i connect it with my PC.
Unfortunately the whole pi freezes and i am no longer able to connect via ssh and the client looses connection to the VirtualHere-Server.

Does anyone have similar Problems or an advice how to debug?

Greetings,
Borbosch

#2

Borbosch,

Sounds like your the usb subsystem in the raspbian kernel is crashing for some reason. Since the ethernet is on the usb bus that crashes and you lose the connection.

Could you run the following:

1 sudo rpi-update then reboot your pi
2. sudo apt-get update
3 sudo apt-get upgrade

Then try again. That will update the raspberry pi hub firmware.