I recently discovered some SBC3's at my work place that are no longer being used.  I am attempting to re-purpose them, as they boot and seem to run fine.  However, I've hit a snag: the built-in 8/8/8 interface kit does not show up in the web interface. In fact no phidget device shows up.  I have power cycled, as well as factory reset the effected device with no results.  
Poking around in the system, I found the command the web interface uses -"phidgetlist" but that command produces no output.  
In the dmesg log I found this set of lines: 
    5.681119] usb 1-1.5: device not accepting address 3, error -32
[    5.781694] usb 1-1.5: new full-speed USB device number 4 using ci_hdrc
[    5.913190] usb 1-1.5: device descriptor read/all, error -32
[    6.011760] usb 1-1.5: new full-speed USB device number 5 using ci_hdrc
[    6.053321] usb 1-1.5: device descriptor read/all, error -32
[    6.151780] usb 1-1.5: new full-speed USB device number 6 using ci_hdrc
[    6.193366] usb 1-1.5: device descriptor read/all, error -32
[    6.200367] hub 1-1:1.0: unable to enumerate USB device on port 5
[   16.297995] UBI: scanning is finished
 
On a working phidget this usb device is recognized just fine.  I'm assuming this is how the 8/8/8 is integrated on the SBC3.  
Are there any other methods I could potentially use to try to get this device working again?  
Thanks guys