After upgrading to 2.6.35-24 kernel, why does adb no longer list devices?
- by nbolton
When I first installed Ubuntu 10.10 64-bit, I was able to see a physical Android device (connected via USB) in the Android Device Chooser (launched from Eclipse). But, after upgrading my kernel from 2.6.35-22-generic to 2.6.35-24-generic, no devices are listed any more, and I am unable to see any results when running adb devices like so:
$ ./adb devices
List of devices attached
$
I have tried booting in the previous kernel version, but I get some udev error, so I was hoping I could get it working with the newer kernel version.
I figured SO was the best place for this question, as it seems more developer related.