On Sat, 6 Apr 2013, Sebastian Cabrera wrote:

On 04/06/2013 03:06 PM, Scott Talbert wrote:
Does 'dmesg' show anything around the time of the failed attempt to talk
to the remote?

Nope...I send a strace output to this list but a "Moderator" needs to unlock it....I attached it again as a tar.gz. Hope that helps?

Yeah, the mailing list attachments are limited to 40KB.

Just for kicks, can you try the attached patch?
Index: libconcord/libconcord.cpp
===================================================================
RCS file: /cvsroot/concordance/concordance/libconcord/libconcord.cpp,v
retrieving revision 1.42.2.27
diff -u -p -r1.42.2.27 libconcord.cpp
--- libconcord/libconcord.cpp   3 Apr 2013 06:13:55 -0000       1.42.2.27
+++ libconcord/libconcord.cpp   6 Apr 2013 20:50:22 -0000
@@ -744,6 +744,7 @@ int init_concord()
                        rmt = new CRemoteMH;
                } else {
                        rmt = new CRemote;
+                       rmt->Reset(COMMAND_RESET_USB);
                }
        }
 
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to