I do not know how to connect the device without any USB connection at all, but if you manage to connect it maybe at another computer you can switch the adbd to TCP mode by issuing
adb tcpip
from a terminal and connect to your device over wifi from any PC on the network by:
adb connect :
Maybe it is also possible to switch to TCP mode from a terminal on the device.