I actually finally got the fastboot tool working, at least the commandline one..
My advice to anyone running into a similar problem is to use the "ldd" command.
Apparently, when dynamically linked dependencies are missing, Linux will report that error message. I had to pull down some additional dependencies with apt-get other than libmono. YMMV on this, so just use ldd.
Unfortunately, I can't seem to **use** the fastboot tool yet. I get "awaiting device" for any command I enter. I wonder if I need a fastboot driver for Ubuntu?
On windows, if I hold the power button for ~20sec, it blinks the screen and the LED twice, and windows beeps like it detects a device for about 10 seconds, then beeps again to indicate a device was unplugged. I assume that during this window, I should be able to do something. However, no dice.
Is there a way to check if Ubuntu is detecting a usb device (and details on it), or is there a fastboot driver I can download?
|