I have a Ubuntu development system that I have been using to do
Android development and until this week the ADB would detect my Galaxy
Tab 10.1, now the ADB will not list the tab as an available device.

lsusb shows :

$ lsusb
Bus 002 Device 046: ID 04e8:685e Samsung Electronics Co., Ltd
Bus 002 Device 005: ID 059b:0370 Iomega Corp.
Bus 002 Device 004: ID 0518:0001 EzKEY Corp. USB to PS2 Adaptor v1.09
Bus 002 Device 003: ID 058f:6254 Alcor Micro Corp. USB Hub
Bus 002 Device 002: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop
Laser
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

adb devices returns :
$./adb devices
List of devices attached

51-android.rules :
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
SUBSYSTEM=="usb", SYSFS{idVendor}=="22b8", MODE="0666"
SUBSYSTEM=="usb", SYSFS{idVendor}=="04e8", MODE="0666"
SUBSYSTEM=="usb", SYSFS{idVendor}=="1004", MODE="0666"

The result of running uname -r is :
2.6.35-30-generic

Ubuntu 10.10

Android SDK Tools, revision 12
Android SDK Platform-tools, revision 6

The ADB can see my other devices (G2 and G2X) like normal.   It seems
like something has changed in Ubuntu that is causing the Galaxy Tab
10.1 to be treated differently that it was two weeks ago!   It is also
worth mentioning that ADB on my Windows Vista system can see the tab.

Does anyone have any ideas about what might have changed to cause a
valid target device to suddenly no longer be detected by ADB?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to