Arduino on ESXi5

Is it possible to get Arduino to run on ESXi5?
When I plug in the Arduino and check dmesg it gives me the following:

2012-04-21T23:20:01.757Z cpu1:2640)<6>usb 2-2.1: new full speed USB device using uhci_hcd and address 4
2012-04-21T23:20:01.905Z cpu1:2640)<6>usb 2-2.1: New USB device found, idVendor=2341, idProduct=0001
2012-04-21T23:20:01.905Z cpu1:2640)<6>usb 2-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=220
2012-04-21T23:20:01.905Z cpu1:2640)<6>usb 2-2.1: Product: Arduino Uno
2012-04-21T23:20:01.905Z cpu1:2640)<6>usb 2-2.1: Manufacturer: Arduino (www.arduino.cc)
2012-04-21T23:20:01.908Z cpu1:2640)<6>usb 2-2.1: usbfs: registered usb0204

Echoing text to /dev/usb0204 doesn't work, whilest this works on an Ubuntu Machine.
Is there any kind of driver which I'd need to get this working?